Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen.git
/
refs/heads/parser-error-contexts
/
.
/
test
/
passes
/
roundtrip.txt
blob: 85d07977d41a8073363eea7618956c85840f5cb1 [
file
] [
log
] [
blame
] [
edit
]
(module
(type $0 (func))
(export "foo" (func $0))
(func $0
(unreachable)
)
)
(module
(memory $0 1 1)
(table $0 0 funcref)
)