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

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