wasm32-unknown-unknown uses the WASM LLD flavor

This commit is contained in:
Jorge Aparicio 2018-08-18 16:36:24 +02:00
parent 750e72b9e0
commit 27390fcbcb

View File

@ -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()
};