summaryrefslogtreecommitdiff
path: root/test/parse/expr/memory-init.txt
blob: 4bade7e6949a42904d581c215e5fd84ba347cd98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
;;; TOOL: wat2wasm
;;; ARGS: --enable-bulk-memory
(module
  (memory 0)

  (func
    i32.const 0
    i32.const 0
    i32.const 0
    memory.init 0)

  (data "hi"))