Drop one value from the stack 1 2.
Opcode | Instruction | Stack Arity |
---|---|---|
0x1A |
drop |
;; Place something on the stack
i32.const 10
;; Drop the value off the stack
drop
Footnotes
-
Structure, Parametric Instructions - https://www.w3.org/TR/wasm-core-2/syntax/instructions.html#parametric-instructions ↩
-
Execution, Parametric Instructions, drop - https://www.w3.org/TR/wasm-core-2/exec/instructions.html#exec-drop ↩