dgiagio / warp

Create self-contained single binary applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

32 Bit support ?

ItcVogt opened this issue · comments

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

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.

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!