roc/test/wasm
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
..
platform initial implementation 2025-12-10 15:37:13 +11:00
app.roc initial implementation 2025-12-10 15:37:13 +11:00
DEBUG_SUMMARY.md Fix wasm32 Debug build stack overflow 2025-12-10 16:30:51 -05:00
index.html initial implementation 2025-12-10 15:37:13 +11:00
test_wasm.mjs initial implementation 2025-12-10 15:37:13 +11:00