wasm32-unknown-unknown uses the WASM LLD flavor
This commit is contained in:
parent
750e72b9e0
commit
27390fcbcb
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ pub fn target() -> Result<Target, String> {
|
|||
|
||||
// we use the LLD shipped with the Rust toolchain by default
|
||||
linker: Some("rust-lld".to_owned()),
|
||||
lld_flavor: LldFlavor::Wasm,
|
||||
|
||||
.. Default::default()
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue