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