Skip to content

Commit

Permalink
Commit is replaced by tag for WasmEdge depednency
Browse files Browse the repository at this point in the history
  • Loading branch information
ErakhtinB committed Jan 10, 2025
1 parent 22a9213 commit f0de2fe
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 e33edd2222e1d25f6104167d0ad8082f2592ce11)
set(WASMEDGE_ID 8a216f313f7fe5c856d6b676d9a314cee7258e25)

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/e7e055fda5039eefa15e4cd3cdfd73e2be99677d.zip
URL https://github.com/qdrvm/WasmEdge/archive/refs/tags/0.14.1-rc.zip
SHA1 ${WASMEDGE_ID}
CMAKE_ARGS
WASMEDGE_BUILD_STATIC_LIB=ON
Expand Down

0 comments on commit f0de2fe

Please sign in to comment.