Update the wast crate dependency (#3464)

Pulls in a few minor fixes for stack overflows with module linking as
well as some updates to other various wasm proposals.
This commit is contained in:
Alex Crichton
2021-10-20 11:25:52 -05:00
committed by GitHub
parent e2a724ce18
commit fb585fde40
10 changed files with 23 additions and 23 deletions

View File

@@ -36,7 +36,7 @@ anyhow = "1.0.19"
target-lexicon = { version = "0.12.0", default-features = false }
pretty_env_logger = "0.4.0"
file-per-thread-logger = "0.1.1"
wat = "1.0.39"
wat = "1.0.40"
libc = "0.2.60"
log = "0.4.8"
rayon = "1.5.0"
@@ -57,7 +57,7 @@ wasmtime-fuzzing = { path = "crates/fuzzing" }
wasmtime-runtime = { path = "crates/runtime" }
tokio = { version = "1.8.0", features = ["rt", "time", "macros", "rt-multi-thread"] }
tracing-subscriber = "0.2.16"
wast = "37.0.0"
wast = "38.0.0"
criterion = "0.3.4"
num_cpus = "1.13.0"
winapi = { version = "0.3.9", features = ['memoryapi'] }