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