Skip to content

Commit

Permalink
update wasmedge (#127)
Browse files Browse the repository at this point in the history
Signed-off-by: turuslan <turuslan.devbox@gmail.com>
  • Loading branch information
turuslan authored Feb 22, 2024
1 parent 103f9a4 commit b947ccc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ hunter_default_version(VulkanMemoryAllocator VERSION 2.1.0-p0)
hunter_default_version(WDC VERSION 1.1.5)
hunter_default_version(WTL VERSION 9.1.5321)
hunter_default_version(Washer VERSION 0.1.2)
hunter_default_version(WasmEdge VERSION 0.14.0-alpha.1-qdrvm3)
hunter_default_version(WasmEdge VERSION 0.14.0-alpha.1-qdrvm4)
hunter_default_version(WebKit VERSION 0.0.2-p0)
hunter_default_version(WebP VERSION 1.0.2-p3)
hunter_default_version(WinSparkle VERSION 0.4.0)
Expand Down
7 changes: 7 additions & 0 deletions cmake/projects/WasmEdge/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ hunter_add_version(
SHA1 76e2d4804959c486631fa3446e65361f7cef14e0
)

hunter_add_version(
PACKAGE_NAME WasmEdge
VERSION 0.14.0-alpha.1-qdrvm4
URL https://github.com/qdrvm/WasmEdge/archive/refs/tags/0.14.0-alpha.1-qdrvm4.zip
SHA1 9fbbf6c47605cc2608fc75e95691f53880237d47
)

hunter_cmake_args(
WasmEdge
CMAKE_ARGS
Expand Down

0 comments on commit b947ccc

Please sign in to comment.