Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update wasmedge #125

Merged
merged 2 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-qdrvm2)
hunter_default_version(WasmEdge VERSION 0.14.0-alpha.1-qdrvm3)
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 @@ -34,6 +34,13 @@ hunter_add_version(
SHA1 9e64cf0a8020ab364eedca45f7b28c790ea34c82
)

hunter_add_version(
PACKAGE_NAME WasmEdge
VERSION 0.14.0-alpha.1-qdrvm3
URL https://github.com/qdrvm/WasmEdge/archive/refs/tags/0.14.0-alpha.1-qdrvm3.zip
SHA1 76e2d4804959c486631fa3446e65361f7cef14e0
)

hunter_cmake_args(
WasmEdge
CMAKE_ARGS
Expand Down