blob: 8bd6bd2b75dbd909743e83a1a0b36a6bacce1fc2 [file] [edit]
;;; TOOL: run-gen-wasm-bad
;;; ARGS1: --disable-bulk-memory
;;; ARGS2: --disable-bulk-memory
magic
version
section(MEMORY) {
count[1]
has_max[0]
initial[0]
}
section(DATA) {
count[1]
memory_index[1]
offset[i32.const 0 end]
data[str("")]
}
(;; STDERR ;;;
0000011: error: invalid memory index 1: bulk memory not allowed
0000011: error: invalid memory index 1: bulk memory not allowed
;;; STDERR ;;)