按提示词结论补 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,9 @@ set -euo pipefail
cd "$(dirname "$0")"
# LinuxCNC source basis: src/emc/rs274ngc/rs274ngc_pre.cc provides read() and
# execute(), interp_convert.cc converts G0/G2/M30, and emcops.cc/dummyemcstat.cc
# provide the EMC status symbols required by this runtime link probe.
manifest=${1:-linuxcnc-rs274-wasm-source-files.txt}
preflight_cache_dir=${CNC_SIM_PREFLIGHT_CACHE_DIR:-build/wasm-probe-preflight-cache}