afonso360 opened PR #5820 from fuzzgen-move-structs
to main
:
:wave: Hey,
This PR is built on top of #5765, sorry about chaining these PR's so much, but doing it on top of main would cause conflicts with the two other PR's.
This PR does some cleanup around fuzzgen that @jameysharp sugested in https://github.com/bytecodealliance/wasmtime/pull/5764#issuecomment-1431781405.
Namely:
- It moves the
Arbitrary
structs from fuzzgen into the individual fuzzers.
- This also allows us to keep
ALLOWED_LIBCALLS
near the interpreter implementation, which need to be updated together.- It centralizes the testcase printing infrastructure in a helper struct provided by fuzzgen.
afonso360 requested jameysharp for a review on PR #5820.
jameysharp submitted PR review.
jameysharp submitted PR review.
jameysharp created PR review comment:
write_non_default_flags
probably doesn't need to bepub
now, right?
afonso360 updated PR #5820 from fuzzgen-move-structs
to main
.
afonso360 updated PR #5820 from fuzzgen-move-structs
to main
.
afonso360 has enabled auto merge for PR #5820.
afonso360 merged PR #5820.
Last updated: Nov 22 2024 at 17:03 UTC