Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/add_i686_testing
/
.
/
test
/
interp
/
start-failure.txt
blob: db56066c635cb29614d73f9669e82dc97282475d [
file
] [
edit
]
;;; TOOL: run-interp
;;; ERROR: 1
(module
(func $start unreachable)
(start $start)
)
(;; STDERR ;;;
error initializing module: unreachable executed
;;; STDERR ;;)