blob: 28f6b438d7582e08c898c7ad23372b1125577b44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
;;; TOOL: run-gen-wasm-bad
magic
version
section(TABLE) {
count[1]
anyfunc
flags[8]
}
(;; STDERR ;;;
000000d: error: malformed table limits flag: 8
000000d: error: malformed table limits flag: 8
;;; STDERR ;;)
|