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: update unwind_tables for latest Zig #127

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

robbielyman
Copy link
Collaborator

the type of unwind_tables changed from ?bool to enum { none, sync, @"async" }; this PR changes luajit.zig to accommodate this change.

NB – i'm not familiar with libunwind and it is not clear to me whether sync or @"async" is the correct choice! I went with sync because the Zig compiler appears to fall back to that if it needs to.

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.

1 participant