v128
128-bit vector value interpreted by SIMD operations.
simdstructural
Syntax
v128
Stack Effect
Value type.Opcode
no executable opcode`v128` is a SIMD value type token, not an instruction. Encoded as type byte `0x7B`.
Browser Support
Feature-detect support in the target runtime.
Validation Rules
- Type use must match the consuming instruction, function signature, table, memory, or global declaration.
Common Mistakes
- Confusing value types with JavaScript object types.
- Assuming reference types can be stored in linear memory.
(func $example (param v128) )