summaryrefslogtreecommitdiff
path: root/test/parse/module/export-memory.txt
blob: 2a486b540b6d69badc33a8d410404771a9946a7d (plain)
1
2
3
4
;;; TOOL: wat2wasm
(module
  (memory 1)
  (export "mem" (memory 0)))