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
Outputs
- WASM integration plan / WASM 集成方案
- Performance and bundle checklist / 性能与包体清单
Scope
- Boundary: Frontend WASM usage only
- Key points: WASM vs IPC responsibilities
References
- https://crates.io/crates/tauri-wasm
- https://v2.tauri.app/develop/calling-rust/#wasm
- https://github.com/p1mo/tauri-wasm
- https://zhuanlan.zhihu.com/p/533025312
- https://blog.csdn.net/qq_63401240/article/details/147340217
Keywords
tauri wasm, rust wasm, frontend compute, performance
Related skills
More from partme-ai/tauri-skills
tauri
Comprehensive index for Tauri framework development, including Rust backend, frontend integration, and full plugin ecosystem. Acts as a router to specialized sub-skills with local examples and templates.
1tauri-app-positioner
Guidance for Tauri v2 positioner plugin with multi-display alignment strategies.
1tauri-app-nfc
Guidance for Tauri v2 NFC plugin with session handling and data validation.
1tauri-build
Guidance for Tauri v2 production builds, signing, and distribution artifacts.
1tauri-app-shell
Guidance for Tauri v2 shell plugin with secure command execution and open behavior.
1tauri-app-store
Guidance for Tauri v2 store plugin with key-value persistence and lazy loading.
1