Skip to content

Commit b1be235

Browse files
authored
Update wasmi to version 0.43.1 (#10567)
Contains wasmi-labs/wasmi#1444 which fixes a bug that was reported during fuzzing. The fuzzbug range points to 7e5a7e5...c68dbc2
1 parent f1383ec commit b1be235

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
@@ -30,7 +30,7 @@ wasm-encoder = { workspace = true }
3030
wasm-smith = { workspace = true }
3131
wasm-mutate = { workspace = true }
3232
wasm-spec-interpreter = { path = "./wasm-spec-interpreter", optional = true }
33-
wasmi = { version = "0.43.0", default-features = false, features = ["std", "simd"] }
33+
wasmi = { version = "0.43.1", default-features = false, features = ["std", "simd"] }
3434
futures = { workspace = true }
3535
wasmtime-test-util = { workspace = true, features = ['wast', 'component-fuzz', 'component'] }
3636

0 commit comments

Comments
 (0)