Michael Davies
Results
1
issues of
Michael Davies
Currently, `num_cpus::get()` always returns 1 on web assembly targets. Although wasm is typically limited to single-threaded execution itself, it is possible to make use of multiple CPUs via [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API)...