Open
Description
Hi wasm based rust currently fails in all kind of ways.
Especially this often happens when compiling:
error[E0599]: no method named `as_sock` found for reference `&udp::UdpBuilder` in the current scope
--> /home/marcel/.cargo/registry/src/github.com-1ecc6299db9ec823/net2-0.2.34/src/ext.rs:1558:22
|
1558 | get_opt(self.as_sock(), SOL_SOCKET, SO_ERROR).map(int2err)
| ^^^^^^^ method not found in `&udp::UdpBuilder`
Is it possible to get wasm support in the future?