| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
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
off leaves libsSource null, so boot.ts never calls installLibsProvider and window.kicadLibs is never installed. A C++ libs-bridge call on schematic open (park site K1, sch_io_pcbjam_lib) then hits undefined -> throws inside a suspending import -> SuspendError -> abort. static installs the bridge (2 built-in example symbols; answers not-found gracefully otherwise), no backend. Standalone-only change; dist/ rebuild, no wasm rebuild. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> |
||
| .. | ||
| public | ||
| scripts | ||
| src | ||
| .env.example | ||
| .env.production | ||
| index.html | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| wrangler.staging.jsonc | ||