blob: f30118b36f5f593586e5f76d6ac3372c865a3b4e [file] [log] [blame] [edit]
;;; TOOL: wat2wasm
(module
(import "foo" "bar" (global i32))
(memory 1)
(global i32 i32.const 1)
(data (get_global 0) "hi"))