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