rust/src/ci
Alex Crichton 2a3e22bf04 Promote the wasm32-wasip2 target to Tier 2
This commit promotes the `wasm32-wasip2` Rust target to tier 2 as
proposed in rust-lang/compiler-team#760. There are two major changes in
this PR:

1. The `dist-various-2` container, which already produces the other WASI
   targets, now has an extra target added for `wasm32-wasip2`.
2. A new `wasm-component-ld` binary is added to all host toolchains when
   LLD is enabled. This is the linker used for the `wasm32-wasip2` target.

This new linker is added for all host toolchains to ensure that all host
toolchains can produce the `wasm32-wasip2` target. This is similar to
how `rust-lld` was originally included for all host toolchains to be
able to produce WebAssembly output when the targets were first added.
The new linker is developed [here][wasm-component-ld] and is pulled in
via a crates.io-based dependency to the tree here.

[wasm-component-ld]: https://github.com/bytecodealliance/wasm-component-ld
2024-07-09 12:11:08 -07:00
..
docker Promote the wasm32-wasip2 target to Tier 2 2024-07-09 12:11:08 -07:00
github-actions Make CI more agnostic of the owning GitHub organization 2024-07-04 12:34:07 +02:00
scripts Rollup merge of #125590 - ChrisDenton:mingw-ci-3, r=Kobzol 2024-05-28 18:04:32 +02:00
channel move the current channel to src/ci/channel 2021-05-06 17:11:12 +02:00
cpu-usage-over-time.py Apply changes to fix python linting errors 2023-06-16 20:56:01 -04:00
publish_toolstate.sh Fix publishing of toolstate history 2024-06-05 16:41:59 +02:00
run.sh disable lld if external llvm is used 2024-06-28 11:33:50 +03:00
shared.sh Changes to CI related to mingw and MSYS 2024-02-16 09:26:30 +00:00