Closed seishun closed 1 year ago
The important bits of the Docker image used for building the emulators come from a parent image that gets pulled from GitHub Packages. That makes it complicated to make changes to the toolchain, e.g. to try a different version of Emscripten.
Perhaps it would make sense to merge https://github.com/mihaip/emscripten-docker into the Dockerfile here?
Thanks for reminding me about this -- I had been meaning to switch to using emsdk to install the toolchain. Should be done now.
emsdk
The important bits of the Docker image used for building the emulators come from a parent image that gets pulled from GitHub Packages. That makes it complicated to make changes to the toolchain, e.g. to try a different version of Emscripten.
Perhaps it would make sense to merge https://github.com/mihaip/emscripten-docker into the Dockerfile here?