rust-wasm-workflow
Installation
SKILL.md
Rust / wasm workflow
Commands
# All workspace tests
cargo test --workspace
# Single crate
cargo test -p harmoni-core
cargo test -p harmoni-wasm
# Fast type check
cargo check --workspace
# Rebuild the wasm pkg the workbench links into
pnpm run build:wasm