This repository was archived by the owner on Jan 15, 2025. It is now read-only.
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Text format for inline data in memories #5
Closed
Description
Currently the text format allows for memories to be defined with data inline:
(memory (data "..."))
where the limits are automatically calculated and this "elaborates" to a memory declaration and a data segment. Currently the text format in the Overview.md
I think doesn't have an update to account for this, and I presume it'll likely change to:
(memory i64 (data "..."))
for 64-bit memories?
A very minor issue, but wanted to make sure it was logged!
Metadata
Metadata
Assignees
Labels
No labels