Commit Graph

406 Commits

Author SHA1 Message Date
e328394184 按建议,继续下一步工作
结论:已将 LinuxCNC TP 源码纳入 wasm-port 的可复现 vendor 清单和 native probe 构建,新增真实 tpCreate/tpAddLine/tpRunCycle 线性运动验证,并通过 native probes 全量验证。
2026-06-07 07:39:26 +08:00
078f1f6f8e wasm-port: assert program end modal reset 2026-06-07 06:16:28 +08:00
1de1f9503e wasm-port: expand canonical runtime edge fixtures 2026-06-07 05:58:11 +08:00
173018162e wasm-port: add native parameter file harness 2026-06-07 05:54:44 +08:00
eb261462c1 wasm-port: broaden native LinuxCNC interpreter probes 2026-06-07 05:49:34 +08:00
5025b0c1a1 继续把 interp_execute.cc、interp_queue.cc、interp_find.cc 等 LinuxCNC 源文件纳入直接编译/链接路径,逐步删除临时 convert_g() wrapper 行为
结论:已将核心 LinuxCNC interpreter 源接入 standalone native 编译链接路径,移除 minimal runtime 中的手写 convert_g 行为,并通过 native probe 验证。
2026-06-06 23:49:01 +08:00