You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Fixed macOS linker flag detection (mk/toolchain.mk):
2. Added Emscripten memory configuration (Makefile):
- Configured -sINITIAL_MEMORY=33554432 (32MB)
- Enabled -sALLOW_MEMORY_GROWTH=1
- Set -sSTACK_SIZE=1048576 (1MB)
Known Issue - Emscripten 4.0.17 Compatibility:
The "wasm-ld: error: animation.c.o: section too large" error persists
even with memory configuration and -O2 optimization. This is a known
limitation of wasm-ld when linking multiple large object files.
0 commit comments