i32.gt_u
i32 comparison gt_u.
core0x4B
Syntax
i32.gt_u
Stack Effect
[i32, i32] -> [i32]Opcode
- Hex
0x4B- Decimal
75- Bytes
[0x4b]- Encoding
0x4B- 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
;; i32.gt_u example
)