-
Notifications
You must be signed in to change notification settings - Fork 40
Description
Hello!
Thank you very much for this awesome project.
I'm starting a hobby project https://toywithraylib.com/ which could heaviliy benefit of this project, since I would free the server of performing the compilations.
I've been trying to upgrade the emception version to a newer one due to some requirements with raylib glex, however, using newer emscripten seem to not be possible due to the way quicknode handles the esm modules (probably).
I've tried to backport emscripten to not use esm modules but after a ton of work it still didn't work.
Since I'm not a javascript developer, maybe I'm missing obvious stuff that could be done in order to port emception to the latest version of emscripten.
If it's not too much to ask, could you consider trying to increase the version of emception? I think it's one of the coolest toolchains out there, since other ways to get emscripten running on the web require c2w but that not only emulates and is slower but the results are heavier.