Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen.git
/
refs/heads/parallelize-parse
/
.
/
test
/
passes
/
roundtrip.wast
blob: aec07657fe7c06a167b04a17b7f340cb07002ab5 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
func $foo
(
export
"foo"
)
;;
binaryen skips unreachable code
while
reading the binary format
(
unreachable
)
(
nop
)
(
nop
)
(
nop
)
(
nop
)
(
nop
)
)
)
(
module
(
memory
1
1
)
(
table
0
funcref
)
)