You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
W# 0.1.0
The first release.
A toolchain is a directory, not a file: `wsharp`, `ingot`, and the runtime
archive under `lib/` that a compiled program links against. `wsharp` finds that
archive beside itself, and `ingot` finds `wsharp` beside it, so an unpacked
tarball works with no configuration.
Built for x86_64-unknown-linux-gnu, aarch64-apple-darwin and
x86_64-apple-darwin. Each tarball has a .sha256 beside it.
Windows is not in this release. It compiles and links, but `fs.mkdir_all` does
not create the last component of a path there, so `ingot install` fails for any
package with a `src/`. The build fixes are in; the bug is written up in
CLAUDE.md.