alexcrichton opened PR #2497 from fuzz-module-linking
to main
:
This commit updates all the wasm-tools crates that we use and enables
fuzzing of the module linking proposal in our various fuzz targets. This
also refactors some of the dummy value generation logic to not be
fallible and to always succeed, the thinking being that we don't want to
accidentally hide errors while fuzzing. Additionally instantiation is
only allowed to fail with aTrap
, other failure reasons are unwrapped.
alexcrichton requested fitzgen for a review on PR #2497.
fitzgen submitted PR Review.
fitzgen created PR Review Comment:
This doesn't seem a ton easier than using
wasm-encoder
directly. Want to file a follow up issue that we can mark good-first-issue for some contributor to replace this withwasm-encoder
? Would help us get a little bit more fuzzing throughput here.
fitzgen submitted PR Review.
fitzgen merged PR #2497.
fitzgen submitted PR Review.
fitzgen created PR Review Comment:
I guess I can just file it, since there was nothing else for me to nitpick before this merged :-p
alexcrichton submitted PR Review.
alexcrichton created PR Review Comment:
Oh heh good point!
Last updated: Nov 22 2024 at 16:03 UTC