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

Feat(Struct): Make JIT struct optional #48

Merged
merged 3 commits into from
Jan 30, 2025

Conversation

MierenManz
Copy link
Collaborator

Right now the only time you can use a SizedStruct is when you can JIT compile functions, which is not always the case in some runtimes. Therefore I implemented a alternative for when you don't want to JIT compile anything but just want to narrow the type to Sized only

@MierenManz MierenManz added the enhancement New feature or request label Jan 29, 2025
Copy link
Member

@eliassjogreen eliassjogreen left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@eliassjogreen eliassjogreen merged commit 4526a6b into denosaurs:main Jan 30, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants