nop
No operation.
core0x01
Syntax
nop
Stack Effect
[] -> []Opcode
- Hex
0x01- Decimal
1- Bytes
[0x01]- Encoding
0x01- Category
- control
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
;; nop example
)