rsw 0.8.0

wasm-pack based build tool
Documentation
1
2
3
4
5
6
use rsw;

#[tokio::main]
async fn main() {
    rsw::rsw_cli();
}