blob: e3e693accd3f60a3dae133262aa6881baa92a165 (
plain)
1
2
3
4
5
6
7
8
9
|
;;; TOOL: wat2wasm
;;; ERROR: 1
(module
(export "mem" (memory 0)))
(;; STDERR ;;;
out/test/parse/module/bad-export-memory-undefined.txt:4:25: error: memory variable out of range: 0 (max 0)
(export "mem" (memory 0)))
^
;;; STDERR ;;)
|