Skip to content

Commit ccb3396

Browse files
authored
Update wasmi to 0.39.1 (bytecodealliance#9573)
Fixes a fuzz-bug found during differential fuzzing.
1 parent cc6cf63 commit ccb3396

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/fuzzing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ wasm-encoder = { workspace = true }
2929
wasm-smith = { workspace = true }
3030
wasm-mutate = { workspace = true }
3131
wasm-spec-interpreter = { path = "./wasm-spec-interpreter", optional = true }
32-
wasmi = "0.39.0"
32+
wasmi = "0.39.1"
3333
futures = { workspace = true }
3434

3535
# We rely on precompiled v8 binaries, but rusty-v8 doesn't have a precompiled

0 commit comments

Comments
 (0)