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