Skip to content

Commit

Permalink
Update WABT version to the just-released 1.027 (instead of main) (#6619)
Browse files Browse the repository at this point in the history
* Update WABT version to the just-released 1.027 (instead of main)

* tickle buildbots
  • Loading branch information
steven-johnson authored Feb 16, 2022
1 parent 4ccd0ec commit 846592f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dependencies/wasm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ if ("${CMAKE_HOST_SYSTEM_NAME}" STREQUAL "Windows")
endif ()

if (WITH_WABT)
# TODO: using main is temporary until WABT produces
# a new release tag with revised API
set(WABT_VER main)
set(WABT_VER 1.0.27)

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

0 comments on commit 846592f

Please sign in to comment.