Re: [Faudiostream-users] WebAssembly is now officially activated in Chrome and Firefox... and in the Faust online compilers

2017-03-17 Thread Victor Lazzarini
yep, a three-year wait. It would have been good if NaCl's Pepper API had been made available through wasm and we could just ignore web audio. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland > On 17 Mar 2017, at 13:06, Stéphane Letz

Re: [Faudiostream-users] WebAssembly is now officially activated in Chrome and Firefox... and in the Faust online compilers

2017-03-17 Thread Stéphane Letz
Yes : the generated wasm module is wrapped with basically the same code we used in asm.js case, to become a WebAudio/ScriptProcessor node. We are sill waiting for the AudioWorklet proposal to become official (see https://github.com/WebAudio/web-audio-api/wiki/AudioWorklet-IDL-Proposal)

[Faudiostream-users] WebAssembly is now officially activated in Chrome and Firefox... and in the Faust online compilers

2017-03-17 Thread Stéphane Letz
Hi All, WebAssembly (http://webassembly.org) is now officially activated in Chrome and Firefox (https://lists.w3.org/Archives/Public/public-webassembly/2017Feb/0002.html). The Faust WebAssembly backend emitted binary format has been raised to match the official 0x01 number. Statically