Skip to content

Commit fe5924b

Browse files
committed
Wasm3 0.5.0
1 parent 0505fed commit fe5924b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/ProjectWasm3.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ endif()
1818
ExternalProject_Add(wasm3
1919
EXCLUDE_FROM_ALL 1
2020
PREFIX ${prefix}
21-
DOWNLOAD_NAME wasm3-v0.4.9.tar.gz
21+
DOWNLOAD_NAME wasm3-v0.5.0.tar.gz
2222
DOWNLOAD_DIR ${prefix}/downloads
2323
SOURCE_DIR ${source_dir}
2424
BINARY_DIR ${binary_dir}
25-
URL https://github.com/wasm3/wasm3/archive/v0.4.9.tar.gz
26-
URL_HASH SHA256=4a09c118fae597db046bddad5734cc536a47f9afd333855789bda6955d08a617
25+
URL https://github.com/wasm3/wasm3/archive/v0.5.0.tar.gz
26+
URL_HASH SHA256=b778dd72ee2251f4fe9e2666ee3fe1c26f06f517c3ffce572416db067546536c
2727
CMAKE_ARGS
2828
${toolchain_file}
2929
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>

0 commit comments

Comments
 (0)