Binary releases
In addition to the WebAssembly package, a new binary for Linux and Windows is also being built.
It currently only emulates the write
syscall and has some bugs that need to be fixed, but it is another way of getting an ELF binary to run.
You can e.g. download download this binary and then run the following on Windows:
./ax.exe ./alphabet.bin some other args
Both the Linux and Windows binary are for x86-64/amd64.
Full Changelog: v0.3.2...v0.4.0