blob: 0e45f6f5b857705a64441b3d964700ac840c3bad [file] [edit]
;;; TOOL: wat2wasm
(module
(global i32 (i32.const 1))
(func (result i32)
get_global 0))