Skip to content

Echo v0.0.1-alpha.8

Pre-release
Pre-release

Choose a tag to compare

@csfh csfh released this 22 Jul 02:03
· 96 commits to main since this release
10e47d5

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
```