Global

The global instruction declares a new global variable.

Try it

Syntax

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