Commit 8be52c4
doc,lib,src,test: rename WASI CLI flag
The WASI API has moved from preview0 to preview1. This commit
updates the CLI flag accordingly.
PR-URL: #30980
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>1 parent 8b11954 commit 8be52c4Copy full SHA for 8be52c4
File tree
Expand file treeCollapse file tree
10 files changed
+11
-11
lines changedOpen diff view settings
Filter options
- doc
- api
- lib/internal/bootstrap
- src
- test/wasi
Expand file treeCollapse file tree
10 files changed
+11
-11
lines changedOpen diff view settings
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
221 | 221 | |
222 | 222 | |
223 | 223 | |
224 | | - |
| 224 | + |
225 | 225 | |
226 | 226 | |
227 | 227 | |
| ||
1107 | 1107 | |
1108 | 1108 | |
1109 | 1109 | |
1110 | | - |
| 1110 | + |
1111 | 1111 | |
1112 | 1112 | |
1113 | 1113 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
29 | 29 | |
30 | 30 | |
31 | 31 | |
32 | | - |
| 32 | + |
33 | 33 | |
34 | 34 | |
35 | 35 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
141 | 141 | |
142 | 142 | |
143 | 143 | |
144 | | - |
| 144 | + |
145 | 145 | |
146 | 146 | |
147 | 147 | |
|
Collapse file
lib/internal/bootstrap/pre_execution.js
Copy file name to clipboardExpand all lines: lib/internal/bootstrap/pre_execution.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
405 | 405 | |
406 | 406 | |
407 | 407 | |
408 | | - |
| 408 | + |
409 | 409 | |
410 | 410 | |
411 | 411 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
397 | 397 | |
398 | 398 | |
399 | 399 | |
400 | | - |
| 400 | + |
401 | 401 | |
402 | 402 | |
403 | 403 | |
|
Collapse file
test/wasi/test-wasi-binding.js
Copy file name to clipboardExpand all lines: test/wasi/test-wasi-binding.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
| 1 | + |
2 | 2 | |
3 | 3 | |
4 | 4 | |
|
Collapse file
test/wasi/test-wasi-options-validation.js
Copy file name to clipboardExpand all lines: test/wasi/test-wasi-options-validation.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
| 3 | + |
4 | 4 | |
5 | 5 | |
6 | 6 | |
|
Collapse file
test/wasi/test-wasi-start-validation.js
Copy file name to clipboardExpand all lines: test/wasi/test-wasi-start-validation.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
| 1 | + |
2 | 2 | |
3 | 3 | |
4 | 4 | |
|
Collapse file
test/wasi/test-wasi-symlinks.js
Copy file name to clipboardExpand all lines: test/wasi/test-wasi-symlinks.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
59 | 59 | |
60 | 60 | |
61 | 61 | |
62 | | - |
| 62 | + |
63 | 63 | |
64 | 64 | |
65 | 65 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
44 | 44 | |
45 | 45 | |
46 | 46 | |
47 | | - |
| 47 | + |
48 | 48 | |
49 | 49 | |
50 | 50 | |
|
0 commit comments