Skip to content

Commit

Permalink
Update wasmi used for differential fuzzing (#4436)
Browse files Browse the repository at this point in the history
This fixes a bug recently found on oss-fuzz which was fixed in
wasmi-labs/wasmi#295 and wasmi-labs/wasmi#293.
  • Loading branch information
alexcrichton committed Jul 12, 2022
1 parent f242975 commit 56831e0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/fuzzing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 56831e0

Please sign in to comment.