Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
HEAD
/
.
/
test
/
stacky.wasm.fromBinary
blob: 8543fca0a4c04f9daf848a6700af0b44eee5ce92 [
file
]
(
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
)
(
i32
.
add
(
local
.
get
$0
)
(
block
(
result i32
)
(
local
.
set
$0
(
i32
.
const
100
)
)
(
local
.
get
$1
)
)
)
)
)