ni / VireoSDK

Compact runtime for a subset of LabVIEW
Other
49 stars 44 forks source link

Update to emscripten 1.39.5 #657

Closed rajsite closed 4 years ago

rajsite commented 4 years ago

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.

sanmut commented 4 years ago

Please run a CI build on the ASW side before merging.