3 files changed
+33
-4
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
- .github/workflows/main.yml+15-5
- README.md+1-1
- docs/Proposals.md+8-2
- docs/witx.md+2-2
- meetings/2019/WASI-05-02.md-377
- meetings/2019/WASI-05-16.md-291
- meetings/2019/WASI-05-30.md-116
- meetings/2019/WASI-06-27.md-241
- meetings/2019/WASI-07-18.md-262
- meetings/2019/WASI-08-15.md-121
- meetings/2019/WASI-08-30.md-64
- meetings/2019/WASI-09-12.md-92
- meetings/2019/WASI-09-26.md-60
- meetings/2019/WASI-10-15.md-116
- meetings/2019/WASI-10-24.md-171
- meetings/2019/WASI-11-07.md-102
- meetings/2019/WASI-11-21.md-63
- meetings/2019/WASI-12-05.md-124
- meetings/2019/WASI-12-19.md-44
- meetings/2019/What HTTP Needs from WebAssembly.pdf
- meetings/2020/WASI-01-16.md-123
- meetings/2020/WASI-02-27.md-92
- meetings/2020/WASI-03-12.md-85
- meetings/2020/WASI-03-26.md-126
- meetings/2020/WASI-04-09.md-83
- meetings/2020/WASI-05-07.md-89
- meetings/2020/WASI-05-21.md-99
- meetings/2020/WASI-06-04.md-43
- meetings/2020/WASI-07-02.md-41
- meetings/2020/WASI-07-16.md-41
- meetings/2020/WASI-07-30.md-36
- meetings/2020/WASI-08-27.md-42
- meetings/2020/WASI-09-10.md-33
- meetings/2020/WASI-09-24.md-30
- meetings/2020/WASI-10-08.md-42
- meetings/2020/WASI-10-22.md-211
- meetings/2020/WASI-11-19.md-153
- meetings/2020/WASI-12-03.md-130
- meetings/2021/WASI-01-14.md-75
- meetings/2021/WASI-01-28.md-206
- meetings/2021/WASI-02-11.md-118
- meetings/2021/WASI-02-25.md-33
- meetings/README.md-50
- phases/ephemeral/docs.md+18-8
- phases/ephemeral/witx/typenames.witx+12-2
- phases/ephemeral/witx/wasi_ephemeral_args.witx+2-1
- phases/ephemeral/witx/wasi_ephemeral_environ.witx+1
- phases/ephemeral/witx/wasi_ephemeral_proc.witx+6-3
- phases/old/snapshot_0/docs.md+3-1
- phases/old/snapshot_0/witx/wasi_unstable.witx+3-1
- phases/snapshot/docs.md+35-1
- phases/snapshot/witx/typenames.witx+2
- phases/snapshot/witx/wasi_snapshot_preview1.witx+14-1
- test/minimal-command.wasm
- test/sources/generate-wasm.sh+8
- test/sources/wat/minimal-command.wat+3
- tools/repo_docs.sh+17
- tools/test-harness/exit_status_zero+1
- tools/test-harness/run.sh+17
- tools/test-harness/testcase.sh+90
- tools/witx-cli/Cargo.toml+25
- tools/witx-cli/src/main.rs+110-17
- tools/witx/Cargo.toml+2-5
- tools/witx/src/io.rs+4-4
- tools/witx/src/toplevel.rs+32
- tools/witx/tests/wasi-docs.rs-99
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
482 | 482 |
| |
483 | 483 |
| |
484 | 484 |
| |
| 485 | + | |
| 486 | + | |
485 | 487 |
| |
486 | 488 |
| |
487 | 489 |
| |
| |||
1204 | 1206 |
| |
1205 | 1207 |
| |
1206 | 1208 |
| |
1207 |
| - | |
| 1209 | + | |
| 1210 | + | |
1208 | 1211 |
| |
1209 | 1212 |
| |
1210 | 1213 |
| |
| |||
1235 | 1238 |
| |
1236 | 1239 |
| |
1237 | 1240 |
| |
| 1241 | + | |
1238 | 1242 |
| |
1239 | 1243 |
| |
1240 | 1244 |
| |
| |||
2057 | 2061 |
| |
2058 | 2062 |
| |
2059 | 2063 |
| |
| 2064 | + | |
| 2065 | + | |
| 2066 | + | |
| 2067 | + | |
| 2068 | + | |
| 2069 | + | |
| 2070 | + | |
| 2071 | + | |
| 2072 | + | |
| 2073 | + | |
| 2074 | + | |
| 2075 | + | |
| 2076 | + | |
| 2077 | + | |
| 2078 | + | |
| 2079 | + | |
| 2080 | + | |
| 2081 | + | |
| 2082 | + | |
| 2083 | + | |
2060 | 2084 |
| |
2061 | 2085 |
| |
2062 | 2086 |
| |
| |||
2142 | 2166 |
| |
2143 | 2167 |
| |
2144 | 2168 |
| |
2145 |
| - | |
| 2169 | + | |
| 2170 | + | |
2146 | 2171 |
| |
2147 | 2172 |
| |
2148 | 2173 |
| |
2149 | 2174 |
| |
2150 | 2175 |
| |
| 2176 | + | |
2151 | 2177 |
| |
2152 | 2178 |
| |
2153 | 2179 |
| |
| |||
2322 | 2348 |
| |
2323 | 2349 |
| |
2324 | 2350 |
| |
| 2351 | + | |
| 2352 | + | |
| 2353 | + | |
2325 | 2354 |
| |
2326 | 2355 |
| |
2327 | 2356 |
| |
|
0 commit comments