Update wabt to 0.8 release.

This commit is contained in:
Nick Lewycky
2019-07-10 10:55:10 -07:00
parent 9579b07a54
commit b8d2aee80f
5 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@ include = [
byteorder = "1.3.1" byteorder = "1.3.1"
errno = "0.2.4" errno = "0.2.4"
structopt = "0.2.11" structopt = "0.2.11"
wabt = "0.7.2" wabt = "0.8.0"
hashbrown = "0.1.8" hashbrown = "0.1.8"
wasmer-clif-backend = { path = "lib/clif-backend" } wasmer-clif-backend = { path = "lib/clif-backend" }
wasmer-singlepass-backend = { path = "lib/singlepass-backend", optional = true } wasmer-singlepass-backend = { path = "lib/singlepass-backend", optional = true }
@ -61,7 +61,7 @@ members = [
] ]
[build-dependencies] [build-dependencies]
wabt = "0.7.2" wabt = "0.8.0"
glob = "0.2.11" glob = "0.2.11"
rustc_version = "0.2.3" rustc_version = "0.2.3"

View File

@ -23,7 +23,7 @@ semver = "0.9"
rustc_version = "0.2.3" rustc_version = "0.2.3"
[dev-dependencies] [dev-dependencies]
wabt = "0.7.4" wabt = "0.8.0"
[features] [features]
debug = ["wasmer-runtime-core/debug"] debug = ["wasmer-runtime-core/debug"]

View File

@ -14,7 +14,7 @@ wasmer-llvm-backend = { path = "../llvm-backend", version = "0.5.4", optional =
wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.5.4", optional = true } wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.5.4", optional = true }
[dev-dependencies] [dev-dependencies]
wabt = "0.7.4" wabt = "0.8.0"
criterion = "0.2" criterion = "0.2"
[features] [features]

View File

@ -25,7 +25,7 @@ optional = true
[dev-dependencies] [dev-dependencies]
tempfile = "3.0.7" tempfile = "3.0.7"
criterion = "0.2" criterion = "0.2"
wabt = "0.7.4" wabt = "0.8.0"
[target.'cfg(not(windows))'.dependencies.wasmer-llvm-backend] [target.'cfg(not(windows))'.dependencies.wasmer-llvm-backend]
path = "../llvm-backend" path = "../llvm-backend"

View File

@ -15,10 +15,10 @@ wasmer-llvm-backend = { path = "../llvm-backend", version = "0.5.4", optional =
wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.5.4", optional = true } wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.5.4", optional = true }
[build-dependencies] [build-dependencies]
wabt = "0.7.2" wabt = "0.8.0"
[dev-dependencies] [dev-dependencies]
wabt = "0.7.2" wabt = "0.8.0"
[features] [features]
default = ["fast-tests"] default = ["fast-tests"]