Local get
The local.get instruction loads the value of a local variable onto the stack.
Syntax
;; load the value of a local variable onto the stack
local.get $val
| Instruction | Binary opcode | 
|---|---|
| local.get | 0x20 | 
The local.get instruction loads the value of a local variable onto the stack.
;; load the value of a local variable onto the stack
local.get $val
| Instruction | Binary opcode | 
|---|---|
| local.get | 0x20 |