Skip to content

Update table.fill intrinsics to use defined indices #11254

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 16, 2025

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
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