Skip to content

Commit ea9b61a

Browse files
committed
fuzz: Use fixed WABT
1 parent f12735e commit ea9b61a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/ProjectWabt.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ ExternalProject_Add(wabt
2626
PREFIX ${prefix}
2727
SOURCE_DIR ${source_dir}
2828
BINARY_DIR ${binary_dir}
29-
GIT_REPOSITORY https://github.com/WebAssembly/wabt
30-
GIT_TAG 1.0.19
29+
GIT_REPOSITORY https://github.com/ewasm/wabt
30+
GIT_TAG invalid_memory64
3131
GIT_SUBMODULES "third_party/wasm-c-api"
3232
GIT_SHALLOW TRUE
3333
CMAKE_ARGS

0 commit comments

Comments
 (0)