diff options
| author | Takashi Idobe <mail@takashiidobe.com> | 2023-12-22 18:28:19 -0500 |
|---|---|---|
| committer | Takashi Idobe <mail@takashiidobe.com> | 2023-12-22 18:28:19 -0500 |
| commit | c20bdf247bd9266afe685ebe60a775d5bfa43373 (patch) | |
| tree | 2165ffc9820ea2818a9f516163e93a661a19848f /src/doc/rustc | |
| parent | 398fd92e177cd1a47ae1bb146506953e87e73d30 (diff) | |
fix some typos found scrolling through the docs
Diffstat (limited to 'src/doc/rustc')
| -rw-r--r-- | src/doc/rustc/src/platform-support/wasm32-wasi-preview1-threads.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support/wasm32-wasi-preview1-threads.md b/src/doc/rustc/src/platform-support/wasm32-wasi-preview1-threads.md index 23b99924899..b719cb53aba 100644 --- a/src/doc/rustc/src/platform-support/wasm32-wasi-preview1-threads.md +++ b/src/doc/rustc/src/platform-support/wasm32-wasi-preview1-threads.md @@ -90,7 +90,7 @@ The target intends to match the corresponding Clang target for its `"C"` ABI. ## Platform requirements -The runtime should support the same set of APIs as any other supported wasi target for interacting with the host environment through the WASI standard. The runtime also should have implemetation of [wasi-threads proposal](https://github.com/WebAssembly/wasi-threads). +The runtime should support the same set of APIs as any other supported wasi target for interacting with the host environment through the WASI standard. The runtime also should have implementation of [wasi-threads proposal](https://github.com/WebAssembly/wasi-threads). This target is not a stable target. This means that there are a few engines which implement the `wasi-threads` feature and if they do they're likely behind a |
