v0.0.1
Pre-release
Pre-release
First pre-release. All six major target platforms, each built and
its test suite run for real:
| Platform | Arch | Tested on |
|---|---|---|
| macOS | arm64 | native (Apple Silicon) |
| macOS | x64 | Rosetta cross-build, native tests |
| Linux | x64 | native |
| Linux | arm64 | cross-compiled, tested on real ARM hardware |
| Windows | x64 | native (MSYS2/MinGW) |
| Windows | arm64 | cross-compiled (llvm-mingw), tested under Wine on real ARM hardware |
No install script yet for Windows - extract the archive and run
sxn.exe/sxn directly. macOS/Linux can use install.sh:
curl -fsSL https://sxfescript.github.io/latest/install.sh | bash