From 290b51a5f6f0f243422a171322fa32935d7402c5 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Fri, 6 Sep 2019 09:55:20 -0700 Subject: [PATCH] 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. --- Cargo.toml | 2 +- wasmtime-api/Cargo.toml | 2 +- wasmtime-wast/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6ad3f8b669..08c11f4176 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/wasmtime-api/Cargo.toml b/wasmtime-api/Cargo.toml index ff804bddac..da767e55c6 100644 --- a/wasmtime-api/Cargo.toml +++ b/wasmtime-api/Cargo.toml @@ -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" diff --git a/wasmtime-wast/Cargo.toml b/wasmtime-wast/Cargo.toml index 37ec3d81b8..013f9162ca 100644 --- a/wasmtime-wast/Cargo.toml +++ b/wasmtime-wast/Cargo.toml @@ -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 }