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', ];