Gergő Törcsvári
e7640d0a97
build(wasm): standardize asyncify wasm-opt tail to -O1 everywhere
...
The Binaryen wasm-opt shrink after Asyncify was the only -O2 in the
pipeline: -O2 by default (local + tag release) but -O1 in main CI. The
C++/wx/deps compile is already -O1 everywhere (DEBUG_BUILD defaults to 1;
nothing passes --release in CI/release). Pin the tail to -O1 too:
- apply-asyncify.sh: BINARYEN_OPT_LEVEL default -O2 -> -O1
- release.yml: opt_level -O2 -> -O1 (demo now ships -O1)
- ci-ubicloud.yml / wasm-build.yml / docker/build.sh: refresh stale -O2 comments
Because both callers now build at -O1, the FINAL cache key converges, so a
tag release FINAL-cache-hits main's build and skips the asyncify-tail
rebuild entirely (previously the ~1-2h -O2 wasm-opt was rerun per release).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-01 12:18:57 +02:00
..
bench
bench: wasm-opt benchmark harness — Hetzner config sweeps + local QEMU VM
2026-06-11 07:48:46 +02:00
binaryen-hoist-pass
fix(wasm-eh): build wasm-emscripten-finalize from the Binaryen submodule (unbreak CI)
2026-06-30 11:55:52 +02:00
common
build(wasm): standardize asyncify wasm-opt tail to -O1 everywhere
2026-07-01 12:18:57 +02:00
config
Add autom4te wrapper to keep submodules clean
2025-12-27 09:21:31 +01:00
deploy
fix(wasm-eh): build wasm-emscripten-finalize from the Binaryen submodule (unbreak CI)
2026-06-30 11:55:52 +02:00
deps
feat(wasm-eh): migrate the WASM build to native wasm exceptions (+ 3D viewer default-on)
2026-06-30 09:40:26 +02:00
git-workflow
chore: add binaryen submodule to git-workflow
2026-06-30 10:06:34 +02:00
kicad
feat(libs): react load overlay + progress bar; mimalloc mallinfo stub; framed tests
2026-07-01 09:56:32 +02:00
build-gal-native-test.sh
feat(webgl): Add GAL native test harness for visual regression testing
2026-01-07 09:42:31 +01:00
build-gal-webgl-test.sh
fix(wasm): Fix asyncify rewind with asyncify-aware dynCall shims
2026-03-13 12:26:48 +01:00
build-monitor.sh
fix(wasm-eh): build wasm-emscripten-finalize from the Binaryen submodule (unbreak CI)
2026-06-30 11:55:52 +02:00
build-wasm-test.sh
feat(wasm-eh): migrate the WASM build to native wasm exceptions (+ 3D viewer default-on)
2026-06-30 09:40:26 +02:00
build-wx-wasm.sh
feat(wasm-eh): migrate the WASM build to native wasm exceptions (+ 3D viewer default-on)
2026-06-30 09:40:26 +02:00
compare-screenshots.sh
refactor: collapse dual-mode plumbing — the DOM port is the only WASM build
2026-06-12 20:19:48 +02:00
create-feature-patches.sh
feat(schematic): eeschema WASM build + e2e harness
2026-05-29 16:01:17 +02:00
kicad-diff-stats.sh
chore: 🔧 fork-cleanup tooling + bump kicad submodule
2026-06-22 12:17:46 +02:00
setup-emsdk.sh
fix(wasm): Fix asyncify rewind with asyncify-aware dynCall shims
2026-03-13 12:26:48 +01:00
setup-worktree.sh
chore: 🤖 add new worktree setup script
2026-06-16 14:46:18 +02:00
test-gal-regression.sh
refactor(webgl): Move WebGL GAL from test harness to KiCad source tree
2026-01-10 13:15:58 +01:00
test-gal-webgl.sh
refactor(webgl): Move WebGL GAL from test harness to KiCad source tree
2026-01-10 13:15:58 +01:00
update-baseline-screenshots.sh
refactor: collapse dual-mode plumbing — the DOM port is the only WASM build
2026-06-12 20:19:48 +02:00