-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Compiling for wasm64 fails #96463
Comments
@alexcrichton maybe something I am doing wrong, it used to work a couple of months ago on my intel Mac, but fails on currently nightly on my m1 Mac |
I opened #96477 to fix this, no fault of yours and this is just something that was missed during the last LLVM update |
@alexcrichton good to know, thanks for the quick response 👍 |
Dylan-DPC
added a commit
to Dylan-DPC/rust
that referenced
this issue
Apr 29, 2022
…out, r=wesleywiser Update data layout string for wasm64-unknown-unknown Looks like this changed in a recent LLVM update but wasm64 isn't built on CI so it wasn't caught until now. Closes rust-lang#96463
Dylan-DPC
added a commit
to Dylan-DPC/rust
that referenced
this issue
Apr 29, 2022
…out, r=wesleywiser Update data layout string for wasm64-unknown-unknown Looks like this changed in a recent LLVM update but wasm64 isn't built on CI so it wasn't caught until now. Closes rust-lang#96463
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cargo +nightly build --target wasm64-unknown-unknown -Zbuild-std
fails with the following errorThe text was updated successfully, but these errors were encountered: