blob: 343fc175c59cb67c4f98140f22befd13480ce6ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (func))
;; Can't have two modules in a .wat file.
(module)
(;; STDERR ;;;
out/test/parse/module/bad-module-multi.txt:6:1: error: unexpected token (, expected EOF.
(module)
^
;;; STDERR ;;)
|