Skip to content

[multibyte] Add multibyte array load instructions.#8504

Open
brendandahl wants to merge 5 commits intoWebAssembly:mainfrom
brendandahl:multibyte-array-load
Open

[multibyte] Add multibyte array load instructions.#8504
brendandahl wants to merge 5 commits intoWebAssembly:mainfrom
brendandahl:multibyte-array-load

Conversation

@brendandahl
Copy link
Collaborator

Prototype implementation of the new multibyte array proposal that reuses the existing memory instructions.

https://github.com/WebAssembly/multibyte-array-access/blob/944d79230b336442b1f0b3978da1908d54b9f230/proposals/multibyte-array-access/Overview.md

@brendandahl brendandahl requested a review from a team as a code owner March 20, 2026 18:57
@brendandahl brendandahl requested review from stevenfontanella and removed request for a team March 20, 2026 18:57
@stevenfontanella stevenfontanella requested review from a team and tlively and removed request for a team March 20, 2026 21:09
@stevenfontanella
Copy link
Member

(Re-add binaryen reviewers for a second look)

Copy link
Member

@kripken kripken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we need to do something for Precompute here, like #8511

We could also optimize loads from immutable data, like ArrayGet, but can leave that for later.

@brendandahl
Copy link
Collaborator Author

I believe we need to do something for Precompute here, like #8511

We could also optimize loads from immutable data, like ArrayGet, but can leave that for later.

was just adding that... fdb61fa

@kripken
Copy link
Member

kripken commented Mar 23, 2026

Cool, that commit lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants