Skip to content

Commit 74270c7

Browse files
committed
Use fixed WABT
1 parent bd3a511 commit 74270c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/ProjectWabt.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ endif()
2424
ExternalProject_Add(wabt
2525
EXCLUDE_FROM_ALL 1
2626
PREFIX ${prefix}
27-
DOWNLOAD_NAME wabt-1.0.19.tar.gz
27+
DOWNLOAD_NAME wabt-fixes.tar.gz
2828
DOWNLOAD_DIR ${prefix}/downloads
2929
SOURCE_DIR ${source_dir}
3030
BINARY_DIR ${binary_dir}
31-
URL https://github.com/WebAssembly/wabt/archive/1.0.19.tar.gz
32-
URL_HASH SHA256=134f2afc8205d0a3ab89c5f0d424ff3823e9d2769c39d2235aa37eba7abc15ba
31+
URL https://github.com/ewasm/wabt/archive/fixes.tar.gz
32+
URL_HASH SHA256=a5f6c1e0b22264087118956081a666c2032bf783cbfead49d3cd541334fff763
3333
CMAKE_ARGS
3434
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
3535
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}

0 commit comments

Comments
 (0)