i64.extend_i32_u
i64.extend_i32_u conversion/reinterpretation instruction.
core0xAD
Syntax
i64.extend_i32_u
Stack Effect
[i32] -> [i64]Opcode
- Hex
0xAD- Decimal
173- Bytes
[0xad]- Encoding
0xAD- Category
- numeric
Browser Support
Core WebAssembly instruction.
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
;; i64.extend_i32_u example
)