• vendor-766e2f4-20260904-r3-dist 014648807f

    vendor-766e2f4-20260904-r3-dist
    Some checks failed
    wasm-build.yml / cmms-embed: VITE_LIBS_SOURCE=static (not off) — install the window.kicadLibs bridge (push) Failing after 0s
    release / meta (push) Waiting to run
    release / build (push) Blocked by required conditions
    release / publish-wasm (push) Blocked by required conditions
    release / deploy-demo (push) Blocked by required conditions
    release / deploy-editor (push) Blocked by required conditions
    release / Build all tools + KiCad e2e (Ubicloud) (push) Waiting to run
    wasm-build.yml / cmms-embed: VITE_LIBS_SOURCE=static (not off) — install the window.kicadLibs bridge (release) Failing after 0s
    Pre-release

    AI_Assistant released this 2026-09-04 10:13:27 +10:00 | 0 commits to cmms-embed since this release

    DIST-ONLY bundle — pairs with the r2 wasm (vendor-766e2f4-20260904-r2, unchanged).

    HYPOTHESIS TEST for the schematic-open abort that r1 AND r2 both hit: r1/r2 used
    VITE_LIBS_SOURCE=off, which leaves libsSource null so boot.ts never installs window.kicadLibs.
    A C++ libs-bridge call on schematic open (park site K1, sch_io_pcbjam_lib) then calls a method
    on undefined -> throws inside a suspending import -> SuspendError -> abort (matches the
    "Uncaught Error: undefined" in the console). This build sets VITE_LIBS_SOURCE=static: installs
    the bridge backed by 2 built-in example symbols, answers not-found gracefully, no backend.

    Standalone-only change (commit 0146488). NO wasm change — keep r2's wasm/ dir, swap only dist/.

    Contents: index.html + assets/.{js,css} + .br siblings + favicon/og. Extract
    tar xzf pcbjam-vendor-766e2f4-r3-dist.tar.gz -C public/vendor/pcbjam/ (overwrites dist files;
    wasm/ + edit.php + SOURCE.txt untouched). Old assets/index-
    .js hashes change — clear any
    edge cache.

    sha256(pcbjam-vendor-766e2f4-r3-dist.tar.gz) = 843fc364b2e0ef6e71ddc532c37fffb9fd03002ea015aae1e1e06fb5bc667d36

    If the schematic still aborts with this, the next test is an all-DEBUG wasm build
    (./docker/build.sh kicad_editor -j 4 --full, no --release) — upstream's documented default.

    Downloads