Stream: git-wasmtime

Topic: wasmtime / PR #11254 Update `table.fill` intrinsics to us...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 16 2025 at 14:44):

alexcrichton opened PR #11254 from alexcrichton:update-table-fill to bytecodealliance:main:

Similar to previous refactorings which handles the imported/exported distinction in wasm instead of in host code this updates the table.fill-related libcall intrinsics to take a defined table index instead of a general table index, enabling using a currently-safer helper function.

<!--
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 (Jul 16 2025 at 14:44):

alexcrichton requested abrown for a review on PR #11254.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 16 2025 at 14:44):

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

view this post on Zulip Wasmtime GitHub notifications bot (Jul 16 2025 at 14:44):

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

view this post on Zulip Wasmtime GitHub notifications bot (Jul 16 2025 at 14:44):

alexcrichton requested fitzgen for a review on PR #11254.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 16 2025 at 17:43):

abrown submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 16 2025 at 18:08):

abrown merged PR #11254.


Last updated: Dec 06 2025 at 06:05 UTC