Echo v0.0.1-alpha.6
Pre-release
Pre-release
CI: real Windows + macOS link fixes.
Windows
- Runtime compiles (portable `IoRaw`, no `mio::unix` on MSVC)
- Supply xml2s.lib for LLVM static link (`scripts/ci/windows-llvm-deps.sh`)
macOS
- Link with LLVM’s clang + lld so LTO matches LLVM 22 (Apple ld/libLTO 15 rejected bitcode)
Linux
- Unchanged green path (AOT hello + echo26)
Install
```bash
curl -fsSL https://raw.githubusercontent.com/modoterra/echo/main/scripts/install.sh \
| bash -s -- from-release v0.0.1-alpha.6
```
Experimental alpha — not for production.