Skip to content

Commit

Permalink
update wasmtime
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Aug 21, 2024
1 parent f6b8969 commit d6931ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/wasmtime.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(WASMTIME_VERSION v19.0.2)
set(WASMTIME_VERSION v24.0.0)
set(WASMTIME_URL https://github.com/bytecodealliance/wasmtime/releases/download/${WASMTIME_VERSION}/wasmtime-${WASMTIME_VERSION}-${HOST_ARCH}-${HOST_OS}.tar.xz)
CPMAddPackage(NAME wasmtime URL ${WASMTIME_URL} DOWNLOAD_ONLY TRUE)
set(WASMTIME_DIR ${CPM_PACKAGE_wasmtime_SOURCE_DIR})
Expand Down

0 comments on commit d6931ca

Please sign in to comment.