Skip to content

Commit 7ca3209

Browse files
committed
use trampolines and extra-checks features in the fuzzer
Those are more stable under debug conditions and also add more checks for improved debugging.
1 parent 3d4f78b commit 7ca3209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exclude.workspace = true
1515
publish = false
1616

1717
[dependencies]
18-
wasmi = { workspace = true, features = ["std", "simd"] }
18+
wasmi = { workspace = true, features = ["std", "simd", "trampolines", "extra-checks"] }
1919
wasmtime = { workspace = true, optional = true, features = [
2020
"cranelift",
2121
"runtime",

0 commit comments

Comments
 (0)