Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
9ee3f004cb11127ee33b9f5d9285fa17841c2db2
/
.
/
test
/
parse
/
module
/
export-memory-multi.txt
blob: b8b4cb31a31d48c223b702c456c4a3cd8d06133b [
file
] [
log
] [
blame
]
;;; TOOL: wat2wasm
(module
(memory 1)
(export "mem1" (memory 0))
(export "mem2" (memory 0)))