Wasm Builders 🧱

Cover image for rsw: wasm-pack feature enhancements
lencx
lencx

Posted on

rsw: wasm-pack feature enhancements

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
Enter fullscreen mode Exit fullscreen mode

rsw help

rsw watch

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

Oldest comments (0)