-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile 32-bit Windows binaries #146
Comments
Compiling a Windows 32-bit executable in Rust is currently a bit of a problem. You can see #138 for more context. 32-bit OSes is a thing that IMO should die a slow and painful death, but I realise there might still be a somewhat significant portion of machines out there that have it installed. It would be good to get some data points on its current importance and trajectory. It would also be worth investigating if newer Rust version (1.10, beta, or nightly) has a better story for 32-bit Windows compilation. |
This issue has been automatically locked since there has not been any recent activity after it was closed. If you have run into an issue you think is related, please open a new issue. |
Would you be releasing the Windows 32-bit executable for v0.9.0? Thanks.
The text was updated successfully, but these errors were encountered: