get it actually working

This commit is contained in:
Toshit Chawda 2024-06-12 13:42:26 -07:00
parent 177a0d2167
commit 5ec8b3b6de
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
5 changed files with 291 additions and 248 deletions

View file

@ -30,6 +30,7 @@ pub struct EpoxyWebSocket {
onerror: Function,
}
#[wasm_bindgen]
impl EpoxyWebSocket {
pub(crate) async fn connect(
client: &EpoxyClient,