Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/filenames-in-reader-errors
/
.
/
test
/
parse
/
module
/
bad-module-multi.txt
blob: 343fc175c59cb67c4f98140f22befd13480ce6ba [
file
] [
log
] [
blame
] [
edit
]
;;; 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 ;;)