Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen.git
/
HEAD
/
.
/
test
/
lit
/
wasm-split
/
multi-memory-lowering-export-error.wast
blob: c631e48b13932ac5fef55698d2432e714513594d [
file
] [
log
] [
blame
]
;;
RUN
:
not
wasm
-
opt
%
s
--
multi
-
memory
-
lowering
-
all
2
>&
1
|
filecheck
%
s
(
module
(
memory $memory1
1
)
(
memory $memory2
1
1
)
(
export
"mem"
(
memory $memory2
))
)
;;
CHECK
:
MultiMemoryLowering
:
only the first memory can be exported