LocalThe local instruction declares a new local variable.Try itSyntax;; declare new variable named $val of type i32 (local $val i32)