Open mriise opened 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.
async-tungstenite = { version = "0.17.1", features = ["tokio", "tokio-native-tls"] }
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.