按规划继续工作
结论:新增解释器初始化和同步的 WASM/浏览器验证,继续保持核心行为来自 vendored LinuxCNC。
This commit is contained in:
@@ -95,5 +95,9 @@ export async function createLinuxCncInterpSdk(moduleOptions = {}) {
|
||||
saveToolTable(path) {
|
||||
return callStringResult(mod, "lcinterp_save_tool_table", path);
|
||||
},
|
||||
|
||||
probeInitAndSynch() {
|
||||
return callStringResult(mod, "lcinterp_probe_init_and_synch");
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user