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