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

wavm 1.0.8 #90

Merged
merged 1 commit into from
Jun 21, 2023
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 @@ -530,7 +530,7 @@ hunter_default_version(uuid VERSION 1.0.3)
hunter_default_version(v8 VERSION 7.4.98-p3)
hunter_default_version(vectorial VERSION 0.0.0-ae7dc88-p0)
hunter_default_version(vorbis VERSION 1.3.6-p1)
hunter_default_version(wavm VERSION 1.0.7)
hunter_default_version(wavm VERSION 1.0.8)
hunter_default_version(websocketpp VERSION 0.8.1-p0)
hunter_default_version(wt VERSION 4.0.4-p0)
hunter_default_version(wxWidgets VERSION 3.0.2)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/wavm/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,17 @@ hunter_add_version(
81eeb8c5201dfa58459e3622deea279fcbd1a92b
)

hunter_add_version(
PACKAGE_NAME
wavm
VERSION
1.0.8
URL
"https://github.com/soramitsu/WAVM/archive/refs/tags/1.0.8.zip"
SHA1
d29b2e1765533dc487aa6e10820c358abde6d724
)

hunter_cmake_args(
wavm
CMAKE_ARGS
Expand Down