Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/binary-parser-refactor-name-fixup
/
.
/
test
/
passes
/
remove-memory.wast
blob: 26b4949a81f0d33441503b8eccbe11bceabe8bf2 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
memory $mem
1024
1024
)
(
data
(
memory $mem
)
(
i32
.
const
10
)
"123"
)
(
data
(
memory $mem
)
(
i32
.
const
20
)
"149"
)
)