按建议,继续完成后续工作
结论:已新增 INI WASM Node smoke 验证,确认 vendored LinuxCNC inifile.cc 构建出的 WASM 模块可通过导出 C ABI 查询 INI 内容,并同步更新兼容性与漂移文档。
This commit is contained in:
7
wasm-port/tests/wasm/node/verify_ini_wasm.sh
Executable file
7
wasm-port/tests/wasm/node/verify_ini_wasm.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
ROOT_DIR="$(cd "$(dirname "$0")/../../.." && pwd)"
|
||||
|
||||
"$ROOT_DIR/tools/build_ini_panel.sh"
|
||||
node "$ROOT_DIR/tests/wasm/node/verify_ini_wasm.mjs"
|
||||
Reference in New Issue
Block a user