summaryrefslogtreecommitdiff
path: root/test/parse/expr/globalset.txt
blob: ded23c236f9030e7519ed18e26d07f7d46870f9c (plain)
1
2
3
4
5
6
;;; TOOL: wat2wasm
(module
  (global (mut f32) (f32.const 1))
  (func
    f32.const 2
    global.set 0))