You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When someone doesn't use std functionality, ideally the dead code elimination optimisation pass would take care of it.
So let's see whether we can get rid of no_std support in our sdk, and perhaps simplify a lot of conditional compilation. (Or otherwise, learn why we can't get rid of it.)
The text was updated successfully, but these errors were encountered:
@codeblooded1729 says:
@matthiasgoergens says:
So let's see whether we can get rid of
no_std
support in our sdk, and perhaps simplify a lot of conditional compilation. (Or otherwise, learn why we can't get rid of it.)The text was updated successfully, but these errors were encountered: