Tauri Rust/WASM Frontend Integration This skill covers integrating Rust-based frontend frameworks with Tauri v2 for building desktop and mobile applications with WASM. Supported Frameworks | Framework | Description | Bundler | |-----------|-------------|---------| | Leptos | Reactive Rust framework for building web UIs | Trunk | | Yew | Component-based Rust framework | Trunk | | Dioxus | Cross-platform UI framework | Trunk | | Sycamore | Reactive library for Rust | Trunk | All Rust/WASM frontends use Trunk as the bundler/dev server. Critical Requirements 1. Static Site Generation (SSG) Only -…