-
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.
Merge branch 'move-node-verification' of github.com:neNasko1/onnxrunt…
…ime into move-node-verification
- 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
+8 −59 | .circleci/config.yml | |
+15 −16 | .flake8 | |
+3 −3 | README.md | |
+0 −8 | bazel/BUILD | |
+2 −2 | bazel/README.md | |
+10 −14 | bazel/emscripten_deps.bzl | |
+1 −10 | bazel/emscripten_toolchain/BUILD.bazel | |
+2 −2 | bazel/emscripten_toolchain/toolchain.bzl | |
+1 −3 | bazel/emscripten_toolchain/wasm_cc_binary.bzl | |
+1 −50 | bazel/revisions.bzl | |
+0 −3 | docker/Makefile | |
+2 −16 | emscripten-releases-tags.json | |
+19 −57 | emsdk.py | |
+4 −4 | emsdk_manifest.json | |
+1 −3 | scripts/create_release.py | |
+0 −69 | scripts/update_bazel_workspace.py | |
+73 −0 | scripts/update_bazel_workspace.sh | |
+0 −23 | scripts/update_linux_arm64.sh | |
+2 −1 | test/test_activation.ps1 | |
+1 −1 | test/test_bazel.sh | |
+1 −1 | test/test_bazel_mac.sh |