i64.reinterpret_f64
i64.reinterpret_f64 conversion/reinterpretation instruction.
core0xBD
Syntax
i64.reinterpret_f64
Stack Effect
[f64] -> [i64]Opcode
- Hex
0xBD- Decimal
189- Bytes
[0xbd]- Encoding
0xBD- 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.reinterpret_f64 example
)