microsoft / vscode-wasm

A WASI implementation that uses VS Code's extension host as the implementing API
MIT License
378 stars 28 forks source link

Explore tread support #45

Open dbaeumer opened 1 year ago

dbaeumer commented 1 year ago

There is now an early specification for threads in WASI and the WASI-SDK as a first implementation of this. We should explore supporting them in the VSCode WASM/WASI host since threads will enable a lot of additional use cases.

dbaeumer commented 1 year ago

Implementation including tests is done.

Still need to publish the extension to the marketplace, including an npm module to use the extension as a libray.