summaryrefslogtreecommitdiff
path: root/test/parse/module/export-memory-multi.txt
blob: b8b4cb31a31d48c223b702c456c4a3cd8d06133b (plain)
1
2
3
4
5
;;; TOOL: wat2wasm
(module
  (memory 1)
  (export "mem1" (memory 0))
  (export "mem2" (memory 0)))