wngr / libp2p-webrtc

WebRTC transport for libp2p (native and wasm)
Apache License 2.0
29 stars 4 forks source link

async-tungstenite native dependancy leaks into wasm builds #4

Open mriise opened 2 years ago

mriise commented 2 years ago

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.