alexcrichton requested fitzgen for a review on PR #10953.
alexcrichton opened PR #10953 from alexcrichton:upstream-more-changes to bytecodealliance:main:
This commit synchronizes the list of intrinsics and notably libcalls with the wasip3-prototyping repository. This change alone does not really do all that much but the goal is to reduce the diff between this repository and the wasip3-prototyping repository. The main change included here is synchronizing the list of libcalls. That necessitates changing various concrete signatures of libcalls and all implementations are replaced with
todo!()for now to get filled in in the future. Additionally this necessitates changes to the trampoline compilation as well which is brought wholesale from the wasip3-prototyping repository.Note that this should all be well-tested and covered in the wasip3-prototyping repository so no extra tests are brought in at this time. The intention is that once the runtime bits start landing here upstream it'll be accompanied with appropriate tests.
<!--
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
-->
alexcrichton requested wasmtime-core-reviewers for a review on PR #10953.
fitzgen submitted PR review:
lgtm
fitzgen merged PR #10953.
Last updated: Dec 06 2025 at 06:05 UTC