Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
version_60
/
.
/
test
/
mutable-global.wasm.fromBinary
blob: aba18cdc40d7ec01a2728eff880fe4c6928216e8 [
file
] [
log
] [
blame
]
(
module
(
type $0
(
func
))
(
import
"env"
"global-mut"
(
global
$gimport$0
(
mut i32
)))
(
func $0
(;
0
;)
(
type $0
)
(
set_global $gimport$0
(
i32
.
add
(
get_global $gimport$0
)
(
i32
.
const
1
)
)
)
)
)