blob: c8e4bdf4308a1657ca6d5cd4b44e57c098136c56 [file] [edit]
;;; TOOL: wat2wasm
(module
(global $g (mut f32) (f32.const 1))
(func
f32.const 2
set_global $g))