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))