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

Remove no_std support from SDK #1740

Open
matthiasgoergens opened this issue May 27, 2024 · 0 comments
Open

Remove no_std support from SDK #1740

matthiasgoergens opened this issue May 27, 2024 · 0 comments
Assignees

Comments

@matthiasgoergens
Copy link
Collaborator

@codeblooded1729 says:

That makes me wonder, do we even need no_std if we can get away with restricted_std.

@matthiasgoergens says:

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.)

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

No branches or pull requests

2 participants