Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/drop2
/
.
/
test
/
mutable-global.wast.fromBinary
blob: 69070e70d80b865932cee0f8a1a3307ffdd64ab8 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
type $none_
=>
_none
(
func
))
(
import
"env"
"global-mut"
(
global
$gimport$0
(
mut i32
)))
(
func $foo
(;
0
;)
(
global
.
set
$gimport$0
(
i32
.
add
(
global
.
get
$gimport$0
)
(
i32
.
const
1
)
)
)
)
)