We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3a511 commit 74270c7Copy full SHA for 74270c7
cmake/ProjectWabt.cmake
@@ -24,12 +24,12 @@ endif()
24
ExternalProject_Add(wabt
25
EXCLUDE_FROM_ALL 1
26
PREFIX ${prefix}
27
- DOWNLOAD_NAME wabt-1.0.19.tar.gz
+ DOWNLOAD_NAME wabt-fixes.tar.gz
28
DOWNLOAD_DIR ${prefix}/downloads
29
SOURCE_DIR ${source_dir}
30
BINARY_DIR ${binary_dir}
31
- URL https://github.com/WebAssembly/wabt/archive/1.0.19.tar.gz
32
- URL_HASH SHA256=134f2afc8205d0a3ab89c5f0d424ff3823e9d2769c39d2235aa37eba7abc15ba
+ URL https://github.com/ewasm/wabt/archive/fixes.tar.gz
+ URL_HASH SHA256=a5f6c1e0b22264087118956081a666c2032bf783cbfead49d3cd541334fff763
33
CMAKE_ARGS
34
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
35
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
0 commit comments