Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/cpp20
/
.
/
test
/
passes
/
roundtrip.txt
blob: c2a19480dc2d0107e7398c2214b395b5a4d45e8e [
file
] [
log
] [
blame
] [
edit
]
(module
(type $none_=>_none (func))
(export "foo" (func $0))
(func $0
(unreachable)
)
)
(module
(memory $0 1 1)
(table $0 0 funcref)
)