rsw-rs - 🦞 wasm-pack based build tool
rsw = rs(rust) → w(wasm)
- A command-line tool for automatically rebuilding local changes, based on the wasm-pack implementation.
# Rust
cargo install rsw
# Or NPM
npm i -g @rsw/cli
Feature
- The configuration file
rsw.toml
is simple and powerful. - Quickly generate a crate with
wasm-pack new
, or set a custom template. - Automatically rebuilding local changes, useful for development and debugging.
- Multiple rust crate.
- compile (rsw build)
- hot-update (rsw watch)
Awesome rsw
- [rsw demo] learn-wasm - 🎲 Learning WebAssembly
- vite-plugin-rsw - 🦀 wasm-pack plugin for Vite
- create-mpl - ⚡️ Create a project in seconds!
Top comments (0)