Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/ctor-fix
/
.
/
test
/
break-within-catch.wasm.fromBinary
blob: 1c21f33649beb871119858baff626330315e2c92 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
type $0
(
func
(
param i32
)))
(
type $1
(
func
))
(
tag $tag$0
(
type $0
)
(
param i32
))
(
func $0
(
block $label
(
try
(
do
(
nop
)
)
(
catch
$tag$0
(
drop
(
pop i32
)
)
(
br $label
)
)
)
)
)
)