emscripten icon indicating copy to clipboard operation
emscripten copied to clipboard

[AUDIO_WORKLET] Inline `.aw.js` file into the main output `.js` file

Open sbc100 opened this issue 7 months ago • 1 comments

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.

sbc100 avatar Apr 25 '25 16:04 sbc100

This is awesome, thanks for taking the time to do this. I'll try to look at it next week.

cwoffenden avatar Apr 25 '25 16:04 cwoffenden

Ok, I think this is ready to land now. Hopefully the tests will pass..

sbc100 avatar Apr 29 '25 19:04 sbc100