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

Rework how natives are built and add emscripten support #58

Merged
merged 1 commit into from
Oct 26, 2024

Conversation

deathbeam
Copy link
Contributor

@deathbeam deathbeam commented Oct 24, 2024

  • Simplifies how natives are built and how they are structured.
  • Adds support for auto linking static library when in NativeAOT mode
  • Adds support for emscripten WASM builds

TODO:

  • Update CI.yml
  • Natives first build

@deathbeam deathbeam force-pushed the rework-natives branch 6 times, most recently from 5bb1781 to e991036 Compare October 25, 2024 07:27
@deathbeam deathbeam marked this pull request as ready for review October 25, 2024 07:29
@deathbeam deathbeam force-pushed the rework-natives branch 11 times, most recently from 67f8501 to 8c951f0 Compare October 25, 2024 21:27
- Simplifies how natives are built and how they are structured.
- Adds support for auto linking static library in NativeAOT mode
- Adds support for emscripten WASM builds

Signed-off-by: Tomas Slusny <[email protected]>
@BeanCheeseBurrito BeanCheeseBurrito merged commit c20c74b into BeanCheeseBurrito:main Oct 26, 2024
3 checks passed
@BeanCheeseBurrito
Copy link
Owner

Thanks! Looks great, this was a much needed cleanup.

@deathbeam deathbeam deleted the rework-natives branch October 26, 2024 12:38
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