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