roc/test
Luke Boswell fc0617ae73
Fix wasm32 Debug build stack overflow
- Increase wasm32 initial memory from 4MB to 16MB
- Set explicit 8MB stack size for wasm32 builds (Debug builds need more
  stack due to no inlining)
- Change roc__serialized_size from usize to u32 for consistent
  cross-architecture serialization
- Make Header an extern struct for guaranteed layout
- Add noinline to setupModuleEnvFromSerialized to prevent optimization
  issues

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-10 16:30:51 -05:00
..
cli Merge origin/main 2025-11-22 15:45:17 -05:00
fuzzing Don't special-case Str 2025-10-24 10:18:15 -04:00
fx fix segfaults - list_concat double decref and findCapturedValue memory leak 2025-12-09 18:21:24 +11:00
fx-open fix windows support for platforms and glibc symbols 2025-12-09 15:39:46 +11:00
int restore glibc CRT files we removed earlier 2025-12-09 15:29:24 +11:00
playground-integration Merge remote-tracking branch 'origin/main' into propagate_is_eq 2025-11-26 16:26:57 -05:00
snapshots Merge branch 'main' into fix-flaky-bug 2025-12-07 18:04:15 -05:00
str restore glibc CRT files we removed earlier 2025-12-09 15:29:24 +11:00
wasm Fix wasm32 Debug build stack overflow 2025-12-10 16:30:51 -05:00
serialization_size_check.zig Update test sizes 2025-12-02 12:39:14 -05:00