You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.