Local

The local instruction declares a new local variable.

Syntax

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