f64.convert_i64_u
f64.convert_i64_u conversion/reinterpretation instruction.
core0xBA
Syntax
f64.convert_i64_u
Stack Effect
[i64] -> [f64]Opcode
- Hex
0xBA- Decimal
186- Bytes
[0xba]- Encoding
0xBA- 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.convert_i64_u example
)