Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
9ee3f004cb11127ee33b9f5d9285fa17841c2db2
/
.
/
test
/
parse
/
expr
/
memory-init.txt
blob: e951c242e2d10cfbc2bee6eae88a12ad58e66516 [
file
] [
log
] [
blame
]
;;; TOOL: wat2wasm
(module
(memory 0)
(func
i32.const 0
i32.const 0
i32.const 0
memory.init 0)
(data "hi"))