libp2p-webrtc
libp2p-webrtc copied to clipboard
async-tungstenite native dependancy leaks into wasm builds
async-tungstenite = { version = "0.17.1", features = ["tokio", "tokio-native-tls"] }
leaks into WASM builds. Eventually it tries to compile native TCP sockets where it fails.