8000 Remove `no_std` support from SDK · Issue #1740 · 0xmozak/mozak-vm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Remove no_std support from SDK #1740
Open
@matthiasgoergens

Description

@matthiasgoergens

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0