;;; TOOL: wat2wasm
(module
  (func (result i32)
    i32.const 42
    return))
