f32.lt
f32 comparison lt.
core0x5D
Syntax
f32.lt
Stack Effect
[f32, f32] -> [i32]Opcode
- Hex
0x5D- Decimal
93- Bytes
[0x5d]- Encoding
0x5D- 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.lt example
)