Skip to content

Commit

Permalink
Unrolled build for rust-lang#127236
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
rust-timer authored Jul 7, 2024
2 parents 959a2eb + ba1ebc2 commit 9d96a34
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 9d96a34

Please sign in to comment.