1ba9c4df77
Depends on https://skia-review.googlesource.com/c/skia/+/186870 It's optional at build time, which is good given that it adds about 2MB of uncompressed size (from 4.3 MB to 6.4 MB) Bug: skia: Change-Id: I5f54ad628b735c3bc880e917394fb27d16849ebe Reviewed-on: https://skia-review.googlesource.com/c/187924 Commit-Queue: Kevin Lubick <kjlubick@google.com> Reviewed-by: Ben Wagner <bungeman@google.com> Reviewed-by: Florin Malita <fmalita@chromium.org>
6 lines
242 B
Makefile
6 lines
242 B
Makefile
EMSDK_VERSION=1.38.27_v1
|
|
|
|
publish_canvaskit_emsdk:
|
|
docker build -t canvaskit-emsdk ./canvaskit-emsdk/
|
|
docker tag emsdk-base gcr.io/skia-public/canvaskit-emsdk:${EMSDK_VERSION}
|
|
docker push gcr.io/skia-public/canvaskit-emsdk:${EMSDK_VERSION}
|