Why does await WebAssembly.instantiate(buffer, {importObject}) in AudioWorkletGlobalScope throw for AudioWorkletNode construction? #2482
Unanswered
guest271314
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This code will throw
The node named
'audio-worklet-stream'
is defined inAudioWorkletGlobalScope
.Why is the named node not found when
await await WebAssembly.instantiate()
is called beforeregisterProcessor()
?Beta Was this translation helpful? Give feedback.
All reactions