f32.reinterpret_i32
f32.reinterpret_i32 conversion/reinterpretation instruction.
core0xBE
Syntax
f32.reinterpret_i32
Stack Effect
[i32] -> [f32]Opcode
- Hex
0xBE- Decimal
190- Bytes
[0xbe]- Encoding
0xBE- 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
;; f32.reinterpret_i32 example
)