Skip to content

[multibyte] Implement interpreter semantics for array loads#8934

Open
brendandahl wants to merge 1 commit into
WebAssembly:mainfrom
brendandahl:multibyte-array-interpreter
Open

[multibyte] Implement interpreter semantics for array loads#8934
brendandahl wants to merge 1 commit into
WebAssembly:mainfrom
brendandahl:multibyte-array-interpreter

Conversation

@brendandahl

Copy link
Copy Markdown
Collaborator

Implement multibyte array load and store execution semantics in the interpreter.

This supports multi-element slicing across all numeric and vector array types, calculates effective addresses with static offsets, enforces total byte capacity bounds checks, and adds execution spec tests.

Implement multibyte array load and store execution semantics in the
interpreter.

This supports multi-element slicing across all numeric and vector array
types, calculates effective addresses with static offsets, enforces
total byte capacity bounds checks, and adds execution spec tests.
@brendandahl
brendandahl requested a review from a team as a code owner July 23, 2026 22:38
@brendandahl
brendandahl requested review from tlively and removed request for a team July 23, 2026 22:38
@brendandahl

Copy link
Copy Markdown
Collaborator Author

Some todos for further PRs:

  • I think there's some work we could do to make this more efficient with template specialization for reading/writing fixed amounts of bytes.
  • Add the remaining simd load, splat, lane instructions

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.

1 participant