Open
Description
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.