perf: reduce 3D runtime artifacts (#7)

This commit is contained in:
2026-07-29 11:04:42 +09:00
parent fc2871ce4c
commit 0c656808e0
20 changed files with 148 additions and 309 deletions
+3 -1
View File
@@ -29,5 +29,7 @@
- source와 binary는 exact commit 또는 SHA-256으로 고정합니다.
- 출처가 불명확한 binary와 fixture를 새 외부 package나 공개 demo에 추가하지 않습니다.
- generated decoder는 설치된 exact dependency에서 매 clean install마다 다시 staging합니다.
- Draco·Basis decoder는 설치된 exact Three.js dependency에서 production build가
hashed asset으로 생성합니다. single-thread `web-ifc.wasm`만 clean install의
postinstall에서 다시 staging합니다.
- package 전체의 공개 배포 자동화와 SBOM은 Gitea issue #3의 범위입니다.