| ;;; TOOL: run-gen-wasm-bad | |
| magic | |
| version | |
| section(DATA) { | |
| count[1] | |
| memory_index[0] | |
| offset[i32.const 0 end] | |
| data[str("")] | |
| } | |
| section(DATACOUNT) { count[1] } | |
| (;; STDERR ;;; | |
| out/test/binary/bad-data-without-memory/bad-data-without-memory.wasm:000000c: error: no memory to copy data to | |
| out/test/binary/bad-data-without-memory/bad-data-without-memory.wasm:000000c: error: no memory to copy data to | |
| ;;; STDERR ;;) |