This is about adding support for the threads Wasm proposal.
The threads Wasm proposal has been recently moved to Phase 4 and thus stabilization can be expected to happen soon.
Having threads and shared linear memory support in wasmi will be an enabler for use cases that require parallel execution and shared data as well as atomic primitives.
This is about adding support for the
threadsWasm proposal.The
threadsWasm proposal has been recently moved to Phase 4 and thus stabilization can be expected to happen soon.Having
threadsand shared linear memory support inwasmiwill be an enabler for use cases that require parallel execution and shared data as well as atomic primitives.