按提示词结论统一 wasm 源集依据锁

This commit is contained in:
cnc
2026-06-02 13:58:02 +08:00
parent 67154a70fa
commit ce0605d20d
4 changed files with 25 additions and 11 deletions

View File

@@ -3,6 +3,10 @@ set -euo pipefail
cd "$(dirname "$0")"
# LinuxCNC source basis: wasm-safe shim probe sources are limited to the
# linuxcnc_wasm_safe_probe_shims CMake set, whose files each carry nearby
# source-basis comments for the LinuxCNC Python, dlopen, HAL, tooldata, NML,
# RTAPI, and Boost.Python edges they replace for browser builds.
filter=${1:-}
./list-cmake-set-sources.sh linuxcnc_wasm_safe_probe_shims | ./list-filtered-existing-paths.sh \