We want to allow different branches to use different Emscripten versions. The plan is as follows:
- Add
emscripten_version.txt file and add --emsdk-cache argument to emscripten/__main__.py. If --emsdk-cache is passed, the build script will require that the appropriate emsdk version is found in that directory.
- Backport this to 3.14.x
- Set up buildbot cache dir
- Make a PR to buildmaster config to pass the
--emsdk-cache argument
cc @freakboy3742
Linked PRs