Stream: git-wasmtime

Topic: wasmtime / PR #10953 Synchronize p3 intrinsics/translation


view this post on Zulip Wasmtime GitHub notifications bot (Jun 06 2025 at 15:45):

alexcrichton requested fitzgen for a review on PR #10953.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 06 2025 at 15:45):

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:

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 (Jun 06 2025 at 15:45):

alexcrichton requested wasmtime-core-reviewers for a review on PR #10953.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 06 2025 at 17:23):

fitzgen submitted PR review:

lgtm

view this post on Zulip Wasmtime GitHub notifications bot (Jun 06 2025 at 17:44):

fitzgen merged PR #10953.


Last updated: Dec 06 2025 at 06:05 UTC