-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule emsdk
updated
21 files
+59 −8 | .circleci/config.yml | |
+16 −15 | .flake8 | |
+3 −3 | README.md | |
+8 −0 | bazel/BUILD | |
+2 −2 | bazel/README.md | |
+14 −10 | bazel/emscripten_deps.bzl | |
+10 −1 | bazel/emscripten_toolchain/BUILD.bazel | |
+2 −2 | bazel/emscripten_toolchain/toolchain.bzl | |
+3 −1 | bazel/emscripten_toolchain/wasm_cc_binary.bzl | |
+50 −1 | bazel/revisions.bzl | |
+3 −0 | docker/Makefile | |
+16 −2 | emscripten-releases-tags.json | |
+57 −19 | emsdk.py | |
+4 −4 | emsdk_manifest.json | |
+3 −1 | scripts/create_release.py | |
+69 −0 | scripts/update_bazel_workspace.py | |
+0 −73 | scripts/update_bazel_workspace.sh | |
+23 −0 | scripts/update_linux_arm64.sh | |
+1 −2 | test/test_activation.ps1 | |
+1 −1 | test/test_bazel.sh | |
+1 −1 | test/test_bazel_mac.sh |