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

Check malformed mutability on imported globals #6679

Merged
merged 4 commits into from
Jun 19, 2024
Merged

Conversation

tlively
Copy link
Member

@tlively tlively commented Jun 18, 2024

And re-enable the globals.wast spec test, which checks this.

@tlively tlively requested a review from kripken June 18, 2024 21:04
Fix the wast parser to accept IDs on quoted modules, remove tests that are
invalidated by the multimemory proposal, and add validation that the total
number of variables in a function is less than 2^32 and that the code section is
present if there is a non-empty function section.
And re-enable the globals.wast spec test, which checks this.
Base automatically changed from malformed-binary-fixes to main June 19, 2024 01:34
@tlively tlively merged commit eceb0fb into main Jun 19, 2024
13 checks passed
@tlively tlively deleted the spec-test-globals branch June 19, 2024 01:35
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.

None yet

2 participants