pcbjam/wasm/cli
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Gergő Törcsvári ad9c4675f9
feat: kicad_tools headless CLI
One merged node-WASM CLI (wasm/tools, 26.5MB) supersedes sym_convert +
pcb_convert: --convert-lib (absolutizes paths — fixes the legacy plugin's
silent empty output on relative paths), --lint (now full-parses .kicad_pcb
via the linked pcbnew parser), --erc, --netlist, --bom, --plot, --drc.
Registered as the only headless CLI app; ASYNCIFY=0 CLIs skip the
nanosleep→Asyncify yield shim and exit via _exit (dieted static dtors trap).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01ADzCSeN3Q9DJL3YW2FZTXB
2026-07-10 19:09:01 +02:00
..
kicad_tools_main.cpp feat: kicad_tools headless CLI 2026-07-10 19:09:01 +02:00
pcb_convert_main.cpp feat: kicad_tools headless CLI 2026-07-10 19:09:01 +02:00
pcb_convert_stubs.cpp feat: kicad_tools headless CLI 2026-07-10 19:09:01 +02:00
sym_convert_main.cpp feat: kicad_tools headless CLI 2026-07-10 19:09:01 +02:00
sym_convert_pre.js ysync 0009 phase 4: sym_convert --lint mode (kicad_lint folded into the converter) 2026-07-10 13:13:51 +02:00
sym_convert_stubs.cpp ysync 0009 phase 4: sym_convert --lint mode (kicad_lint folded into the converter) 2026-07-10 13:13:51 +02:00