Adopt Bun as JavaScript runtime
bun-runtimeskillsetup L2★0
Sheshiyer/skill-clusters ↗What it does
Call Tauri frontend from Rust
Best for
When starting new JS/TS projects or migrating from Node where install/run speed and single-toolchain simplicity matter most.
Inputs
- · JavaScript/TypeScript source
- · package.json
- · env file (optional)
Outputs
- · Executed script output
- · Test results
- · Built bundle
Preconditions
- · Bun runtime installed
- · package.json present
- · TypeScript tsconfig.json (optional)
Failure modes
- · Dependency incompatibility with Bun runtime not caught until test
- · Lockfile corruption after version upgrade