Viktor Vaczi
6771e7de74
Fix Asyncify and improve build process
Build system improvements:
- Add wasm-opt stub for Docker build to bypass asyncify in container
- Add apply-asyncify.sh script for host-side asyncify transformation
- Update build-pcbnew.sh to install wasm-opt stub and add EXPORTED_RUNTIME_METHODS
- Add --with-zlib=sys to wxWidgets configure for proper zlib linking
- Improve update-baseline-screenshots.sh to only copy new/significantly changed files
wxWidgets submodule update:
- Fix EM_JS to EM_ASYNC_JS for proper Asyncify registration
Test updates:
- Add new baseline screenshots for bitmapbuttons, dnd, gridrenderers, printpreview, specialized tests
- Add kicad-pcbnew initial screenshot
- Fix wxgrid-controls.png and wxgrid-dedicated-page.png (were showing errors)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-14 11:59:50 +01:00 |
| .. |
|
apply-asyncify.sh
|
Fix Asyncify and improve build process
|
2025-12-14 11:59:50 +01:00 |
|
env.sh
|
Improve build system with debug symbols, clean modes, and parallel jobs
|
2025-12-12 14:51:38 +01:00 |
|
functions.sh
|
Improve build system with debug symbols, clean modes, and parallel jobs
|
2025-12-12 14:51:38 +01:00 |
|
get-wasm-opt.sh
|
Add two-phase build with host asyncify transformation
|
2025-12-13 22:13:31 +01:00 |
|
versions.sh
|
Add KiCad WASM build infrastructure and dependency scripts
|
2025-12-04 13:15:04 +01:00 |