-
-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
no_std compatible #2368
Comments
That's a tough one. I'd have to ask, do you need to avoid all heap allocations or can you target |
For this case, I think we can assume that alloc can be used, otherwise it would be too hard |
Then it shouldn't be too hard! Boa is self-contained, and doesn't make any file system calls (with the exception on Intl, since we need to get the machine locale of an user, but it should be trivial to skip doing that on no_std builds). |
I'll try to patch Boa with the changes on the weekend |
Huh, so apparently the |
Ah, This unfortunately blocks us from having compatibility with |
Great work! In fact, I also tried to modify the boa myself, but it didn't work (x |
Working on this at the moment. |
Closing in favour of #2543. |
I'm trying to run a boa engine on a bare metal environment, is this possible? Are there any current plans to support no_std?
The text was updated successfully, but these errors were encountered: