Source: https://github.com/w3c/css-houdini-drafts/issues/374
This looks like a simple renaming, but we should review potential functional changes. We also need to rework our examples according this change.
Will it be possible to run web-assembly code inside an audio-worklet node?
Or is there another way to output the web-assembly computed audio-stream directly to the sound-card (without the detour over the main-thread)?
Thanks.
~
Andr茅 Michelle
http://www.audiotool.com
Are you saying the spec disallows running web-assembly in an AudioWorklet? AFAICT, any valid Javascript should be able to run in an AudioWorklet.
Most helpful comment
Are you saying the spec disallows running web-assembly in an
AudioWorklet? AFAICT, any valid Javascript should be able to run in anAudioWorklet.