forked from huningxin/onnxruntime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade emsdk from 3.1.59 to 3.1.62 (microsoft#21421)
### Description Upgrade EM SDK to 3.1.62. ### Motivation and Context The changes are required to clear wasm64 errors.
- Loading branch information
1 parent
d82f15d
commit 6d8de1f
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule emsdk
updated
27 files
+30 −36 | .circleci/config.yml | |
+1 −1 | README.md | |
+26 −0 | bazel/README.md | |
+1 −0 | bazel/emscripten_deps.bzl | |
+2 −2 | bazel/emscripten_toolchain/BUILD.bazel | |
+0 −0 | bazel/emscripten_toolchain/default_config | |
+6 −5 | bazel/emscripten_toolchain/link_wrapper.py | |
+11 −1 | bazel/emscripten_toolchain/toolchain.bzl | |
+22 −13 | bazel/emscripten_toolchain/wasm_cc_binary.bzl | |
+21 −0 | bazel/revisions.bzl | |
+1 −0 | bazel/test_secondary_lto_cache/.bazelrc | |
+4 −0 | bazel/test_secondary_lto_cache/.gitignore | |
+19 −0 | bazel/test_secondary_lto_cache/BUILD | |
+1 −0 | bazel/test_secondary_lto_cache/MODULE.bazel | |
+30 −0 | bazel/test_secondary_lto_cache/WORKSPACE | |
+6 −0 | bazel/test_secondary_lto_cache/hello-world.cc | |
+95 −1 | bazel/toolchains.bzl | |
+1 −1 | docker/Dockerfile | |
+7 −1 | emscripten-releases-tags.json | |
+1 −8 | emsdk | |
+21 −16 | emsdk.py | |
+55 −7 | emsdk_manifest.json | |
+25 −0 | scripts/get_release_info.py | |
+2 −2 | scripts/update_node.py | |
+6 −0 | test/test_bazel.ps1 | |
+7 −6 | test/test_bazel.sh | |
+7 −6 | test/test_bazel_mac.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters