emscripten
emscripten copied to clipboard
[AUDIO_WORKLET] Inline `.aw.js` file into the main output `.js` file
This is similar to what we already did for pthreads (#24163) and normal wasm workers (#24163). By integrating this file we can actually share more startup code with normal wasm workers.
This is awesome, thanks for taking the time to do this. I'll try to look at it next week.
Ok, I think this is ready to land now. Hopefully the tests will pass..