Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/dae2
/
.
/
test
/
br_to_try.wasm.fromBinary
blob: af187786658a1524dd09b16e2c2f923b9fb14cbe [
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
(
br $label
)
)
(
catch
$tag$0
(
drop
(
pop i32
)
)
)
)
)
)
)