You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This avoids duplication and also means we can add consistent checks
on the audio context that is passed in.
Its also a code size win. We don't have a specific code size test that
references these functions but I ran
`browser.test_audio_worklet_post_function_closure` before and after this
change and got these results:
Before:
13297 out/test/test.js
After:
13152 out/test/test.js
assert(UTF8ToString(sigPtr)[0]!='v','Do NOT specify the return argument in the signature string for a call to emscripten_audio_worklet_post_function_sig(), just pass the function arguments.');
0 commit comments