Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(common): add offline support for emscripten
This change allows to build with emscripten if offline (when passing the `--offline` parameter). Previously this failed because as part of locating emscripten we try to pull the latest repo version and install the desired emscripten version. With this change when `--offline` is specified we try to use the currently installed version of emsdk. If it isn't installed or if the wrong version is installed we will fail the build.
- Loading branch information