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

WastParser: tighten parsing of folded if #2349

Merged
merged 1 commit into from
Dec 5, 2023
Merged

WastParser: tighten parsing of folded if #2349

merged 1 commit into from
Dec 5, 2023

Conversation

keithw
Copy link
Member

@keithw keithw commented Dec 5, 2023

This makes the then block mandatory per the spec, and parses multiple foldedinstrs in the if predicate (exercised by the new if.wast test -- we'll need this to update the testsuite submodule).

Closes #2347

This makes the `then` block mandatory per the spec, and parses
multiple foldedinstrs in the `if` predicate (exercised by the new
if.wast test).
@keithw keithw requested a review from sbc100 December 5, 2023 06:50
@keithw keithw merged commit 4ce790d into main Dec 5, 2023
28 of 29 checks passed
@keithw keithw deleted the folded-if branch December 5, 2023 17:53
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.

wast2json fails to parse if.wast from latest testsuite
2 participants