f32.convert_i64_u
f32.convert_i64_u conversion/reinterpretation instruction.
core0xB5
Syntax
f32.convert_i64_u
Stack Effect
[i64] -> [f32]Opcode
- Hex
0xB5- Decimal
181- Bytes
[0xb5]- Encoding
0xB5- 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.convert_i64_u example
)