v128.load8x8_u
v128.load8x8_u SIMD vector operation.
simd0xFD 0x02
Syntax
v128.load8x8_u
Stack Effect
SIMD lane operands -> SIMD resultOpcode
- Hex
0xFD 0x02- Decimal
253 2- Bytes
[0xfd, 0x02]- Prefix
0xFDSIMD extension space- Encoding
0xFD 0x02 <memarg:memarg>- Immediates
memarg:memarg— alignment hint and offset (two u32 LEB128 values)
- Category
- simd
- Proposal
- simd
Browser Support
Feature-detect runtime support before executing examples.
Validation Rules
- Operands and result types must match the instruction signature.
- The instruction must appear in a valid structured control context.
Common Mistakes
- Using the instruction with the wrong operand type.
- Forgetting that WAT validation is stack-typed.
(func $example
;; v128.load8x8_u example
)