f64.reinterpret_i64
f64.reinterpret_i64 conversion/reinterpretation instruction.
core0xBF
Syntax
f64.reinterpret_i64
Stack Effect
[i64] -> [f64]Opcode
- Hex
0xBF- Decimal
191- Bytes
[0xbf]- Encoding
0xBF- 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
;; f64.reinterpret_i64 example
)