70 stable releases (25 major)
32.0.0 | Apr 21, 2025 |
---|---|
31.0.0 | Mar 20, 2025 |
30.0.2 | Feb 25, 2025 |
29.0.1 | Jan 21, 2025 |
7.0.0 | Mar 20, 2023 |
#1697 in WebAssembly
1,169 downloads per month
Used in 2 crates
4MB
64K
SLoC
wasmtime-wasi-threads
Implement the wasi-threads
specification in Wasmtime.
Note: this crate is experimental and not yet suitable for use in multi-tenant embeddings. As specified, a trap or WASI exit in one thread must end execution for all threads. Due to the complexity of stopping threads, however, this implementation currently exits the process entirely. This will work for some use cases (e.g., CLI usage) but not for embedders. This warning can be removed once a suitable mechanism is implemented that avoids exiting the process.
Dependencies
~29–42MB
~801K SLoC