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
447aa44d78580b1e3520f195ed49a6efd3ffed67
ci-emsdk
/
bazel
/
emscripten_toolchain
/
emcc.sh
6 lines
102 B
Bash
Raw
Normal View
History
Unescape
Escape
add a wasm bazel toolchain (#603)
2020-09-10 21:42:46 -04:00
#!/bin/bash
Use emsdk as external bazel dependency (#766) * Makes provided bazel rules look up @emsdk workspace instead of local workspace * Uses system-specific emscripten binaries instead of defaulting to linux * Provides macros for loading emsdk dependencies (nodejs and emscripten binaries) * Unhardcodes paths in bazel rules and .sh wrappers * `update_bazel_workspace.sh` now updates `revisions.bzl` * `emscripten_deps()` can be fed with specific emscripten version * Adds external usage test Addresses #650 and #696
2021-03-25 00:50:44 +01:00
source
external/emsdk/emscripten_toolchain/env.sh
add a wasm bazel toolchain (#603)
2020-09-10 21:42:46 -04:00
Use emsdk as external bazel dependency (#766) * Makes provided bazel rules look up @emsdk workspace instead of local workspace * Uses system-specific emscripten binaries instead of defaulting to linux * Provides macros for loading emsdk dependencies (nodejs and emscripten binaries) * Unhardcodes paths in bazel rules and .sh wrappers * `update_bazel_workspace.sh` now updates `revisions.bzl` * `emscripten_deps()` can be fed with specific emscripten version * Adds external usage test Addresses #650 and #696
2021-03-25 00:50:44 +01:00
exec
python3
$EMSCRIPTEN
/emcc.py
"
$@
"
Reference in New Issue
Copy Permalink