Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the standard shared memory text format #6200

Merged
merged 2 commits into from
Jan 3, 2024
Merged

Conversation

tlively
Copy link
Member

@tlively tlively commented Jan 3, 2024

Update the legacy text parser and all tests to use the standard text format for shared memories, e.g. (memory $m 1 1 shared) rather than (memory $m (shared 1 1)). Also remove support for non-standard in-line "data" or "segment" declarations.

This change makes the tests more compatible with the new text parser, which only supports the standard format.

Base automatically changed from parser-final to main January 3, 2024 22:32
Update the legacy text parser and all tests to use the standard text format for shared memories, e.g. `(memory $m 1 1 shared)` rather than `(memory $m (shared 1 1))`. Also remove support for non-standard in-line "data" or "segment" declarations.

This change makes the tests more compatible with the new text parser, which only supports the standard format.
@tlively
Copy link
Member Author

tlively commented Jan 3, 2024

Merge activity

  • Jan 3, 5:33 PM: Graphite rebased this pull request as part of a merge.
  • Jan 3, 5:59 PM: @tlively merged this pull request with Graphite.

@tlively tlively merged commit 0ed42cf into main Jan 3, 2024
15 checks passed
@tlively tlively deleted the standard-shared-memory branch January 3, 2024 22:59
radekdoulik pushed a commit to dotnet/binaryen that referenced this pull request Jul 12, 2024
Update the legacy text parser and all tests to use the standard text format for shared memories, e.g. `(memory $m 1 1 shared)` rather than `(memory $m (shared 1 1))`. Also remove support for non-standard in-line "data" or "segment" declarations.

This change makes the tests more compatible with the new text parser, which only supports the standard format.
@gkdn gkdn mentioned this pull request Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants