add a wasm bazel toolchain (#603)
This commit is contained in:
5
bazel/emscripten_toolchain/emcc.sh
Executable file
5
bazel/emscripten_toolchain/emcc.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
source emscripten_toolchain/env.sh
|
||||
|
||||
exec python3 external/emscripten/emscripten/emcc.py "$@"
|
||||
Reference in New Issue
Block a user