Skip to content

Conversation

@alexcrichton
Copy link
Member

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.

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.
@alexcrichton alexcrichton requested review from a team as code owners July 16, 2025 14:44
@alexcrichton alexcrichton requested review from abrown and fitzgen and removed request for a team July 16, 2025 14:44
@github-actions github-actions bot added the wasmtime:api Related to the API of the `wasmtime` crate itself label Jul 16, 2025
@abrown abrown added this pull request to the merge queue Jul 16, 2025
Merged via the queue into bytecodealliance:main with commit 7f781b8 Jul 16, 2025
42 checks passed
@alexcrichton alexcrichton deleted the update-table-fill branch July 16, 2025 18:09
bongjunj pushed a commit to prosyslab/wasmtime that referenced this pull request Oct 20, 2025
…ce#11254)

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

wasmtime:api Related to the API of the `wasmtime` crate itself

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants