扩展解释器WASM运行时夹具
结论:解释器核心WASM验证新增 canned cycle、刀补、threading、NURBS、state tag 和 canonical runtime edge 夹具,继续直接复用LinuxCNC解释器源码。
This commit is contained in:
@@ -119,6 +119,13 @@ const fixtureNames = [
|
||||
"tool_semantics",
|
||||
"tool_table_setup",
|
||||
"tool_reload",
|
||||
"canned_cycles",
|
||||
"cutter_comp_motion",
|
||||
"threading_sync",
|
||||
"nurbs_g5_semantics",
|
||||
"nurbs_g6_semantics",
|
||||
"state_tag_motion",
|
||||
"canon_runtime_edges",
|
||||
];
|
||||
|
||||
for (const fixtureName of fixtureNames) {
|
||||
|
||||
Reference in New Issue
Block a user