Global get

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

Try it

Syntax

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