Robbepop opened PR #10386 from Robbepop:rf-update-wasmi-for-fuzzing-v0.42 to bytecodealliance:main:
Wasmi v0.42 now supports the following Wasm proposals:
custom-page-sizesmemory64wide-arithmeticI think they are a welcome addition for Wasmtime's differential fuzzing. :)
Robbepop requested alexcrichton for a review on PR #10386.
Robbepop requested wasmtime-fuzz-reviewers for a review on PR #10386.
Robbepop requested wasmtime-default-reviewers for a review on PR #10386.
fitzgen submitted PR review:
Nice! Thanks!
fitzgen commented on PR #10386:
This will need a
cargo vetbefore landing. Don't have time at this exact moment but can maybe get to it later today if no one else beats me to it.
Robbepop commented on PR #10386:
If it helps we could even disable some crate features that are not strictly needed for differential fuzzing, such as
wat(Wat files support) and we could enableprefer-btree-collectionsto avoid the dependency onstring-internerand transitively alsohashbrown.
Robbepop edited a comment on PR #10386:
If it helps we could even disable some crate features that are not strictly needed for differential fuzzing, such as
wat(Wat files support) and we could enableprefer-btree-collectionsto avoid the dependency onstring-internerand transitively alsohashbrown:
wasmi = { version = "0.42.0", default-features = false, features = ["prefer-btree-collections"] }
Robbepop edited a comment on PR #10386:
If it helps we could even disable some crate features that are not strictly needed for differential fuzzing, such as
wat(Wat files support) and we could enableprefer-btree-collectionsto avoid the dependency onstring-internerand transitively alsohashbrown:
wasmi = { version = "0.42.0", default-features = false, features = ["std", "prefer-btree-collections"] }
github-actions[bot] commented on PR #10386:
Subscribe to Label Action
cc @fitzgen
<details>
This issue or pull request has been labeled: "fuzzing"Thus the following users have been cc'd because of the following labels:
- fitzgen: fuzzing
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
alexcrichton updated PR #10386.
alexcrichton has enabled auto merge for PR #10386.
alexcrichton merged PR #10386.
Last updated: Dec 13 2025 at 19:03 UTC