skia2/infra/bots/assets/emscripten_sdk
Kevin Lubick 13ec4d211f Trim down Emscripten SDK asset size
These cuts reduce the number of files by 2/3 and the size by 1/3

There's not too much more that could be trimmed - now the size
is dominated by the specially compiled LLVM/Clang binaries

Bug: skia:7186
Change-Id: Ie88fb6f2277eafbefac0f676daaca809dcb53f62
Reviewed-on: https://skia-review.googlesource.com/107061
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Commit-Queue: Kevin Lubick <kjlubick@google.com>
2018-02-14 15:32:27 +00:00
..
common.py [WASM] Add POC compile bot for WebAssembly 2017-09-21 18:24:43 +00:00
create_and_upload.py Trim down Emscripten SDK asset size 2018-02-14 15:32:27 +00:00
download.py [WASM] Add POC compile bot for WebAssembly 2017-09-21 18:24:43 +00:00
README.md [WASM] Add POC compile bot for WebAssembly 2017-09-21 18:24:43 +00:00
upload.py [WASM] Add POC compile bot for WebAssembly 2017-09-21 18:24:43 +00:00
VERSION Trim down Emscripten SDK asset size 2018-02-14 15:32:27 +00:00

Checkout and build the emscripten_sdk following the instructions here: http://webassembly.org/getting-started/developers-guide/

Then, run infra/bots/assets/emscripten_sdk/create_and_upload.py -s /path/to/dir/emsdk

It will take a while because the emsdk dir is > 26GB.