You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A direction that is probably more promising, is to compile one of our other runtime implementations (C, C++, or Rust) down to Web Assembly and use that under the hood.
There is a new API in Node that allows for worker threads (these are different from Web Workers): https://nodejs.org/api/worker_threads.html
It looks like we can use these to exploit parallelism in reactor programs (like the C, C++, and Rust target already do).
The text was updated successfully, but these errors were encountered: