;TLDR; If you build/deploy pthread-based programs you no longer need to worry about that extra `.worker.js` file.
I'm hoping to land this change today which is fairly large internal change to the pthread workers are bootstapped: https://github.com/emscripten-core/emscripten/pull/21701 The main externally visible change is that emscripten will no longer depend on a separate `.worker.js` file to start the pthread workers. This means that build and deployment system will need to be updated to account for the lack of this file. It's one less file to deal with so it should be a simplification in all cases. For a tran sition period (I imagine a few releases) emscripten will continue to generate an empty `.worker.js` (unless you build with `-sSTRICT`) to give folks some time to transition away from deploying the `.worker.js` file. cheers, sam -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to emscripten-discuss+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/CAL_va2_jh9eYSYfJz8NDQhjOvTf4wjku1YO6K1Du6fusAnVgGA%40mail.gmail.com.