按 align-linuxcnc 约束补 runtime shim 源码依据

This commit is contained in:
cnc
2026-06-02 10:10:56 +08:00
parent e1708c96ee
commit 8826f2ee73
4 changed files with 17 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ header:src/emc/ini/inifile.h:LinuxCNC C INI reader declarations exported by ini
header:src/emc/ini/inifile.hh:LinuxCNC C++ INI reader declarations used by inifile.cc
header:src/emc/nml_intf/emc.hh:LinuxCNC EMC status declarations used by wasm-safe EMC status shim
header:src/emc/nml_intf/emc_nml.hh:LinuxCNC EMC NML aggregate declarations used by wasm-safe EMC status shim
header:include/hal.h:LinuxCNC HAL declarations used by wasm-safe runtime HAL lookup shim
header:src/libnml/nml/nmlmsg.hh:LinuxCNC NML message declarations used by wasm-safe NMLmsg constructor shim
header:src/libnml/nml/stat_msg.hh:LinuxCNC status message declarations used by wasm-safe RCS_STAT_MSG constructor shim
header:src/libnml/rcs/rcs_print.hh:LinuxCNC RCS print declarations used by wasm-safe NML status diagnostics
@@ -67,5 +68,6 @@ metadata:src/libnml/nml/stat_msg.cc:source basis for wasm-safe RCS_STAT_MSG cons
metadata:src/libnml/nml/nmlmsg.cc:source basis for wasm-safe NMLmsg constructor shim
metadata:src/libnml/rcs/rcs_print.cc:source basis for wasm-safe RCS print diagnostic shim
metadata:src/rtapi/uspace_common.h:source basis for wasm-safe RTAPI snprintf compatibility shim
metadata:src/hal/hal_lib.c:source basis for wasm-safe runtime HAL lookup shim
metadata:src/emc/tooldata/tooldata_db.cc:source basis for wasm-safe tooldata runtime export shim
metadata:src/emc/tooldata/tooldata_nml.cc:source basis for wasm-safe tooldata runtime NML export shim