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: Ensure that machine explodes when CALL-INDIRECT is used #30

Merged
merged 2 commits into from
Oct 12, 2023

Conversation

bhelx
Copy link
Contributor

@bhelx bhelx commented Oct 12, 2023

I will implement this instruction in a follow up when i add table and element support. For now we want it to explode if the machine encounters it because it's failing subtly now which will make debugging confusing. If you see this explode you can safely ignore it. Add it to the exclude list with a comment that it's failing because of the missing indirect. I will try them again after I implement it.

@bhelx bhelx requested a review from andreaTP October 12, 2023 15:37
Copy link
Collaborator

@andreaTP andreaTP left a comment

Choose a reason for hiding this comment

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

agree 👍 thanks!

@andreaTP andreaTP merged commit 141ada6 into main Oct 12, 2023
6 checks passed
@andreaTP andreaTP deleted the blow-up-on-call-indirect branch January 25, 2024 16:29
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