Commit 9d19297
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
Binary file not shown.
0 commit comments