trunk 0.11.0

Build, bundle & ship your Rust WASM application to the web.
1
2
3
4
5
pub mod build;
pub mod clean;
pub mod config;
pub mod serve;
pub mod watch;