This repository was archived by the owner on Aug 25, 2025. It is now read-only.

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.