skia2/infra/bots/assets/emscripten_sdk
Kevin Lubick ebf648e57a [WASM] Add POC compile bot for WebAssembly
Fix core.gni to use not use Assembler for none cpu.

Right now, there are no outputs because we aren't compiling
dm or nanobench.  However, this still compiles the skia
library and creates two executables, so it's a good canary
for a real WASM build.

Additional note: the two executables in question don't draw
anything to the screen via GL, which is still not possible with
Skia+WASM.

Bug: skia:
Change-Id: I0d767467e94e40d01070e34223dd90e96f1c96f2
Reviewed-on: https://skia-review.googlesource.com/49540
Commit-Queue: Kevin Lubick <kjlubick@google.com>
Reviewed-by: Mike Klein <mtklein@chromium.org>
Reviewed-by: Eric Boren <borenet@google.com>
2017-09-21 18:24:43 +00:00
..
common.py [WASM] Add POC compile bot for WebAssembly 2017-09-21 18:24:43 +00:00
create_and_upload.py [WASM] Add POC compile bot for WebAssembly 2017-09-21 18:24:43 +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 [WASM] Add POC compile bot for WebAssembly 2017-09-21 18:24:43 +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.