dgiagio / warp

Create self-contained single binary applications
MIT License
1.91k stars 91 forks source link

32 Bit support ? #45

Open ItcVogt opened 5 years ago

ItcVogt commented 5 years ago

Is there any way to compile windows executables for 32-bit systems ?

SirUppyPancakes commented 4 years ago

The lack of 32-bit support makes this project useless to pretty much any real-world application distribution. I would personally love to forget about 32-bit builds and force users to upgrade, but until companies like Microsoft do the same (Windows 10 still comes with a 32-bit option), there are simply too many customers who need 32-bit builds.

mardukbp commented 3 years ago

I compiled warp on Windows 10 64-bit for Windows 32-bit and tried it with a Hello World .NET 5 console app. It worked!

If you want to try it yourself check out my branch. It only works with Windows x86 (32-bit) because I need it for a project. That is, I removed the code related to Linux, macOS and Windows 64-bit. I also added the corresponding build instructions to the README and modified the .NET example accordingly.

Thank you @dgiagio for writing this awesome program!