Local get

The local.get instruction loads the value of a local variable onto the stack.

Try it

Syntax

wasm
;; load the value of a local variable onto the stack
local.get $val
Instruction Binary opcode
local.get 0x20