Update wasm-smith to generate more wasm (#2967)

This brings in bytecodealliance/wasm-tools#277 which should improve the
wasm programs that wasm-smith generates.
This commit is contained in:
Alex Crichton
2021-06-04 17:11:19 -05:00
committed by GitHub
parent 895ee2b85f
commit e516f0339a
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -3433,9 +3433,9 @@ dependencies = [
[[package]] [[package]]
name = "wasm-smith" name = "wasm-smith"
version = "0.4.4" version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a982408719f704307ac7f45247350f06ce739d759362ef8293ed7b4d922adee8" checksum = "f7e95fdeed16adeffed44efdc7ccf27d4f57ff2e99de417c75bcee7dee09049b"
dependencies = [ dependencies = [
"arbitrary", "arbitrary",
"indexmap", "indexmap",

View File

@@ -18,7 +18,7 @@ wasmprinter = "0.2.26"
wasmtime = { path = "../wasmtime" } wasmtime = { path = "../wasmtime" }
wasmtime-wast = { path = "../wast" } wasmtime-wast = { path = "../wast" }
wasm-encoder = "0.4.1" wasm-encoder = "0.4.1"
wasm-smith = "0.4.4" wasm-smith = "0.4.5"
wasmi = "0.7.0" wasmi = "0.7.0"
[dev-dependencies] [dev-dependencies]