skia2/infra/bots/recipe_modules/build
Kevin Lubick d1285b131b Upgrade CanvasKit emscripten to version 1.39.16.
Changes are largely mechanical.  Non-mechanical changes to support newer
versions of emscripten are enumerated below, in format ${EMSCRIPTEN_VERSION}:
${RELEVANT_CHANGE}.

- 1.39.9: TOTAL_MEMORY has been renamed INITIAL_MEMORY.
- 1.39.12: passing of linker flags to wasm-ld has changed in a way that requires
  supplying `--no-entry` to avoid error message "wasm-ld: error: entry symbol
  not defined (pass --no-entry to suppress): main".
- 1.39.16: The factory function created by using `MODULARIZE` build option now
  returns a Promise instead of the module instance.  As such, the ready.js
  workaround is removed.  Note this is a breaking API change for CanvasKit,
  which now uses just `then()` and not `ready().then()`.
- 1.38.33: `emsdk install` hasn't required the `-64bit` suffix on version names
  since `1.38.33`, so we remove them.  E.g. `emsdk install sdk-1.39.6-64bit`
  simply becomes `emsdk install sdk-1.39.16`.

cf. https://github.com/emscripten-core/emscripten/blob/master/ChangeLog.md

Bug: NONE
Change-Id: Iabec4bd5ad7db2e0715ad42c2e4cf7d67b192b4c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/291182
Reviewed-by: Kevin Lubick <kjlubick@google.com>
2020-05-21 14:18:48 +00:00
..
examples Upgrade CanvasKit emscripten to version 1.39.16. 2020-05-21 14:18:48 +00:00
resources Dockerize Flutter Android job. 2020-04-16 16:25:10 +00:00
__init__.py Use docker recipe module for Docker Build 2019-11-19 18:54:49 +00:00
android.py Add arm64 Wuffs perf bots 2019-11-20 18:56:51 +00:00
api.py Remove chromecast jobs 2020-02-13 19:51:12 +00:00
canvaskit.py Upgrade CanvasKit emscripten to version 1.39.16. 2020-05-21 14:18:48 +00:00
chromebook.py Move Pixelbook build jobs to Docker Debian9. 2020-04-14 16:05:34 +00:00
cmake.py Reduce bandwidth to RPIs 2019-10-04 14:50:49 +00:00
default.py remove SK_USE_SKVM_BLITTER 2020-04-07 17:51:57 +00:00
docker.py remove support for mips64el/loongson3a 2020-05-19 19:22:49 +00:00
flutter.py Dockerize Flutter Android job. 2020-04-16 16:25:10 +00:00
pathkit.py Upgrade CanvasKit emscripten to version 1.39.16. 2020-05-21 14:18:48 +00:00
skqp.py Include fetch-gn in SKQP build recipe. 2020-04-03 15:49:53 +00:00
util.py add fm to build product whitelist 2020-04-29 18:23:46 +00:00