Csound Csound-dev Csound-tekno Search About

[Csnd-dev] WASM, Threads

Date2018-12-01 14:20
FromSteven Yi
Subject[Csnd-dev] WASM, Threads
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.

Date2018-12-01 15:08
FromMichael Gogins
SubjectRe: [Csnd-dev] WASM, Threads
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.
>

Date2018-12-04 12:37
FromOliver Larkin <000000992b40b7cd-dmarc-request@LISTSERV.HEANET.IE>
SubjectRe: [Csnd-dev] WASM, Threads
Thanks Steven, interesting watch!

> 
> 
> 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.
>>