#!/bin/bash # Retired W5 parity/performance gate. # # W7e removed the config-selectable native backend and all native unit # execution. There is no longer a valid WASM_BACKEND_ENABLED=0 baseline to # switch to here; doing so would only create a misleading service state. set -euo pipefail cat >&2 <<'EOF' run_w5.sh is retired: UCE unit execution is wasm-only after W7e. Use the supported regression gate instead: bash scripts/build_linux.sh && systemctl restart uce.service && sleep 3 \ && bash scripts/run_cli_tests.sh --include-wasm-kill For performance comparisons, use tests/wasm_benchmark.py against the current wasm backend; native-baseline artifacts under docs/wasm-baselines are historical only. EOF exit 2