Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/runOnModuleCode
/
.
/
test
/
br_to_try.wasm.fromBinary
blob: 288c40e01c7c193699542524ffccdf6e4c4176c3 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
type $i32_
=>
_none
(
func
(
param i32
)))
(
type $none_
=>
_none
(
func
))
(
tag $tag$0
(
param i32
))
(
func $0
(
try
$label$3
(
do
(
block $label$1
(
br $label$1
)
)
)
(
catch
$tag$0
(
drop
(
pop i32
)
)
)
)
)
)