skia2/modules/canvaskit/htmlcanvas
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
..
_namedcolors.js Upgrade CanvasKit emscripten to version 1.39.16. 2020-05-21 14:18:48 +00:00
canvas2dcontext.js Reland "Switch to using a Float32Array (bound as value array) for color." 2020-03-26 14:41:29 +00:00
color.js Reland "Switch to using a Float32Array (bound as value array) for color." 2020-03-26 14:41:29 +00:00
font.js [canvaskit] Move from experimental to modules 2019-03-11 21:09:52 +00:00
htmlcanvas.js [canvaskit] Move from experimental to modules 2019-03-11 21:09:52 +00:00
imagedata.js [canvaskit] Move from experimental to modules 2019-03-11 21:09:52 +00:00
lineargradient.js Name name changes suggested in API review 2020-03-05 15:13:41 +00:00
path2d.js [canvaskit] Move from experimental to modules 2019-03-11 21:09:52 +00:00
pattern.js [canvaskit] Make SkImageShader from SkImage 2019-04-04 13:42:41 +00:00
postamble.js [canvaskit] Move from experimental to modules 2019-03-11 21:09:52 +00:00
preamble.js [canvaskit] Move from experimental to modules 2019-03-11 21:09:52 +00:00
radialgradient.js Name name changes suggested in API review 2020-03-05 15:13:41 +00:00
util.js [canvaskit] Move from experimental to modules 2019-03-11 21:09:52 +00:00