fitzgen opened PR #14157 from fitzgen:gc-ops-cleanup to bytecodealliance:main:
Use
derive(Mutate)instead of manually-writtenMutateimplementations whenever possible, or, failing that, wrap the type's default mutator and add extra functionality on top of it, instead of reimplementing the default behavior in addition to the extra functionality.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease review the Bytecode Alliance's AI tool usage policy at
https://github.com/bytecodealliance/governance/blob/main/AI_TOOL_POLICY.mdPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
fitzgen requested alexcrichton for a review on PR #14157.
fitzgen requested wasmtime-fuzz-reviewers for a review on PR #14157.
:thumbs_up: alexcrichton submitted PR review.
alexcrichton added PR #14157 Use derived and default mutators in the GC ops fuzzer to the merge queue.
github-merge-queue[bot] removed PR #14157 Use derived and default mutators in the GC ops fuzzer from the merge queue.
fitzgen added PR #14157 Use derived and default mutators in the GC ops fuzzer to the merge queue.
:check: fitzgen merged PR #14157.
fitzgen removed PR #14157 Use derived and default mutators in the GC ops fuzzer from the merge queue.
Last updated: Aug 30 2026 at 09:07 UTC