Global

The global instruction declares a new global variable.

Syntax

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