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

@@ -28,7 +28,7 @@ peepmatic-traits = { path = "../peepmatic/crates/traits", optional = true, versi
peepmatic-runtime = { path = "../peepmatic/crates/runtime", optional = true, version = "0.77.0" }
regalloc = { version = "0.0.31" }
souper-ir = { version = "2.1.0", optional = true }
wast = { version = "37.0.0", optional = true }
wast = { version = "38.0.0", optional = true }
# It is a goal of the cranelift-codegen crate to have minimal external dependencies.
# Please don't add any unless they are essential to the task of creating binary
# machine code. Integration tests that need external dependencies can be