[multibyte] Support offset and align for array load and store (#8923)
Add offset and alignment immediates to ArrayLoad and ArrayStore AST nodes, text format, and binary encoding. Multibyte array access operations in the WebAssembly GC spec reuse memarg immediates to specify a static byte offset and alignment hint. This adds support for parsing, printing, and binary reading/writing of these attributes for array load and store instructions.
B
Brendan Dahl committed
acf302c4ea3b3b36b3e2e0892a9f6be25d2ea04c
Parent: 108e796
Committed by GitHub <noreply@github.com>
on 7/22/2026, 9:47:24 PM