f32.gt
f32 comparison gt.
core0x5E
Syntax
f32.gt
Stack Effect
[f32, f32] -> [i32]Opcode
- Hex
0x5E- Decimal
94- Bytes
[0x5e]- Encoding
0x5E- 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.gt example
)