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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user