diff --git a/wasm-port/docs/compatibility-validation.md b/wasm-port/docs/compatibility-validation.md index 245e481..a2730c5 100644 --- a/wasm-port/docs/compatibility-validation.md +++ b/wasm-port/docs/compatibility-validation.md @@ -236,6 +236,12 @@ machine-session validation remain future work. ## WASM/Browser Fixture Matrix +The executable fixture lists for Node WASM and browser interpreter smoke tests +are centralized in `tests/fixtures/interp-fixture-matrix.mjs`. Additions to the +matrix must continue to route execution through the SDK and exported C ABI +backed by vendored LinuxCNC interpreter code; the matrix is only a test +coverage list, not a CNC behavior implementation. + Node WASM `Interp::execute()` coverage currently includes: - `minimal_linear` diff --git a/wasm-port/tests/browser/interp_smoke.html b/wasm-port/tests/browser/interp_smoke.html index 0c6eb12..04d8590 100644 --- a/wasm-port/tests/browser/interp_smoke.html +++ b/wasm-port/tests/browser/interp_smoke.html @@ -8,6 +8,13 @@
running