From 9dd90eba7f37f7593dedf66398304c5140d32446 Mon Sep 17 00:00:00 2001 From: giles Date: Thu, 2 Apr 2026 19:06:42 +0000 Subject: [PATCH] Remove cssx.sx references from WASM test scripts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cssx.sx was deleted in the CSSX → ~tw migration. The test scripts (test_wasm.sh, test_wasm_native.js, bisect_sxbc.sh) still referenced it, causing ENOENT during WASM build step 5. Co-Authored-By: Claude Opus 4.6 (1M context) --- hosts/ocaml/browser/bisect_sxbc.sh | 2 +- hosts/ocaml/browser/test_wasm.sh | 1 - hosts/ocaml/browser/test_wasm_native.js | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/ocaml/browser/bisect_sxbc.sh b/hosts/ocaml/browser/bisect_sxbc.sh index 660dd49b..b3f8c90f 100755 --- a/hosts/ocaml/browser/bisect_sxbc.sh +++ b/hosts/ocaml/browser/bisect_sxbc.sh @@ -14,7 +14,7 @@ FILES=( render core-signals signals deps router page-helpers freeze bytecode compiler vm dom browser adapter-html adapter-sx adapter-dom - cssx boot-helpers hypersx + boot-helpers hypersx harness harness-reactive harness-web engine orchestration boot ) diff --git a/hosts/ocaml/browser/test_wasm.sh b/hosts/ocaml/browser/test_wasm.sh index 086bf4a1..dd7dde3d 100755 --- a/hosts/ocaml/browser/test_wasm.sh +++ b/hosts/ocaml/browser/test_wasm.sh @@ -211,7 +211,6 @@ node -e ' "shared/static/wasm/sx/adapter-html.sx", "shared/static/wasm/sx/adapter-sx.sx", "shared/static/wasm/sx/adapter-dom.sx", - "shared/static/wasm/sx/cssx.sx", "shared/static/wasm/sx/boot-helpers.sx", "shared/static/wasm/sx/hypersx.sx", "shared/static/wasm/sx/engine.sx", diff --git a/hosts/ocaml/browser/test_wasm_native.js b/hosts/ocaml/browser/test_wasm_native.js index 4b934117..da5293ef 100644 --- a/hosts/ocaml/browser/test_wasm_native.js +++ b/hosts/ocaml/browser/test_wasm_native.js @@ -125,7 +125,7 @@ async function main() { 'render', 'core-signals', 'signals', 'deps', 'router', 'page-helpers', 'freeze', 'bytecode', 'compiler', 'vm', 'dom', 'browser', 'adapter-html', 'adapter-sx', 'adapter-dom', - 'cssx', 'boot-helpers', 'hypersx', + 'boot-helpers', 'hypersx', 'harness', 'harness-reactive', 'harness-web', 'engine', 'orchestration', 'boot', ];