tauri-app-wasm

Installation
SKILL.md

When to use this skill

ALWAYS use this skill when the user mentions:

  • Running Rust code as WASM in the Tauri frontend
  • WASM vs IPC performance trade-offs
  • High-performance frontend computation

Trigger phrases include:

  • "WASM", "WebAssembly", "wasm-pack", "Rust in browser", "frontend performance"

How to use this skill

  1. Set up a WASM crate alongside your Tauri project:
    cargo install wasm-pack
    wasm-pack new my-wasm-lib
    
  2. Build Rust code to WASM:
Related skills

More from partme-ai/full-stack-skills

Installs
6
GitHub Stars
379
First Seen
Mar 25, 2026