Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/sourcemaps
/
.
/
test
/
parse
/
module
/
bad-binary-module-magic.txt
blob: 460626c9cd495f29daf8d78ffd4537acc651f79d [
file
] [
log
] [
blame
] [
edit
]
;;; ERROR: 1
(module
"\00ASM"
"\0b\00\00\00")
(;; STDERR ;;;
out/test/parse/module/bad-binary-module-magic.txt:2:2: error in binary module: @0x00000004: bad magic value
(module
^^^^^^
;;; STDERR ;;)