Update wasm-tools crates (#2989)

* Update wasm-tools crates

This brings in recent updates, notably including more improvements to
wasm-smith which will hopefully help exercise non-trapping wasm more.

* Fix some wat
This commit is contained in:
Alex Crichton
2021-06-15 22:56:10 -05:00
committed by GitHub
parent 53006ef0de
commit 5140fd251a
23 changed files with 54 additions and 52 deletions

View File

@@ -15,7 +15,7 @@ peepmatic-macro = { version = "0.75.0", path = "crates/macro" }
peepmatic-runtime = { version = "0.75.0", path = "crates/runtime", features = ["construct"] }
peepmatic-traits = { version = "0.75.0", path = "crates/traits" }
serde = { version = "1.0.105", features = ["derive"] }
wast = "35.0.0"
wast = "36.0.0"
z3 = { version = "0.7.1", features = ["static-link-z3"] }
[dev-dependencies]