f32.le
f32 comparison le.
core0x5F
Syntax
f32.le
Stack Effect
[f32, f32] -> [i32]Opcode
- Hex
0x5F- Decimal
95- Bytes
[0x5f]- Encoding
0x5F- 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.le example
)