Skip to content

Commit

Permalink
Tag from new master of wasmedge
Browse files Browse the repository at this point in the history
  • Loading branch information
ErakhtinB committed Jan 13, 2025
1 parent f0de2fe commit 7f73ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ set(CMAKE_TOOLCHAIN_FILE
# SHA1 hash of the WasmEdge repository archive.
# Required to separate cached runtimes
# compiled with different WasmEdge versions.
set(WASMEDGE_ID 8a216f313f7fe5c856d6b676d9a314cee7258e25)
set(WASMEDGE_ID 9c61318c33bb85dbcaa0bec0c80021b812fdac6f)

include("cmake/Hunter/init.cmake")

Expand Down
2 changes: 1 addition & 1 deletion cmake/Hunter/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if ("${WASM_COMPILER}" STREQUAL "WasmEdge")

hunter_config(
WasmEdge
URL https://github.com/qdrvm/WasmEdge/archive/refs/tags/0.14.1-rc.zip
URL https://github.com/qdrvm/WasmEdge/archive/refs/tags/0.14.1-rc-1.zip
SHA1 ${WASMEDGE_ID}
CMAKE_ARGS
WASMEDGE_BUILD_STATIC_LIB=ON
Expand Down

0 comments on commit 7f73ad7

Please sign in to comment.