end
Terminates a structured block/function body.
core0x0B
Syntax
end
Stack Effect
N/AOpcode
- Hex
0x0B- Decimal
11- Bytes
[0x0b]- Encoding
0x0B- 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
;; end example
)