;;; TOOL: wat2wasm
(module
  (memory 1)
  (func
    i32.const 100
    memory.grow
    drop))
