This website requires JavaScript.
Explore
Help
Sign In
admin
/
ci-emsdk
Watch
1
Star
0
Fork
0
You've already forked ci-emsdk
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ca7b40ae222a2d8763b6ac845388744b0e57cfb7
ci-emsdk
/
bazel
/
emscripten_toolchain
/
emar.sh
6 lines
80 B
Bash
Raw
Normal View
History
Unescape
Escape
add a wasm bazel toolchain (#603)
2020-09-10 21:42:46 -04:00
#!/bin/bash
Fix building rules_foreign_cc targets in Bazel. (#968) Signed-off-by: Piotr Sikora <piotrsikora@google.com>
2022-01-16 14:20:53 -06:00
source
$(
dirname
$0
)
/env.sh
add a wasm bazel toolchain (#603)
2020-09-10 21:42:46 -04:00
exec
python3
$EMSCRIPTEN
/emar.py
"
$@
"
Reference in New Issue
Copy Permalink