alexcrichton requested fitzgen for a review on PR #10540.
alexcrichton requested wasmtime-core-reviewers for a review on PR #10540.
alexcrichton opened PR #10540 from alexcrichton:fix-component-intrinsics to bytecodealliance:main:
This commit fixes the definition of host signatures for component builtins to work in the same way that core builtins do which is to use platform-specific sign-extension-rules by default. This fixes a regression found in the wasip3-prototyping repository where new component intrinsics didn't have this set and subsequently were failing in riscv64 CI.
<!--
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:
Is it possible to whip up a disas test for this?
alexcrichton updated PR #10540.
alexcrichton has enabled auto merge for PR #10540.
alexcrichton merged PR #10540.
Last updated: Dec 06 2025 at 07:03 UTC