全局设置**global.set** 指令设置全局变量的值。试一试语法wasm;; load the number 2 onto the stack i32.const 2 ;; store the number 2 in the variable $val global.set $val 指令 二进制操作码 global.set 0x24