This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Description
Currently the text format allows for memories to be defined with data inline:
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!