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