Update wabt and spec test suite
Update wabt (see issue in https://github.com/pepyakin/wabt-rs/pull/56). Due to changes in wabt, the spec tests are updated as well.
This commit is contained in:
@@ -33,7 +33,7 @@ failure = "0.1"
|
||||
target-lexicon = { version = "0.8.1", default-features = false }
|
||||
pretty_env_logger = "0.3.0"
|
||||
file-per-thread-logger = "0.1.1"
|
||||
wabt = "0.9"
|
||||
wabt = "0.9.2"
|
||||
libc = "0.2.60"
|
||||
errno = "0.2.4"
|
||||
rayon = "1.1"
|
||||
|
||||
@@ -36,7 +36,7 @@ wasi-common = { git = "https://github.com/CraneStation/wasi-common", rev = "8ea7
|
||||
docopt = "1.0.1"
|
||||
serde = { "version" = "1.0.94", features = ["derive"] }
|
||||
pretty_env_logger = "0.3.0"
|
||||
wabt = "0.9.0"
|
||||
wabt = "0.9.2"
|
||||
wasmtime-wast = { path="../wasmtime-wast" }
|
||||
wasmtime-wasi = { path="../wasmtime-wasi" }
|
||||
rayon = "1.1"
|
||||
|
||||
@@ -17,7 +17,7 @@ cranelift-wasm = { version = "0.44.0", features = ["enable-serde"] }
|
||||
wasmtime-jit = { path = "../wasmtime-jit" }
|
||||
wasmtime-runtime = { path = "../wasmtime-runtime" }
|
||||
wasmtime-environ = { path = "../wasmtime-environ" }
|
||||
wabt = "0.9.1"
|
||||
wabt = "0.9.2"
|
||||
target-lexicon = "0.8.1"
|
||||
failure = { version = "0.1.3", default-features = false }
|
||||
failure_derive = { version = "0.1.3", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user