Smolsharp Versions Save

🐜 Extremely small standalone C# executables using NativeAOT

release-bit32

4 months ago

With the (quite late) merge of pull request #3, 32-bit compilation is now available! Binaries compiled in 32-bit mode are marked with the "-x86" prefix - all other binaries are for AMD64/x86-64.

initial

9 months ago

These binaries have been generated by using dotnet publish -r win-x64 -c release on each project.