Skip to content
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: new abbreviation for inline data? #29

Description

@tlively

The current spec gives this abbreviation for specifying data inline in a memory definition:

'(' 'memory' id? '(' 'data' b*:datastring ')' ')'

The memory limits are inferred from the size of the data string. For back compat, this abbreviation needs to continue specifying a 32-bit memory, but should we add a similar abbreviation for 64-bit memories? As an example:

'(' 'memory' id? '(' 'data' 'i64' b*:datastring ')' ')'

We could also choose not to provide such an abbreviation.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions