Closed
Description
Trying to build for the wasm32-unknown-unknown
target on a s390x host fails with:
`rust-lld` not found, please install it!
This seems to be because - unlike on other architectures - rust-lld
is not built and packaged as part of the rust toolchain.
Now, it is true that LLD currently does not support the s390x architecture. But that is only an issue when trying to use the s390x architecture as target - it is completely fine to build LLD on a s390x host and use it to link binaries for any other target architecture it supports, in particular including wasm.
Would it be possible to include rust-lld
on s390x as well, to make building wasm binaries more straightforward?
Metadata
Metadata
Assignees
Labels
No labels