Skip to content

Commit f8ea03c

Browse files
authored
Update implementation status (#51)
As suggested by @yamt in a [comment], it may be better to avoid highlighting WAMR exclusively in the top-level "warning." Instead, this updates the implementation status for known engines. [comment]: #50 (comment)
1 parent af51ac8 commit f8ea03c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ API to add native thread support.
99
> component model [built-ins] for thread spawning, among other things. The goal
1010
> is that WASI v0.2 and following will use [shared-everything-threads] (once
1111
> fully implemented) and this proposal can eventually be removed. In the
12-
> meantime, users experimenting with this proposal can continue to get help
13-
> with questions and bugs by opening issues on this repository and tagging
14-
> various WAMR maintainers who plan to continue supporting WASI v0.1 (e.g.,
15-
> @loganek, @yamt, @wenyongh).
12+
> meantime, users experimenting with this proposal can continue to get help with
13+
> questions and bugs by opening issues on this repository and tagging various
14+
> maintainers who plan to continue supporting WASI v0.1 (e.g., @loganek, @yamt,
15+
> @wenyongh).
1616
1717
[shared-everything-threads]: https://github.com/WebAssembly/shared-everything-threads
1818
[built-ins]: https://github.com/WebAssembly/component-model/blob/main/design/mvp/Explainer.md#-threads
@@ -259,9 +259,9 @@ and what can safely be skipped until some later date.
259259
260260
##### What _has_ been implemented
261261
262-
`wasi-libc` contains an implementation of `pthreads` using `wasi-threads`. The
263-
implementation is currently in progress: see the [list of threads-related
264-
PRs](https://github.com/WebAssembly/wasi-libc/pulls?q=is%3Apr+threads).
262+
`wasi-libc` contains an implementation of `pthreads` using
263+
`wasi-threads`. Various WebAssembly engines support the proposal, including:
264+
Wasmtime, WAMR, Wasmer, toywasm.
265265
266266
#### Design choice: instance-per-thread
267267

0 commit comments

Comments
 (0)