Skip to content
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

no 32bit binaries... fails to compile with latest mingw #3903

Open
MyTDT-Mysoft opened this issue May 23, 2021 · 1 comment
Open

no 32bit binaries... fails to compile with latest mingw #3903

MyTDT-Mysoft opened this issue May 23, 2021 · 1 comment

Comments

@MyTDT-Mysoft
Copy link

so... i'm trying to compile this as part of the requirement for emscripten/emsdk, but theres no luck... would you guys be kind and provide 32bit binaries as well?

@kripken
Copy link
Member

kripken commented May 23, 2021

I don't have a win32 machine but I tried to use zig cc to make builds for that. First time I'm trying it, and it looks almost magical in how easy it is to cross-compile (I built win32 from my linux64, only issues were minor cmake things), but without a machine to test on I can't be sure it worked. Though they seem right as best I can tell:

$ file wasm*
wasm-as:                  PE32 executable (console) Intel 80386, for MS Windows
wasm-ctor-eval:           PE32 executable (console) Intel 80386, for MS Windows
wasm-dis:                 PE32 executable (console) Intel 80386, for MS Windows
wasm-emscripten-finalize: PE32 executable (console) Intel 80386, for MS Windows
wasm-metadce:             PE32 executable (console) Intel 80386, for MS Windows
wasm-opt:                 PE32 executable (console) Intel 80386, for MS Windows
wasm-reduce:              PE32 executable (console) Intel 80386, for MS Windows
wasm-shell:               PE32 executable (console) Intel 80386, for MS Windows
wasm-split:               PE32 executable (console) Intel 80386, for MS Windows

I added them to this gist:

https://gist.github.com/kripken/3cd771d3ee05e7fbc4f7f1b251f8d95e

You can download the zip of that to get the files. Please let me know if they work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants