Skip to content

Commit

Permalink
fuzz: Use fixed WABT
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Sep 18, 2020
1 parent f12735e commit 86c8f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/ProjectWabt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ ExternalProject_Add(wabt
PREFIX ${prefix}
SOURCE_DIR ${source_dir}
BINARY_DIR ${binary_dir}
GIT_REPOSITORY https://github.com/WebAssembly/wabt
GIT_TAG 1.0.19
GIT_REPOSITORY https://github.com/ewasm/wabt
GIT_TAG fixes
GIT_SUBMODULES "third_party/wasm-c-api"
GIT_SHALLOW TRUE
CMAKE_ARGS
Expand Down

0 comments on commit 86c8f15

Please sign in to comment.