f32.eq
f32 comparison eq.
core0x5B
Syntax
f32.eq
Stack Effect
[f32, f32] -> [i32]Opcode
- Hex
0x5B- Decimal
91- Bytes
[0x5b]- Encoding
0x5B- 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.eq example
)