Skip to content

Commit

Permalink
Wasm3 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Mar 2, 2023
1 parent 1cff7de commit 4ddaa45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/ProjectWasm3.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ endif()
ExternalProject_Add(wasm3
EXCLUDE_FROM_ALL 1
PREFIX ${prefix}
DOWNLOAD_NAME wasm3-v0.4.9.tar.gz
DOWNLOAD_NAME wasm3-v0.5.0.tar.gz
DOWNLOAD_DIR ${prefix}/downloads
SOURCE_DIR ${source_dir}
BINARY_DIR ${binary_dir}
URL https://github.com/wasm3/wasm3/archive/v0.4.9.tar.gz
URL_HASH SHA256=4a09c118fae597db046bddad5734cc536a47f9afd333855789bda6955d08a617
URL https://github.com/wasm3/wasm3/archive/v0.5.0.tar.gz
URL_HASH SHA256=b778dd72ee2251f4fe9e2666ee3fe1c26f06f517c3ffce572416db067546536c
CMAKE_ARGS
${toolchain_file}
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
Expand Down

0 comments on commit 4ddaa45

Please sign in to comment.