;;; TOOL: wat2wasm
(module
  (memory 0)

  (func
    i32.const 0
    i32.const 0
    i32.const 0
    memory.init 0)

  (data "hi"))
