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

Conditionally build wasm-component-ld #127866

Merged

Commits on Jul 19, 2024

  1. Conditionally build wasm-component-ld

    This commit updates the support for the `wasm-component-ld` tool
    from rust-lang#126967 to conditionally build it rather than unconditionally
    building it when LLD is enabled. This support is disabled by default and
    can be enabled by one of two means:
    
    * the `extended` field in `config.toml` which dist builders use to build
      a complete set of tools for each host platform.
    * a `"wasm-component-ld"` entry in the `tools` section of `config.toml`.
    
    Neither of these are enabled by default meaning that most local builds
    will likely not have this new tool built. Dist builders should still,
    however, build the tool.
    alexcrichton committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    ae82726 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0a2b5b View commit details
    Browse the repository at this point in the history