You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of rust-lang#119256 - matthiaskrgr:rollup-q0q5c1d, r=matthiaskrgr
Rollup of 5 pull requests
Successful merges:
- rust-lang#119231 (Clairify `ast::PatKind::Struct` presese of `..` by using an enum instead of a bool)
- rust-lang#119232 (Fix doc typos)
- rust-lang#119245 (Improve documentation for using warning blocks in documentation)
- rust-lang#119248 (remove dead inferred outlives testing code)
- rust-lang#119249 (Add spastorino to users_on_vacation)
r? `@ghost`
`@rustbot` modify labels: rollup
Copy file name to clipboardExpand all lines: src/doc/rustc/src/platform-support/wasm32-wasi-preview1-threads.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ The target intends to match the corresponding Clang target for its `"C"` ABI.
90
90
91
91
## Platform requirements
92
92
93
-
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).
93
+
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).
94
94
95
95
This target is not a stable target. This means that there are a few engines
96
96
which implement the `wasi-threads` feature and if they do they're likely behind a
// Error codes that (for some reason) can't have a doctest in their explanation. Error codes are still expected to provide a code example, even if untested.
0 commit comments