Skip to content

Commit d84d221

Browse files
authored
Rollup merge of rust-lang#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: https://github.com/rust-lang/rust/blob/7d97c59438e933e86f557ed999da3b8dfc6855a7/config.example.toml#L845-L848 I believe this is different from Cargo's configuration. There seems to be some misunderstanding in the discussion here: rust-lang#112922 (comment).
2 parents 94d07be + ba1ebc2 commit d84d221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc/src/platform-support/wasm32-wasip1-threads.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ flag, for example:
107107

108108
Users need to install or built wasi-sdk since release 20.0
109109
https://github.com/WebAssembly/wasi-sdk/releases/tag/wasi-sdk-20
110-
and specify path to *wasi-root* `.cargo/config.toml`
110+
and specify path to *wasi-root* `config.toml`
111111

112112
```toml
113113
[target.wasm32-wasip1-threads]

0 commit comments

Comments
 (0)