update to uvwasi 0.0.14 (#415)

This bumps the uvwasi dependency version
from 0.0.12 (Nov 2021) to 0.0.14 (Dec 2022).
This commit is contained in:
Colin Ihrig
2023-01-05 15:03:31 +02:00
committed by GitHub
parent 045040a973
commit 3ff6776ebd
+1 -1
View File
@@ -199,7 +199,7 @@ elseif(BUILD_WASI MATCHES "uvwasi")
FetchContent_Declare(
uvwasi
GIT_REPOSITORY https://github.com/nodejs/uvwasi.git
GIT_TAG b599542f7ce001e04cdff9db82b05fee96bb3332
GIT_TAG 02a7e485a50c61af7d79d4a55a4a2d042e5c1c1c
)
FetchContent_GetProperties(uvwasi)