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

  (func
    i64.const 0
    i64.const 0
    i64.const 0
    memory.copy))