本地设置local.set 指令设置局部变量的值。试试看语法wasm;; load the number 2 onto the stack i32.const 2 ;; store the number 2 in the variable $val local.set $val 指令 二进制操作码 local.set 0x21