Skip to content

Echo v0.0.1-alpha.6

Pre-release
Pre-release

Choose a tag to compare

@csfh csfh released this 22 Jul 01:49
· 98 commits to main since this release
78afb0b

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.