Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen.git
/
HEAD
/
.
/
test
/
break-to-return.wasm.fromBinary
blob: 8492cb0077de796979e6638ce9051a4c75b26f2e [
file
] [
log
] [
blame
]
(
module
(
type $0
(
func
(
param i32 i32
)
(
result i32
)))
(
memory $0
256
256
)
(
export
"add"
(
func $0
))
(
func $0
(
param $0 i32
)
(
param $1 i32
)
(
result i32
)
(
block $label
(
result i32
)
(
br $label
(
i32
.
add
(
local
.
get
$0
)
(
local
.
get
$1
)
)
)
)
)
)