;;; TOOL: wat2wasm (module (import "foo" "bar" (global i32)) (memory 1) (global i32 i32.const 1) (data (global.get 0) "hi"))