Local

The local instruction declares a new local variable.

Try it

Syntax

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