Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/unassert
/
.
/
test
/
try-body-multiple-insts.wasm.fromBinary
blob: 1ecbdbbc616085e8b87b76fb718826aaaa128d0a [
file
] [
edit
]
(
module
(
type $none_
=>
_none
(
func
))
(
func $0
(
nop
)
)
(
func $1
(
nop
)
)
(
func $2
(
local
$0 exnref
)
(
try
(
do
(
call $0
)
(
call $1
)
)
(
catch
(
drop
(
exnref
.
pop
)
)
(
call $0
)
(
call $1
)
)
)
)
)