-
Notifications
You must be signed in to change notification settings - Fork 82
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
Does wasmer.js have polyfill for threads? #332
Comments
Hey @temeddix , we are very close to release a new version of wasmer-js with support for threads and many more things already supported by WASIX. Stay tuned! |
Thanks for the quick reply :) does that mean we can use WASI threads on web browsers? |
Indeed, very soon! |
Can't wait! |
We just released |
The One thing to keep in mind is that you need to compile to WASIX to use these APIs. WASI preview 1 doesn't include syscalls for threads or processes. |
As the title says, does wasmer.js provide polyfill for threads, like
std::thread
in Rust?The text was updated successfully, but these errors were encountered: