按提示词结论补 wasm 探针源依据锁

This commit is contained in:
cnc
2026-06-02 13:46:52 +08:00
parent 5c7093ba39
commit 67154a70fa
7 changed files with 27 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ set -euo pipefail
cd "$(dirname "$0")"
# LinuxCNC source basis: src/emc/rs274ngc/rs274ngc_pre.cc provides the Interp
# init/read/execute path exercised by the source-linked probe main.
manifest=${1:-linuxcnc-rs274-wasm-source-files.txt}
preflight_cache_dir=${CNC_SIM_PREFLIGHT_CACHE_DIR:-build/wasm-probe-preflight-cache}