Commit 5f06417
fix(wasm): OOM on low-memory devices — revert to 256MB + growth (#29)
INITIAL_MEMORY=1GB caused immediate OOM abort on mobile and
low-memory devices. Revert to 256MB initial with ALLOW_MEMORY_GROWTH=1.
The pthreads+growth warning is a minor perf note, not a crash.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 20615ed commit 5f06417
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
0 commit comments