Echo v0.0.1-alpha.8
Pre-release
Pre-release
macOS CI: fix undefined C++ symbols when linking with LLVM lld.
- System clang as linker driver (not LLVM clang as CC)
- `ld64.lld` from the LLVM 22 tarball for bitcode
- Explicit `-lc++` / `-lc++abi`, min macOS 14
Linux + Windows were already green on alpha.7.
Install
```bash
curl -fsSL https://raw.githubusercontent.com/modoterra/echo/main/scripts/install.sh \
| bash -s -- from-release v0.0.1-alpha.8
```