Skip to content

Commit 9d19297

Browse files
facontidavideclaude
andcommitted
build: drop pre-built cloudini_wasm.wasm from the repo
The 615 KB binary isn't imported anywhere — PointCloudConverter.tsx loads ./cloudini_wasm_single.js (injected by the release workflow), not the .wasm. Removing it cuts the checked-in blob and eliminates a path where a stale build artifact could quietly drift out of sync. .gitignore now covers both generated wasm files under src/ so they can't be re-committed by accident during local dev. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5b787fe commit 9d19297

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

cloudini_foxglove/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
dist/
22
node_modules/
33
*.foxe
4+
src/cloudini_wasm.wasm
5+
src/cloudini_wasm_single.js
-601 KB
Binary file not shown.

0 commit comments

Comments
 (0)