-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WASM support? #5
Comments
I made demo implementations using The Hopefully they can be used as a starting point for someone (or myself) to pick up. 😄 |
https://pkg.go.dev/go.bryk.io/pkg/net/drpc/ws is an external websocket based transport to look at as well. |
https://github.com/lightninglabs/falafel is able to use WASM, and InProcess and traditional GRPC InProcess support: https://github.com/lightninglabs/falafel#description |
Is it in the cards to have a web socket-based transport for use with WASM projects?
The text was updated successfully, but these errors were encountered: