diff options
| author | Dan Gohman <sunfish@mozilla.com> | 2019-04-30 19:37:25 -0700 |
|---|---|---|
| committer | Dan Gohman <sunfish@mozilla.com> | 2019-05-09 11:35:10 -0700 |
| commit | 1fe3ce1c42b8125f4f93dd3c3a5d5eed8c0cb651 (patch) | |
| tree | 777466fcbc46e1fd5db0f1fa688cd8caa46901fc /config.toml.example | |
| parent | ef01f29964df207f181bd5bcf236e41372a17273 (diff) | |
| download | rust-1fe3ce1c42b8125f4f93dd3c3a5d5eed8c0cb651.tar.gz rust-1fe3ce1c42b8125f4f93dd3c3a5d5eed8c0cb651.zip | |
Omit the vendor component in the WASI triple
This renames wasm32-unknown-wasi to wasm32-wasi, omitting the vendor component. This follows aarch64-linux-android, x86_64-fuchsia, and others in omitting the vendor field, which has the advantage of aligning with the [multiarch tuple](https://wiki.debian.org/Multiarch/Tuples), and of being less noisy.
Diffstat (limited to 'config.toml.example')
| -rw-r--r-- | config.toml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example index 8b2153cd2e6..556625b531d 100644 --- a/config.toml.example +++ b/config.toml.example @@ -480,7 +480,7 @@ # linked binaries #musl-root = "..." -# The root location of the `wasm32-unknown-wasi` sysroot. +# The root location of the `wasm32-wasi` sysroot. #wasi-root = "..." # Used in testing for configuring where the QEMU images are located, you |
