-
Notifications
You must be signed in to change notification settings - Fork 4
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
no-std support for Rust #83
Comments
Hi, |
@woutersl Yes that would be wonderful, given that we just need to have a static buffer to declare as a heap memory blob, having alloc is fine. |
@stevefan1999-personal , I just published a version 4.3.0 of hime_redist, with support for |
@woutersl Much appreciated! |
@woutersl I also want to see if the codegen part could support no_std as well, in particular it seems like |
I want to use this in a compiler project but the core part of the compiler, namely the parsing part is split out as
no_std
code and only specific loading algorithms are std only. This makes it quite difficult for Rust Embedding community as wellThe text was updated successfully, but these errors were encountered: