Sam Clegg

Results 1443 comments of Sam Clegg

OK, well you have convinced me its a reasonable idea. If you get any time to work on it that would be great. Otherwise I've maked this bug a Help...

I believe that the main task here is actually "making the current python script not depend on anything else in emscripten".. once that is done I think its easy enough...

In other words I think the main blocker here is "users shouldn't have to install and configure emscripten" not "user should not have to install python". But I could be...

You should be able to find all the information you need here: https://emscripten.org/docs/porting/files/packaging_files.html Basically the file packager bundles a bunch of files into a single data file, and then automatically...

I had a version of this API in https://github.com/emscripten-core/emscripten/pull/24481... but sure how it compares

> I had a version of this API in #24481... but sure how it compares Maybe just copy the version I had in that PR? Should probably live in libeventloop.js...

I'm currently working on a change that will make the main module no longer relocatable: https://github.com/emscripten-core/emscripten/pull/25522. If the code size difference you are seeing is coming from the relocation functions...

I'd have to look into the specifics which I have not done yet, but in general I would hope that `MAIN_MODULE=2` could do as good a job as `MAIN_MODULE=0` and...

Wow, thats great news. That shows that https://github.com/emscripten-core/emscripten/pull/25522 is working as intended!