Update binaryen to 130.

This commit is contained in:
fcambus
2026-06-03 21:04:33 +00:00
parent 5ac5d0fab1
commit 6873c28541
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ COMMENT = WebAssembly compiler and toolchain infrastructure library
GH_ACCOUNT = WebAssembly GH_ACCOUNT = WebAssembly
GH_PROJECT = binaryen GH_PROJECT = binaryen
GH_TAGNAME = version_129 GH_TAGNAME = version_130
PKGNAME = ${DISTNAME:L:S/version_//} PKGNAME = ${DISTNAME:L:S/version_//}
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (binaryen-version_129.tar.gz) = C7/A9BShgjX0ej4TozPMFPcCqzMk+xBlOrCIZWgPy7g= SHA256 (binaryen-version_130.tar.gz) = INcn5/MBHP5gS469yHPtu0gxxrFIIJyxW8K+3N7QNu4=
SIZE (binaryen-version_129.tar.gz) = 5803416 SIZE (binaryen-version_130.tar.gz) = 5872477
+1 -1
View File
@@ -4,7 +4,7 @@
Index: CMakeLists.txt Index: CMakeLists.txt
--- CMakeLists.txt.orig --- CMakeLists.txt.orig
+++ CMakeLists.txt +++ CMakeLists.txt
@@ -442,10 +442,6 @@ else() # MSVC @@ -444,10 +444,6 @@ else() # MSVC
add_compile_flag("-Wno-error=missing-field-initializers") add_compile_flag("-Wno-error=missing-field-initializers")
endif() endif()