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:
2
crates/wzp-web/static/wasm/.gitignore
vendored
Normal file
2
crates/wzp-web/static/wasm/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
package.json
|
||||
*.d.ts
|
||||
Reference in New Issue
Block a user