We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
How to compile Wasmer as 32-bit for Windows platform?
I've force set the --target to '--target i686-pc-windows-msvc',and force change the "IS_AMD64" to 0.
So the final command is:
cargo build --target i686-pc-windows-msvc --release --manifest-path lib/cli/Cargo.toml --features cranelift,wasmer-artifact-create,static-artifact-create,wasmer-artifact-load,static-artifact-load --bin wasmer --locked
but:
after that:
then I got:
So how can I successfully make Wasmer work for 32 bit? I really need it.
The text was updated successfully, but these errors were encountered:
Hi! Thanks for the report. We currently don't have any machine available to test it, but we welcome any PR.
Sorry, something went wrong.
Related: #5516
Thanks
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Summary
How to compile Wasmer as 32-bit for Windows platform?
Additional details
I've force set the --target to '--target i686-pc-windows-msvc',and force change the "IS_AMD64" to 0.
So the final command is:
but:
after that:
then I got:
So how can I successfully make Wasmer work for 32 bit? I really need it.
The text was updated successfully, but these errors were encountered: