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:
Andrew Brown
2019-09-06 09:55:20 -07:00
committed by Dan Gohman
parent 58e3e65bc8
commit 290b51a5f6
3 changed files with 3 additions and 3 deletions

View File

@@ -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 }