Stream: git-wasmtime

Topic: wasmtime / PR #10588 Canonicalize NaN in cranelift-fuzzgen


view this post on Zulip Wasmtime GitHub notifications bot (Apr 15 2025 at 19:25):

alexcrichton opened PR #10588 from alexcrichton:clif-canonicalize-nans to bytecodealliance:main:

Lacking this has happened to work fine up to now but Rust nightly is changing float implementations which is changing float payloads. As a result this is the only reliable method of ensuring that differential fuzzing between the interpreter and native backends remains reliable, in the same manner as this being enabled for core wasm as well.

Closes #10583

<!--
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 (Apr 15 2025 at 19:25):

alexcrichton requested fitzgen for a review on PR #10588.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 15 2025 at 19:25):

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

view this post on Zulip Wasmtime GitHub notifications bot (Apr 15 2025 at 19:34):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 15 2025 at 19:34):

fitzgen has enabled auto merge for PR #10588.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 15 2025 at 20:02):

fitzgen merged PR #10588.


Last updated: Dec 06 2025 at 07:03 UTC