Skip to content

Fix Memory64 binary parsing after #4811 #4933

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

Merged
merged 2 commits into from
Aug 18, 2022
Merged

Fix Memory64 binary parsing after #4811 #4933

merged 2 commits into from
Aug 18, 2022

Conversation

kripken
Copy link
Member

@kripken kripken commented Aug 18, 2022

Due to missing test coverage, we missed in #4811 that some memory operations
needed to get make64() called on them.

This should unbreak the Binaryen roller.

@kripken kripken requested review from ashleynh and tlively August 18, 2022 15:29
}
throwError("Memory index out of range.");
}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code is just moved.

Copy link
Collaborator

@ashleynh ashleynh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see how I missed this. Thanks for fixing Alon!

@kripken
Copy link
Member Author

kripken commented Aug 18, 2022

(Landing to try to unbreak the roller, but we can continue discussion here and have followups if necessary.)

@kripken kripken merged commit 296a63e into main Aug 18, 2022
@kripken kripken deleted the fix64 branch August 18, 2022 16:48
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