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

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

  (data "hi"))