chore: include WASM blob + JS glue in git for deployment

wasm-pack generated .gitignore was excluding all build output.
The WASM (337KB) and JS glue need to be in the repo so the
wzp-web static server can serve them without a build step.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Siavash Sameni
2026-03-30 14:00:16 +04:00
parent f3c8e11995
commit 09a18b086b
3 changed files with 558 additions and 0 deletions

2
crates/wzp-web/static/wasm/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
package.json
*.d.ts