summaryrefslogtreecommitdiff
path: root/test/parse/module/memory-segment-passive.txt
blob: 2fda7f7fa8b1b9b4253ee5b11a5e375fee0c2ac6 (plain)
1
2
3
4
5
;;; TOOL: wat2wasm
;;; ARGS: --enable-bulk-memory
(module
  (memory 1)
  (data "hi"))