Update wasmi used for differential fuzzing (#4436)

This fixes a bug recently found on oss-fuzz which was fixed in
paritytech/wasmi#295 and paritytech/wasmi#293.
This commit is contained in:
Alex Crichton
2022-07-12 13:41:00 -05:00
committed by GitHub
parent f242975c49
commit 56831e0a76
2 changed files with 12 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ wasm-encoder = "0.14.0"
wasm-smith = "0.11.2"
wasm-mutate = "0.2.5"
wasm-spec-interpreter = { path = "./wasm-spec-interpreter", optional = true }
wasmi = "0.7.0"
wasmi = "0.11.0"
# We rely on precompiled v8 binaries, but rusty-v8 doesn't have a precompiled
# binary for MinGW which is built on our CI. It does have one for Windows-msvc,