Skip to main content

🧹 Clean Scripts

npm run clean​

Cleans both WebAssembly and Vite build folders.

npm run clean-wasm && npm run clean-js

Ensures the project returns to a β€œfresh” state.

npm run clean-js​

Removes the Vite build output directory:

rimraf dist

npm run clean-wasm​

Delegates to:

node scripts/build-wasm.js --clean

scripts/build-wasm.js handles the deletion of build files.

This calls the orchestrator CMakeLists.txt's clean script, which calls the clean script in every WASM module.