Replies: 1 comment 3 replies
-
Tokio has some very limited support for WASM, but it does not include any sort of multi-threading. Additionally, its usually not suitable for browser WASM, where your runtime is the browser instead of Tokio. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Maybe someone can answer? Is support is here? Both single-threaded and multithreaded runtimes? Any corner cases? Is it okay to use in production for the web front-end? Any reading or related discussion?
Beta Was this translation helpful? Give feedback.
All reactions