全局获取

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

尝试一下

语法

wasm
;; load the value of a global variable onto the stack
global.get $val
指令 二进制操作码
global.get 0x23