Path: blob/main/files/en-us/webassembly/reference/control_flow/drop/index.md
6538 views
------{{WebAssemblySidebar}}
The drop instruction, pops a value from the stack, and discards it.
{{EmbedInteractiveExample("pages/wat/drop.html", "tabbed-taller")}}
Syntax
| Instruction | Binary opcode |
|---|---|
drop | 0x1a |