;;; TOOL: wat2wasm
(module 
  (func (param i32)
  i32.const 1
  call 0))
