diff options
| author | Xinzhao Xu <z2d@jifangcheng.com> | 2024-07-02 17:30:36 +0800 |
|---|---|---|
| committer | Xinzhao Xu <z2d@jifangcheng.com> | 2024-07-02 17:30:36 +0800 |
| commit | ba1ebc266b253a2eb001f88b351e8862095c4a06 (patch) | |
| tree | e8ae351f36342b97b9ac9223085b2db233c9c7b1 | |
| parent | 7d97c59438e933e86f557ed999da3b8dfc6855a7 (diff) | |
| download | rust-ba1ebc266b253a2eb001f88b351e8862095c4a06.tar.gz rust-ba1ebc266b253a2eb001f88b351e8862095c4a06.zip | |
doc: update config file path in platform-support/wasm32-wasip1-threads.md
| -rw-r--r-- | src/doc/rustc/src/platform-support/wasm32-wasip1-threads.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support/wasm32-wasip1-threads.md b/src/doc/rustc/src/platform-support/wasm32-wasip1-threads.md index 2b3d15e93c8..c3eda26ca8e 100644 --- a/src/doc/rustc/src/platform-support/wasm32-wasip1-threads.md +++ b/src/doc/rustc/src/platform-support/wasm32-wasip1-threads.md @@ -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] |
