Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/lessasyncify
/
.
/
test
/
passes
/
merge-blocks_remove-unused-brs.txt
blob: 9d8db7f52af01904f91e00314d1eac2662dde55e [
file
] [
edit
]
(module
(type $i32_=>_none (func (param i32)))
(func $func (param $x i32)
(loop $loop
(block $out
(block
(br_if $out
(local.get $x)
)
(nop)
(br $loop)
)
)
)
)
)