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