Closed
Description
Request implementing -start-lib
and -end-lib
flags for wasm-ld
, analogous to the flags in ld.lld
.
Object files after -start-lib
are included in the link only when needed to resolve undefined symbols. (-end-lib
returns command-line processing to the original behavior)
This mimics static libraries without needing to create an archive.