WASM compatibilty

This commit is contained in:
2025-09-08 12:29:03 -07:00
parent f59c28d966
commit e4186a7ec0
2 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ use prost::Message as _;
use std::io::Read;
use tokio::net::TcpStream;
use tokio_tungstenite::{
MaybeTlsStream, WebSocketStream, connect_async,
tungstenite::Message, tungstenite::client::IntoClientRequest,
MaybeTlsStream, WebSocketStream, connect_async, tungstenite::Message,
tungstenite::client::IntoClientRequest,
};
use url::Url;