Update libuv version number (#1666)

Update the libuv version to work around a mingw64 bug, refer to:
  https://github.com/libuv/libuv/pull/3345
This commit is contained in:
Blaine Bublitz 2022-10-31 20:07:35 -07:00 committed by GitHub
parent e517dbc7b2
commit 101ea0ea3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
set (LIBC_WASI_DIR ${CMAKE_CURRENT_LIST_DIR})
set (LIBUV_VERSION v1.42.0)
set (LIBUV_VERSION v1.44.2)
add_definitions (-DWASM_ENABLE_LIBC_WASI=1 -DWASM_ENABLE_UVWASI=1)