Global
The global
instruction declares a new global variable.
Syntax
;; declare new variable named $val of type i32
(global $val i32)
The global
instruction declares a new global variable.
;; declare new variable named $val of type i32
(global $val i32)