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