Closed
Description
Currently we avoid the need for any linked on wasm32-unknown-unknown
, by combining all Rust code into a single compilation unit. This allows us to work around the immaturity of the lld
story for wasm, but at the cost of compile times. This issue tracks the status of the lld
readiness and rustc's ability to use it.