本地获取

local.get 指令将局部变量的值加载到栈上。

试一试

语法

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