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