Skip to content

Commit

Permalink
Unbreak WABT again by using main instead of a commit (#6614)
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-johnson committed Feb 15, 2022
1 parent 38032e8 commit ba86c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies/wasm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ if ("${CMAKE_HOST_SYSTEM_NAME}" STREQUAL "Windows")
endif ()

if (WITH_WABT)
# TODO: this commit hash is temporary until WABT produces
# TODO: using main is temporary until WABT produces
# a new release tag with revised API
set(WABT_VER 09c40635207d42dd30ffaca22477fd3491dd9e7d)
set(WABT_VER main)

message(STATUS "Fetching WABT ${WABT_VER}...")
FetchContent_Declare(wabt
Expand Down

0 comments on commit ba86c2e

Please sign in to comment.