Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/safeint
/
.
/
test
/
hello_world.fromasm.imprecise
blob: 5d0d5b8d6bd7f5aef4382aaa8da8c1c2d47977a6 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
export
"add"
(
func $add
))
(
func $add
(;
0
;)
(;
has
Stack
IR
;)
(
param $0 i32
)
(
param $1 i32
)
(
result i32
)
(
i32
.
add
(
local
.
get
$0
)
(
local
.
get
$1
)
)
)
)