Rollup merge of #127236 - iawia002:wasip1-threads-doc, r=Nilstrieb

doc: update config file path in platform-support/wasm32-wasip1-threads.md

The config content described in the `Building the target` section should be the configuration used for building Rust itself:

7d97c59438/config.example.toml (L845-L848)

I believe this is different from Cargo's configuration. There seems to be some misunderstanding in the discussion here: https://github.com/rust-lang/rust/pull/112922#discussion_r1272263810.
This commit is contained in:
Matthias Krüger 2024-07-07 14:22:00 +02:00 committed by GitHub
commit d84d2214cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,7 @@ flag, for example:
Users need to install or built wasi-sdk since release 20.0
https://github.com/WebAssembly/wasi-sdk/releases/tag/wasi-sdk-20
and specify path to *wasi-root* `.cargo/config.toml`
and specify path to *wasi-root* `config.toml`
```toml
[target.wasm32-wasip1-threads]