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

Commits on Jan 3, 2024

  1. Use the standard shared memory text format

    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 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    d6b5411 View commit details
    Browse the repository at this point in the history
  2. update binaryenjs tests

    tlively committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    7196dd2 View commit details
    Browse the repository at this point in the history