Skip to content

Commit

Permalink
Rollup merge of #127236 - iawia002:wasip1-threads-doc, r=Nilstrieb
Browse files Browse the repository at this point in the history
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: #112922 (comment).
  • Loading branch information
matthiaskrgr committed Jul 7, 2024
2 parents 94d07be + ba1ebc2 commit d84d221
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit d84d221

Please sign in to comment.