Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/semantic_naming
/
.
/
test
/
passes
/
roundtrip.txt
blob: 01e28b2d507c07914fe4eb417310c365f4722ae8 [
file
] [
edit
]
(module
(type $0 (func))
(export "foo" (func $foo))
(func $foo
(unreachable)
)
)
(module
(memory $m0 1 1)
(table $t0 0 funcref)
)