forked from tas/major_tom
6b32199f254f14d0fdf1b50682a963715e88aec5
static-web-server's default cache-control sends max-age=31536000 (1 year) for .js files but only 1 day for .wasm. After redeployment, Cloudflare CDN serves the cached old .js with a fresh .wasm, causing EM_ASM address table mismatches and runtime crashes. Disable built-in cache headers at the origin so Cloudflare respects new content on each deploy. Also update AGENTS.md: add deploy commands, fix emsdk path, document the Cloudflare cache-purge requirement, and correct stale MAX_ENTITY_SPAWNS and MAX_EXIT_ZONES values.
Description
No description provided
Languages
C
94.8%
Python
2.5%
HTML
1.5%
Makefile
1.1%
Dockerfile
0.1%