π§Ή 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:
rm -rf dist
npm run clean-wasmβ
Delegates to:
make -C src/wasm clean
This calls the orchestrator Makefile's clean script, which calls the clean script in every WASM module.