Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/main
/
.
/
test
/
parse
/
module
/
export-global.txt
blob: a776cba965cd1925062669d3f0eb9e6c97958675 [
file
] [
edit
]
;;; TOOL: wat2wasm
(module
(global i32 (i32.const 0))
(global (mut f32) (f32.const 0))
(export "global0" (global 0)))