tauri-app-wasm
Installation
SKILL.md
When to use this skill
ALWAYS use this skill when the user mentions:
- High-performance frontend computation / 高性能前端计算
- WASM vs IPC trade-offs / WASM 与 IPC 取舍
- Rust logic running in the WebView / Rust 逻辑运行于 WebView
Trigger phrases include:
- "WASM", "WebAssembly", "IPC", "performance"
- "WASM", "WebAssembly", "性能", "IPC"
How to use this skill
- Identify workloads suitable for WASM execution
- Build Rust code to WASM and integrate with the frontend
- Keep system API access in Rust core via IPC when needed
- Validate performance gains and bundle size impact