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