Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/binary-parser-refactor-name-fixup
/
.
/
test
/
mutable-global.wasm.fromBinary
blob: ab60a2dd97fe84f3401a0ee1aa74b1f251cbf72f [
file
] [
log
] [
blame
] [
edit
]
(
module
(
type $0
(
func
))
(
import
"env"
"global-mut"
(
global
$gimport$0
(
mut i32
)))
(
func $0
(
global
.
set
$gimport$0
(
i32
.
add
(
global
.
get
$gimport$0
)
(
i32
.
const
1
)
)
)
)
)