Release candidate 23 — fixes every rc.22 publish failure.
Publish fixes
- node: drop the unsupportable x86_64-apple-darwin (Intel macOS) binding (no Microsoft ORT prebuilt). Dropped from both the generated package (alef 0.35.0 exclude_platforms) and the CI build matrix. Intel Mac users run the arm64 binding under Rosetta or use the WASM package.
- zig: ship shared libraries only; the all-platform static-
.abundle hit 1.15GB and the release upload failed. - swift: upload the artifact bundle as
Xberg-rs.artifactbundle.zipto match the generated Package.swift. - elixir: run
mix hex.publishfrom the package directory.
Other
- wasm: default
extraction_timeout_secsno longer hard-errors the non-tokio build; env/wasi ESM imports shimmed so browser bundles load. - Live demo loads the published WASM package and shows the resolved version.