restsend-wasm
v1.2.0
Published
Restsend Instant Messaging Javascript/Wasm SDK
Readme
How intgrate with your project
- Test rust library, the outout dir is
restsend-rs/crates/restsend-wasm/pkgcd crates/restsend-wasm npm run test - Build rust library, the outout dir is
restsend-rs/jscd crates/restsend-wasm npm run dist - import
restsend_wasm.jsin your projectimport restsendWasm from 'restsend_wasm.js'; restsendWasm().then(m => { m.signin(endpoint, userId, password).then(info => { let client = new m.Client(info) }) })
