This commit is contained in:
Alex Emmet 2026-06-24 20:25:56 +02:00
commit 29427d301b
6 changed files with 398 additions and 3 deletions

View file

@ -1,11 +1,12 @@
pub mod error;
pub mod transport;
pub mod client;
pub mod crypto;
pub mod error;
pub mod message;
pub mod transport;
use wasm_bindgen::prelude::*;
#[cfg(not(test))]
#[wasm_bindgen(start)]
pub fn main() {
console_error_panic_hook::set_once();