Skip to content

Update implementation status #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ API to add native thread support.
> component model [built-ins] for thread spawning, among other things. The goal
> is that WASI v0.2 and following will use [shared-everything-threads] (once
> fully implemented) and this proposal can eventually be removed. In the
> meantime, users experimenting with this proposal can continue to get help
> with questions and bugs by opening issues on this repository and tagging
> various WAMR maintainers who plan to continue supporting WASI v0.1 (e.g.,
> @loganek, @yamt, @wenyongh).
> meantime, users experimenting with this proposal can continue to get help with
> questions and bugs by opening issues on this repository and tagging various
> maintainers who plan to continue supporting WASI v0.1 (e.g., @loganek, @yamt,
> @wenyongh).

[shared-everything-threads]: https://github.com/WebAssembly/shared-everything-threads
[built-ins]: https://github.com/WebAssembly/component-model/blob/main/design/mvp/Explainer.md#-threads
Expand Down Expand Up @@ -259,9 +259,9 @@ and what can safely be skipped until some later date.

##### What _has_ been implemented

`wasi-libc` contains an implementation of `pthreads` using `wasi-threads`. The
implementation is currently in progress: see the [list of threads-related
PRs](https://github.com/WebAssembly/wasi-libc/pulls?q=is%3Apr+threads).
`wasi-libc` contains an implementation of `pthreads` using
`wasi-threads`. Various WebAssembly engines support the proposal, including:
Wasmtime, WAMR, Wasmer, toywasm.

#### Design choice: instance-per-thread

Expand Down
Loading