trunk

Build, bundle & ship Rust WASM applications to the web

brewmacoslinux
Try with needOr install directly
Source

About

Build, bundle & ship your Rust WASM application to the web

Commands

trunk

Examples

Create a new Trunk project$ trunk new my-app
Build your Rust WASM project for production$ trunk build --release
Start development server with hot reloading$ trunk serve