You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How were you thinking of putting these all together? I am not familiar with waSCC or krustlet, so I might misunderstand the question.
It looks like like there might be a few different ways to use waSCC, either alongside or instead of Rocket. The main example uses waSCC's HTTP server though, and I don't really know how difficult it would be to switch that part out for a Rocket-based server.
I have doubts that Rocket can run inside Krustlet without some pretty big changes. It looks like Rocket would have to compile to WASM in order to use it in krustlet, but WASM in rust doesn't seem to support the direct network connectivity that Rocket uses from std (and, in 0.5 once it's released, the tokio runtime - see also tokio-rs/tokio#1597).
I would like to know if the library is working with wasm usingwascc. My goal is to krustlet at the end.
Thanks by advance
The text was updated successfully, but these errors were encountered: