wasm
This commit is contained in:
parent
298253d6fa
commit
29427d301b
6 changed files with 398 additions and 3 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue