-
Notifications
You must be signed in to change notification settings - Fork 8
Modification of ska.rust to integrate wasm32-unknown-unknown target compilation #107
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
base: master
Are you sure you want to change the base?
Conversation
… on targets only. Restored original versions and dependencies
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #107 +/- ##
=======================================
Coverage 95.16% 95.16%
=======================================
Files 25 25
Lines 3638 3638
=======================================
Hits 3462 3462
Misses 176 176 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
It compiles, codecov complains because of a couple of new methods I think I added for any compilation target (but are only used in wasm). If we wanted to be really pro, we should add tests also for wasm as well? |
…. TODO: add the button and un-hardcode the rc=true
These changes allow to compile to wasm32-unknown-unknown. They essentially add conditional compilation attributes, as well as few new files. The core structure of the changes come from DATACIN.