本地

The local instruction declares a new local variable.

试试

语法

wasm
;; declare new variable named $val of type i32
(local $val i32)