;;; 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[decl_count[1] i32_count[1] i32]
    get_local 0
  }
}
section("name") {
  subsection[1]
  length[10]
  func_count[1]
  index[0]
  str("$F0")
  subsection[1]
  data[1]
  data[1]
  data[1]
}
(;; STDERR ;;;
Error running "wasm-validate":
000002c: error: unfinished sub-section (expected end: 0x30)

Error running "wasm2wat":
000002c: error: unfinished sub-section (expected end: 0x30)

;;; STDERR ;;)
