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

Fix some function lengths in the test suite #45

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

alexcrichton
Copy link
Contributor

These tests appear adapted with memory64 with overlong LEB-encodings but when merged with the upstream spec test suite the function length is too short. By ensuring the function length is correct it ensures that the only error in the module is the overlong LEB encoding.

These tests appear adapted with memory64 with overlong LEB-encodings but
when merged with the upstream spec test suite the function length is too
short. By ensuring the function length is correct it ensures that the
only error in the module is the overlong LEB encoding.
@alexcrichton
Copy link
Contributor Author

Could I perhaps ping to help get this merged and/or address any feedback?

@alexcrichton
Copy link
Contributor Author

cc @sbc100

@sbc100 sbc100 merged commit bcf4834 into WebAssembly:main Feb 22, 2024
1 check passed
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