Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen.git
/
refs/heads/parallelize-parse
/
.
/
test
/
br_to_try.wasm.fromBinary
blob: a3bed8ee0fa4547642ab3020d36fa1386725a164 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
type $0
(
func
(
param i32
)))
(
type $1
(
func
))
(
tag $tag$0
(
param i32
))
(
func $0
(
block $label
(
try
(
do
(
br $label
)
)
(
catch
$tag$0
(
drop
(
pop i32
)
)
)
)
)
)
)