Skip to content

Commit 1f67df1

Browse files
committed
use binaryen 1.38.30
1 parent 0bd955d commit 1f67df1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/ProjectBinaryen.cmake

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ endif()
4343

4444
ExternalProject_Add(binaryen
4545
PREFIX ${prefix}
46-
DOWNLOAD_NAME binaryen-1.38.28.tar.gz
46+
DOWNLOAD_NAME binaryen-1.38.30.tar.gz
4747
DOWNLOAD_DIR ${prefix}/downloads
4848
SOURCE_DIR ${source_dir}
4949
BINARY_DIR ${binary_dir}
50-
URL https://github.com/WebAssembly/binaryen/archive/1.38.28.tar.gz
51-
URL_HASH SHA256=4cdf51ceaba2cbb98f3bf20022716f43911b4f437f89a4da479340a82a14f213
50+
URL https://github.com/WebAssembly/binaryen/archive/1.38.30.tar.gz
51+
URL_HASH SHA256=bb55a9824d54c764d4352086959dfbcb70be31d697570364d8a4fb53601d432d
5252
CMAKE_ARGS
5353
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
5454
-DCMAKE_INSTALL_LIBDIR=lib

0 commit comments

Comments
 (0)