Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix enabling wasm-component-ld to match other tools #130034

Merged

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    c1ff6fd View commit details
    Browse the repository at this point in the history
  2. Fix enabling wasm-component-ld to match other tools

    It was [pointed out recently][comment] that enabling `wasm-component-ld`
    as a host tool is different from other host tools. This commit refactors
    the logic to match by deduplicating selection of when to build other
    tools and then using the same logic for `wasm-component-ld`.
    
    [comment]: rust-lang#127866 (comment)
    alexcrichton committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c15469a View commit details
    Browse the repository at this point in the history