summaryrefslogtreecommitdiff
path: root/test/parse/module/data-offset.txt
blob: f30118b36f5f593586e5f76d6ac3372c865a3b4e (plain)
1
2
3
4
5
6
;;; TOOL: wat2wasm
(module
  (import "foo" "bar" (global i32))
  (memory 1)
  (global i32 i32.const 1)
  (data (get_global 0) "hi"))