add a wasm bazel toolchain (#603)

This commit is contained in:
walkingeyerobot
2020-09-10 21:42:46 -04:00
committed by GitHub
parent def6e4903a
commit 5f630def2a
20 changed files with 1835 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
export ROOT_DIR=`(pwd -P)`
export EMSCRIPTEN=${ROOT_DIR}/external/emscripten/emscripten
export EM_CONFIG=${ROOT_DIR}/emscripten_toolchain/emscripten_config
export EM_CACHE=${ROOT_DIR}/emscripten_toolchain/cache