-
Notifications
You must be signed in to change notification settings - Fork 0
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
Rework native compilation #37
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
I do not understand why this is failing on linux... My local environment is based off 22.04 LTS (same as |
58d916e
to
439b412
Compare
439b412
to
99de1b8
Compare
7b23085
to
532030a
Compare
9809abd
to
abe2b1f
Compare
So, including the Also need to investigate the possibility of including a shared lib via |
50deab9
to
38f01c0
Compare
Simply testing this out to see if it compiles on the latest desktop machines with CI. Needs much more testing in the following regards:How it will function as an exported library for others to consumeWill need to play around with consuming a-SNAPSHOT
from another project on another machineHow a final product would function on different operating systems and older versions.This PR reworks native compilations and adds
iOS
targets.NOTE: Resulting
.klib
foriOS
are 4M (not great, but not bad compared to desktop). Will need to work on that to reduce size.Closes #31