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
We can support wasm via wasi. Last I looked (for tokio-rs/mio#1395, back in November 2020) it doesn't support creating sockets, but it does support some things like read/write.
Alternatively we could start with an implementation that just panics, just so socket2 can build on wasm.
damirka, Icemic, huttarichard, fi6, raviqqe and 38 more