Commit 422a981
deps: update to uvwasi 0.0.14
Notable changes:
- Windows applications not in ConsoleMode now properly guess
handle types for FILE_TYPE_CHAR file types which cannot be
stat'ed.
- The UVWASI_DEBUG macro can now be used without a format string.
- The libuv dependency has been updated to v1.44.2.
PR-URL: #45970
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>1 parent d31c478 commit 422a981Copy full SHA for 422a981
File tree
Expand file treeCollapse file tree
3 files changed
+10
-5
lines changedOpen diff view settings
Filter options
- deps/uvwasi
- include
- src
Expand file treeCollapse file tree
3 files changed
+10
-5
lines changedOpen diff view settings
Collapse file
deps/uvwasi/include/uvwasi.h
Copy file name to clipboardExpand all lines: deps/uvwasi/include/uvwasi.h+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
10 | 10 | |
11 | 11 | |
12 | 12 | |
13 | | - |
| 13 | + |
14 | 14 | |
15 | 15 | |
16 | 16 | |
|
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | | - |
10 | | - |
| 9 | + |
| 10 | + |
11 | 11 | |
12 | 12 | |
13 | 13 | |
|
Collapse file
deps/uvwasi/src/uv_mapping.c
Copy file name to clipboardExpand all lines: deps/uvwasi/src/uv_mapping.c+7-2Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
251 | 251 | |
252 | 252 | |
253 | 253 | |
254 | | - |
255 | | - |
| 254 | + |
| 255 | + |
| 256 | + |
| 257 | + |
| 258 | + |
| 259 | + |
| 260 | + |
256 | 261 | |
257 | 262 | |
258 | 263 | |
|
0 commit comments