summaryrefslogtreecommitdiff
path: root/test/regress/write-memuse.txt
blob: 20e472a2a1a2bcb13ff3eb495d0d1b1de3d27b79 (plain)
1
2
3
4
5
6
7
8
9
10
;;; TOOL: run-roundtrip
;;; ARGS*: --enable-multi-memory --debug-names --stdout
(memory 0)
(memory $k (data))
(;; STDOUT ;;;
(module
  (memory (;0;) 0)
  (memory $k 0 0)
  (data (;0;) (memory $k) (i32.const 0) ""))
;;; STDOUT ;;)