In emscripten 1.39.0 the build infrastructure used by emscripten was changed which is seen from the name change from sdk-<version>-64bit to <version>-fastcomp.
In addition the fastcomp backend was changed from the default and while still supported has to be explicitly selected.
This change does not effect the underlying clang version 6.0.1 that is used but instead makes sure we are using emscripten versions released on the current infrastructure. The emscripten changelog shows changes from 1.38.30 to 1.39.5.
In emscripten 1.39.0 the build infrastructure used by emscripten was changed which is seen from the name change from
sdk-<version>-64bit
to<version>-fastcomp
.In addition the
fastcomp
backend was changed from the default and while still supported has to be explicitly selected.This change does not effect the underlying clang version 6.0.1 that is used but instead makes sure we are using emscripten versions released on the current infrastructure. The emscripten changelog shows changes from 1.38.30 to 1.39.5.
Passing ASW PR.