lxzan / gws

simple, fast, reliable websocket server & client, supports running over tcp/kcp/unix domain socket. keywords: ws, proxy, chat, go, golang...
https://pkg.go.dev/github.com/lxzan/gws
Apache License 2.0
1.34k stars 84 forks source link

Support for wasm dialing #82

Closed imthatgin closed 5 months ago

imthatgin commented 6 months ago

Is there any plan to support WebAssembly compiled projects? Right now, it will not work as it tries to dial using the default dialer.

lxzan commented 6 months ago

There are no plans to adapt WASM for the time being, and V8's performance is sufficient to cover most scenarios.