google / wasefire

Secure firmware framework focusing on developer experience
https://google.github.io/wasefire/
Apache License 2.0
74 stars 15 forks source link

Async Rust applets #29

Open ia0 opened 1 year ago

ia0 commented 1 year ago

This probably means having an additional prelude or feature-gating the existing prelude, such that applets may have an async main function and write concurrent applets. This might need updates to the applet API too and thus support from the scheduler.

lukeyeh commented 2 months ago

@ia0 could you assign this issue to me thank you!