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:
commit
d84d2214cd
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ flag, for example:
|
||||||
|
|
||||||
Users need to install or built wasi-sdk since release 20.0
|
Users need to install or built wasi-sdk since release 20.0
|
||||||
https://github.com/WebAssembly/wasi-sdk/releases/tag/wasi-sdk-20
|
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
|
```toml
|
||||||
[target.wasm32-wasip1-threads]
|
[target.wasm32-wasip1-threads]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue