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