Commit f710dbf
deps: update to uvwasi 0.0.10
Notable changes:
- The uvwasi_preopen_t now uses const char* for the mapped_path
and real_path fields. Previously, these were not `const`.
- uvwasi_path_filestat_get() now properly handles the
UVWASI_LOOKUP_SYMLINK_FOLLOW flag.
- uvwasi_options_init() has been added to reduce the boilerplate
code associated with initializing uvwasi_options_t's.
- The DEBUG() macro has been renamed to UVWASI_DEBUG() to reduce
naming conflicts with other projects.
- A compilation error on NetBSD 8.2 has been fixed.
- The uvwasi_fd_filestat_set_times() and
uvwasi_path_filestat_set_times() functions now have proper
implementations.
Fixes: #34510
PR-URL: #34623
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent fc612d5 commit f710dbfCopy full SHA for f710dbf
File tree
Expand file treeCollapse file tree
5 files changed
+387
-256
lines changedOpen diff view settings
Filter options
- deps/uvwasi
- include
- src
- src
Expand file treeCollapse file tree
5 files changed
+387
-256
lines changedOpen diff view settings
Collapse file
deps/uvwasi/include/uvwasi.h
Copy file name to clipboardExpand all lines: deps/uvwasi/include/uvwasi.h+4-3Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
10 | 10 | |
11 | 11 | |
12 | 12 | |
13 | | - |
| 13 | + |
14 | 14 | |
15 | 15 | |
16 | 16 | |
| ||
50 | 50 | |
51 | 51 | |
52 | 52 | |
53 | | - |
54 | | - |
| 53 | + |
| 54 | + |
55 | 55 | |
56 | 56 | |
57 | 57 | |
| ||
70 | 70 | |
71 | 71 | |
72 | 72 | |
| 73 | + |
73 | 74 | |
74 | 75 | |
75 | 76 | |
|
Collapse file
deps/uvwasi/include/wasi_serdes.h
Copy file name to clipboardExpand all lines: deps/uvwasi/include/wasi_serdes.h+6-8Lines changed: 6 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | | - |
| 8 | + |
9 | 9 | |
10 | 10 | |
11 | 11 | |
12 | | - |
13 | | - |
| 12 | + |
14 | 13 | |
15 | 14 | |
16 | | - |
| 15 | + |
17 | 16 | |
18 | | - |
| 17 | + |
19 | 18 | |
20 | | - |
| 19 | + |
21 | 20 | |
22 | | - |
| 21 | + |
23 | 22 | |
24 | 23 | |
25 | 24 | |
| ||
80 | 79 | |
81 | 80 | |
82 | 81 | |
83 | | - |
84 | 82 | |
85 | 83 | |
86 | 84 | |
|
Collapse file
+4-2Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
| 5 | + |
5 | 6 | |
| 7 | + |
6 | 8 | |
7 | | - |
| 9 | + |
8 | 10 | |
9 | 11 | |
10 | | - |
| 12 | + |
11 | 13 | |
12 | 14 | |
13 | 15 | |
0 commit comments