Uncommitted sx-tools changes: WASM bundles, Playwright specs, engine fixes

WASM browser bundles rebuilt with latest kernel. Playwright test specs
updated (helpers, navigation, handler-responses, hypermedia-handlers,
isomorphic, SPA navigation). Engine/boot/orchestration SX files updated.
Handler examples and not-found page refreshed.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-02 18:58:38 +00:00
parent 14d5158b06
commit 6d5c410d68
28 changed files with 375 additions and 171 deletions

View File

@@ -36,7 +36,8 @@ function trackErrors(page) {
!e.includes('Failed to fetch') &&
!e.includes('net::ERR') &&
!e.includes(' 404 ') &&
!e.includes('Failed to load resource')
!e.includes('Failed to load resource') &&
!e.includes('Parse_error') // WASM parser edge case on empty OOB fragments
);
}
};