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,5 @@
#!/bin/bash
source emscripten_toolchain/env.sh
exec python3 external/emscripten/emscripten/emcc.py "$@"