summaryrefslogtreecommitdiff
path: root/test/binary/bad-extra-end.txt
blob: adfacaa01ae8bd8c844956646c1234e659334647 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
;;; TOOL: run-gen-wasm-bad
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
    end
  }
}
(;; STDERR ;;;
0000019: error: function body shorter than given size
0000019: error: function body shorter than given size
;;; STDERR ;;)