rora-javascript-adapter 0.0.1

Exchange data between Rust/WASM and JavaScript using a HTTP message interface
Documentation
1
2
3
4
5
6
7
# RORA - JavaScript Adapter

HTTP messages are good way to exchange data across the Internet, why not use them to exchange data between Rust/WASM and JavaScript.

## Development
1. install [cargo-watch]https://crates.io/crates/cargo-watch
2. run `cargo-watch -w src -s 'npm run build'`