Wasm support
#1045
Replies: 1 comment 1 reply
-
Hey there.
Multiple layers to what it means to support WebAssembly, so let's start with that! In which runtime environment? It's not just the transport that has to be supported, the threading model is different. Tokio has some support for wasm32-wasi but there are things that are going to be missing because the required system calls are not in WASI. Not completely impossible but it would be with a lot of caveats. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would love to use nats.rs inside a wasm. Are there any plans to support this (e.g. nats over websocket in wasm).
Beta Was this translation helpful? Give feedback.
All reactions