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-sizes
memory64
wide-arithmetic
I 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 vet
before 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-collections
to avoid the dependency onstring-interner
and 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-collections
to avoid the dependency onstring-interner
and 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-collections
to avoid the dependency onstring-interner
and 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: Apr 16 2025 at 23:03 UTC