强制WASM增量构建

结论:INI和解释器WASM构建已改为对象、依赖和命令指纹驱动的增量编译,并将所有构建必须增量写入项目规则。
This commit is contained in:
2026-06-08 05:05:17 +08:00
parent caa35820cd
commit 09304115ef
4 changed files with 203 additions and 13 deletions

View File

@@ -70,6 +70,9 @@ expanded into a separate implementation of G-code behavior.
- GUI.
7. Frontend code must be implemented with web technology, not migrated from
native GUI code.
8. All build scripts must be incremental. Native and WASM builds must reuse
object files, dependency files, and command fingerprints, and must not
unconditionally recompile unchanged source files.
## Required Layout