;;; ERROR: 1
;;; TOOL: run-gen-wasm
magic
version
section(TYPE) { count[1] function params[0] results[1] i32 }
section(FUNCTION) { count[1] type[0] }
section(CODE) {
  count[1]
  func {
    locals[0]
    end
    nop
  }
}
(;; STDERR ;;;
Error running "wasm-validate":
error: accessing stack depth: 0 >= max: 0
000001a: error: OnNopExpr callback failed

Error running "wasm2wat":
error: accessing stack depth: 0 >= max: 0
000001a: error: OnNopExpr callback failed

;;; STDERR ;;)
