Skip to content

Commit

Permalink
3.1.28 (#1149)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 authored Dec 9, 2022
1 parent bd7842e commit 63a63e1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
1 change: 0 additions & 1 deletion bazel/emscripten_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ filegroup(
name = "linker_files",
srcs = [
"bin/clang{bin_extension}",
"bin/llc{bin_extension}",
"bin/llvm-ar{bin_extension}",
"bin/llvm-nm{bin_extension}",
"bin/llvm-objcopy{bin_extension}",
Expand Down
7 changes: 7 additions & 0 deletions bazel/revisions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
# DO NOT MODIFY

EMSCRIPTEN_TAGS = {
"3.1.28": struct(
hash = "30b9e46ddcea66e91530559379089002d8b692cf",
sha_linux = "c23426d8b6d94cea702542c39e3bcef9439425dd4bd03bcc172e291dbbe5ed0d",
sha_mac = "4cfb918fe3233a2b31e5734e85b2a365e634f4e8a83c4390e8595cb98ae6bd8c",
sha_mac_arm64 = "a47f1f09bc7bbd4952cf54445d4fbfae53623ecbfecee0506a637665c7b4ea4c",
sha_win = "4388d230871d5b1e15c2fd0db21a792ab2836f23d860475fe183c03c5db75c8c",
),
"3.1.27": struct(
hash = "48ce0b44015d0182fc8c27aa9fbc0a4474b55982",
sha_linux = "4dc872260c8f42a8e20c8612b2255adbd466fec54cfbe37b46eca4eb34a2b03f",
Expand Down
4 changes: 3 additions & 1 deletion emscripten-releases-tags.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"aliases": {
"latest": "3.1.27",
"latest": "3.1.28",
"latest-sdk": "latest",
"latest-arm64-linux": "3.1.21",
"latest-64bit": "latest",
Expand All @@ -10,6 +10,8 @@
"latest-releases-upstream": "latest"
},
"releases": {
"3.1.28": "30b9e46ddcea66e91530559379089002d8b692cf",
"3.1.28-asserts": "19871a9ea4914d63749b8d4d170e27a8854cb565",
"3.1.27": "48ce0b44015d0182fc8c27aa9fbc0a4474b55982",
"3.1.27-asserts": "630810e5a312f57d17efbe384ed7e4299f796bc1",
"3.1.26": "4f68bb2a505c727bcf58195cf4da20592a6e92c8",
Expand Down

0 comments on commit 63a63e1

Please sign in to comment.