Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/main
/
.
/
test
/
parse
/
expr
/
memory-copy64.txt
blob: ca7bd5515324220c4ae38ba816d05bea731a76cc [
file
] [
edit
]
;;; TOOL: wat2wasm
;;; ARGS: --enable-memory64
(module
(memory i64 0)
(func
i64.const 0
i64.const 0
i64.const 0
memory.copy))