| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-10 | ci: fix wasm32 broken due to a NodeJS version bump | Pietro Albini | -1/+12 | |
| Emscripten's SDK recently bumped the version of NodeJS they shipped, but our Dockerfile for the wasm32 builder hardcoded the version number. This will cause consistent CI failures once the currently cached image is rebuilt (either due to a change or due to the cache expiring). This commit fixes the problem by finding the latest version of NodeJS in the Emscripten SDK and symlinking it to a "latest" directory, which is then added to the PATH. | ||||
| 2020-06-13 | Fix emcc failure for wasm32. | Eric Huss | -0/+3 | |
| 2020-04-10 | Enforce Python 3 as much as possible | Guillaume Gomez | -2/+5 | |
| 2019-10-16 | User should not change between emcc install and use | Thomas Lively | -1/+3 | |
| 2019-10-16 | Update test and add -O1 to wasm32 Dockerfile | Thomas Lively | -0/+3 | |
| 2019-10-16 | Temporarily enable asmjs and wasm32 on PR CI | Thomas Lively | -0/+39 | |
