blob: cabbbf33c15e98afe5cd9138a7b1b3fc09d5781f [file] [edit]
;;; TOOL: wat2wasm
(module
(global $g i32 (i32.const 1))
(func (result i32)
global.get $g))