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 f12735e commit 86c8f15Copy full SHA for 86c8f15
cmake/ProjectWabt.cmake
@@ -26,8 +26,8 @@ ExternalProject_Add(wabt
26
PREFIX ${prefix}
27
SOURCE_DIR ${source_dir}
28
BINARY_DIR ${binary_dir}
29
- GIT_REPOSITORY https://github.com/WebAssembly/wabt
30
- GIT_TAG 1.0.19
+ GIT_REPOSITORY https://github.com/ewasm/wabt
+ GIT_TAG fixes
31
GIT_SUBMODULES "third_party/wasm-c-api"
32
GIT_SHALLOW TRUE
33
CMAKE_ARGS
0 commit comments