Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen.git
/
refs/heads/stringviews-nonnullable
/
.
/
test
/
ctor-eval
/
globals.wast.out
blob: c8bf7785cfb9a0d4eae3760d94a67fb9cc9a508c [
file
] [
log
] [
blame
] [
edit
]
(
module
(
type $0
(
func
(
result i32
)))
(
global
$g1
(
mut i32
)
(
i32
.
const
50
))
(
global
$g2
(
mut i32
)
(
i32
.
const
40
))
(
export
"keepalive"
(
func $keepalive
))
(
func $keepalive
(
type $0
)
(
result i32
)
(
i32
.
add
(
global
.
get
$g1
)
(
global
.
get
$g2
)
)
)
)