Path: blob/main/files/en-us/webassembly/reference/variables/local_get/index.md
6532 views
------{{WebAssemblySidebar}}
The local.get instruction loads the value of a local variable onto the stack.
{{EmbedInteractiveExample("pages/wat/local.html", "tabbed-taller")}}
Syntax
| Instruction | Binary opcode |
|---|---|
local.get | 0x20 |