blob: ded23c236f9030e7519ed18e26d07f7d46870f9c [file] [edit]
;;; TOOL: wat2wasm
(module
(global (mut f32) (f32.const 1))
(func
f32.const 2
global.set 0))