按提示词结论补 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 is compiled directly
# here so wasm-safe object coverage cannot drift away from the Interp source.
./build-linuxcnc-wasm-standalone-probe.sh --mode rs274ngc-pre-object >/dev/null
echo "linuxcnc wasm rs274ngc_pre object probe passed"