Skip to content

Commit

Permalink
Update WABT to 1.0.29 (#6748)
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-johnson authored May 5, 2022
1 parent c8531a5 commit 557690e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/wasm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if ("${CMAKE_HOST_SYSTEM_NAME}" STREQUAL "Windows")
endif ()

if (WITH_WABT)
set(WABT_VER 1.0.27)
set(WABT_VER 1.0.29)

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

0 comments on commit 557690e

Please sign in to comment.