| My understanding is that WASM support for threads is limited to proper
concurrent memory management, and that there is no pthreads library
support, but you can use Web workers to implement concurrency. Is
there now pthreads support?
Regards,
Mike
-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com
On Sat, Dec 1, 2018 at 9:20 AM Steven Yi wrote:
>
> Hi All,
>
> Came across an interesting video discussing WebAssembly and Threads
> that had a discussion of online Soundation music studio's use of WASM
> + threads:
>
> https://youtu.be/zgOGZgAPUjQ?t=550
>
> The rest of video is pretty interesting, but no idea how quickly other
> vendors will adopt threads.
> |