You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update table.fill intrinsics to use defined indices (#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.
0 commit comments