本地设置

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