第 6 组:源码链接、构建和文档约束闭环完成

This commit is contained in:
cnc
2026-06-01 06:11:08 +08:00
parent 1498d9830d
commit 4c55ab3435
43 changed files with 8414 additions and 636 deletions

View File

@@ -159,8 +159,13 @@ LinuxCNC interpreter sources currently involve Python/Boost.Python remap paths.
- disable Python remap
- disable dynamic module loading
- replace file-backed parameter persistence with in-memory buffers
- provide browser-safe tool table and INI/config loading through JSON
- route LinuxCNC parameter-file reads and writes through an OPFS-backed wasm
workspace, preserving `rs274ngc.var` and `.bak` persistence in browser runs
as defined by `src/emc/rs274ngc/interp_internal.hh` and exercised by
`Interp::restore_parameters`/`Interp::save_parameters` in
`src/emc/rs274ngc/rs274ngc_pre.cc`
- provide browser-safe tool table and INI/config loading through JSON or
OPFS-backed files
## Step 5: Emscripten build