本地 tee

local.tee 指令设置局部变量的值并将该值加载到栈上。

该指令以管道中使用的 T 型分流器命名。

试一试

语法

wasm
;; load the number 2 onto the stack
i32.const 2

;; store the number 2 in the variable $val and load it on the stack
local.tee $val
指令 二进制操作码
local.tee 0x22