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
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