i64.trunc_f32_u
i64.trunc_f32_u conversion/reinterpretation instruction.
core0xAF
Syntax
i64.trunc_f32_u
Stack Effect
[f32] -> [i64]Opcode
- Hex
0xAF- Decimal
175- Bytes
[0xaf]- Encoding
0xAF- 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.trunc_f32_u example
)