π§Ή 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.