blob: c6b77c789c8bdbc3adc91175b96e97ff983875eb [file] [edit]
;;; TOOL: run-gen-wasm-bad
magic
version
section(MEMORY) {
count[1]
has_max[0]
initial[1]
}
section(DATACOUNT) {
count[2]
}
section(DATA) {
count[1]
memory_index[0]
offset[i32.const 0 end]
data[str("whoops")]
}
(;; STDERR ;;;
0000013: error: data segment count does not equal count in DataCount section
0000013: error: data segment count does not equal count in DataCount section
;;; STDERR ;;)