Skip to content

Echo v0.0.1-alpha.5

Pre-release
Pre-release

Choose a tag to compare

@csfh csfh released this 22 Jul 01:22
· 99 commits to main since this release
b2d4b22

Actually fix Windows build of echo_runtime (not continue-on-error).

Windows

  • Portable IoRaw (Unix RawFd / Windows RawSocket)
  • mio::unix::SourceFd only on Unix; Windows I/O park uses a short yield + retry
  • Task loop still uses portable mio::Poll + Waker

Also from alpha.4

  • Non-JIT unit test filter on test-linux; AOT hello + echo26
  • macOS LLVM rpath only on the cargo build step

Install

curl -fsSL https://raw.githubusercontent.com/modoterra/echo/main/scripts/install.sh \
  | bash -s -- from-release v0.0.1-alpha.5

Experimental alpha — not for production.