Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/main
/
.
/
test
/
parse
/
module
/
bad-export-func-name-undefined.txt
blob: 8561862d6a4fc8f357400de3ca0d2dd6e5d74003 [
file
] [
edit
]
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (export "foo" (func $foo)))
(;; STDERR ;;;
out/test/parse/module/bad-export-func-name-undefined.txt:3:29: error: undefined function variable "$foo"
(module (export "foo" (func $foo)))
^^^^
;;; STDERR ;;)