blob: 7c413f599a182877830085ee17eec4c5062e895e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
;;; TOOL: run-gen-wasm-bad
magic
version
section(MEMORY) {
count[1]
flags[16]
}
(;; STDERR ;;;
000000c: error: malformed memory limits flag: 16
000000c: error: malformed memory limits flag: 16
;;; STDERR ;;)
|