From 08978b82de2b8acf86607de5131221e383e0de1d Mon Sep 17 00:00:00 2001 From: cnc Date: Tue, 2 Jun 2026 12:33:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E6=8F=90=E7=A4=BA=E8=AF=8D=E7=BB=93?= =?UTF-8?q?=E8=AE=BA=E8=A1=A5=20wasm=20blocker=20=E6=BA=90=E7=A0=81?= =?UTF-8?q?=E4=BE=9D=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- analyze-linuxcnc-wasm-blockers.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/analyze-linuxcnc-wasm-blockers.sh b/analyze-linuxcnc-wasm-blockers.sh index c42f61a..a21e465 100755 --- a/analyze-linuxcnc-wasm-blockers.sh +++ b/analyze-linuxcnc-wasm-blockers.sh @@ -3,6 +3,13 @@ set -euo pipefail cd "$(dirname "$0")" +# LinuxCNC source basis: this blocker scan is constrained to the RS274/WASM +# manifest. Python and Boost.Python blockers come from +# src/emc/rs274ngc/gcodemodule.cc, interp_namedparams.cc, interp_o_word.cc, +# and the py*.cc module bindings; tooldata/native-backend blockers come from +# src/emc/tooldata/tooldata_mmap.cc and tooldata_db.cc; native filesystem +# blockers come from LinuxCNC RS274 sources such as interp_o_word.cc and +# interp_write.cc. linuxcnc_root=${LINUXCNC_ROOT:-../linuxcnc} manifest=${1:-linuxcnc-rs274-wasm-source-files.txt}