alexcrichton requested wasmtime-compiler-reviewers for a review on PR #9474.
alexcrichton requested abrown for a review on PR #9474.
alexcrichton opened PR #9474 from alexcrichton:fix-some-fuzzers
to bytecodealliance:main
:
This commit fixes some issues cropping up due to fuzzing 128-bit atomics in
cranelift-{icache,fuzzgen}
. Not all backends support these operations and x64 only supports them with a feature enabled, so for now disable fuzzing until it's ready to fuzz later.<!--
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 ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
abrown submitted PR review.
alexcrichton merged PR #9474.
Last updated: Nov 22 2024 at 17:03 UTC