Update wasm-smith (#2509)

Brings in a few bug fixes for generating module-linking modules
This commit is contained in:
Alex Crichton
2020-12-14 13:39:38 -06:00
committed by GitHub
parent ed971fcfcc
commit 2d7c2fba5f
4 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ wasmparser = "0.70"
wasmprinter = "0.2.17"
wasmtime = { path = "../wasmtime" }
wasmtime-wast = { path = "../wast" }
wasm-smith = "0.2.0"
wasm-smith = "0.3.0"
wasmi = "0.7.0"
[dev-dependencies]