alexcrichton requested fitzgen for a review on PR #11824.
alexcrichton requested wasmtime-compiler-reviewers for a review on PR #11824.
alexcrichton opened PR #11824 from alexcrichton:fiz-cranelift-fuzzgen-fuzz to bytecodealliance:main:
Instead of relying on the system
libmto provide the implementation of these libcalls throughdlopenthis commit instead changes cranelift-filetests to use handwritten implementations of various libcalls. This has the primary benefit of ensuring that the same implementation is used in both the interpreter and compiled code when libcalls are made. This ensure that during differential fuzzing explicit invocations of libcalls will produce the same result, even with respect to NaN bits, since the implementation is the same (whatever the Rust standard library does).<!--
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
-->
fitzgen submitted PR review.
alexcrichton updated PR #11824.
alexcrichton has enabled auto merge for PR #11824.
alexcrichton updated PR #11824.
alexcrichton requested rvolosatovs for a review on PR #11824.
alexcrichton requested wasmtime-default-reviewers for a review on PR #11824.
alexcrichton updated PR #11824.
alexcrichton has enabled auto merge for PR #11824.
alexcrichton updated PR #11824.
alexcrichton has enabled auto merge for PR #11824.
alexcrichton merged PR #11824.
Last updated: Dec 06 2025 at 06:05 UTC