Skip to content

Commit

Permalink
Rollup merge of rust-lang#102215 - alexcrichton:wasm-link-whole-archi…
Browse files Browse the repository at this point in the history
…ve, r=estebank

Implement the `+whole-archive` modifier for `wasm-ld`

This implements the `Linker::{link_whole_staticlib,link_whole_rlib}` methods for the `WasmLd` linker used on wasm targets. Previously these methods were noops since I think historically `wasm-ld` did not have support for `--whole-archive` but nowadays it does, so the flags are passed through.
  • Loading branch information
Manishearth authored Nov 11, 2022
2 parents e73e55b + 75dd959 commit f48353a
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit f48353a

Please sign in to comment.