Stream: git-wasmtime

Topic: wasmtime / PR #9474 Don't generate 128-bit atomics in fuz...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 16 2024 at 03:56):

alexcrichton requested wasmtime-compiler-reviewers for a review on PR #9474.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 16 2024 at 03:56):

alexcrichton requested abrown for a review on PR #9474.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 16 2024 at 03:56):

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:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Oct 16 2024 at 04:10):

abrown submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 16 2024 at 05:04):

alexcrichton merged PR #9474.


Last updated: Oct 23 2024 at 20:03 UTC