3 files changed
+9
-9
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
- .github/workflows/main.yml+1-1
- Charter.md+2-2
- README.md+16-16
- design/application-abi.md+35-12
- docs/DesignPrinciples.md+4-4
- docs/Process.md+37
- docs/Proposals.md+61
- docs/README.md+15
- docs/witx.md+6-6
- meetings/2019/WASI-11-21.md+22
- meetings/2019/WASI-12-05.md+75
- meetings/2019/WASI-12-19.md+5
- meetings/2020/WASI-01-16.md+89
- meetings/2020/WASI-02-27.md+55
- 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+34
- meetings/2021/WASI-01-28.md+35
- meetings/README.md+23
- phases/README.md+13-24
- phases/ephemeral/docs.md+297-7
- phases/ephemeral/witx/typenames.witx+11-3
- phases/ephemeral/witx/wasi_ephemeral_clock.witx+1-1
- phases/ephemeral/witx/wasi_ephemeral_fd.witx+10-2
- phases/ephemeral/witx/wasi_ephemeral_path.witx+1-1
- phases/old/snapshot_0/docs.md+275-8
- phases/old/snapshot_0/witx/typenames.witx+4-4
- phases/old/snapshot_0/witx/wasi_unstable.witx+5-4
- phases/snapshot/docs.html+1.3k
- phases/snapshot/docs.md+273-8
- phases/snapshot/witx/typenames.witx+4-4
- phases/snapshot/witx/wasi_snapshot_preview1.witx+5-4
- tools/witx/Cargo.toml+6-10
- tools/witx/examples/witx.rs
- tools/witx/src/ast.rs+38-4
- tools/witx/src/docs/ast.rs+40-5
- tools/witx/src/parser.rs+18-63
- tools/witx/src/render.rs+5-8
- tools/witx/src/representation.rs+3-31
- tools/witx/src/validate.rs+2-34
- tools/witx/tests/wasi.rs+4-2
Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1044 | 1044 |
| |
1045 | 1045 |
| |
1046 | 1046 |
| |
1047 |
| - | |
1048 |
| - | |
| 1047 | + | |
| 1048 | + | |
1049 | 1049 |
| |
1050 | 1050 |
| |
1051 | 1051 |
| |
| |||
1298 | 1298 |
| |
1299 | 1299 |
| |
1300 | 1300 |
| |
1301 |
| - | |
| 1301 | + | |
1302 | 1302 |
| |
1303 | 1303 |
| |
1304 | 1304 |
| |
| |||
1309 | 1309 |
| |
1310 | 1310 |
| |
1311 | 1311 |
| |
1312 |
| - | |
| 1312 | + | |
1313 | 1313 |
| |
1314 | 1314 |
| |
1315 | 1315 |
| |
| |||
1672 | 1672 |
| |
1673 | 1673 |
| |
1674 | 1674 |
| |
1675 |
| - | |
1676 |
| - | |
| 1675 | + | |
| 1676 | + | |
1677 | 1677 |
| |
1678 | 1678 |
| |
1679 | 1679 |
| |
| |||
1765 | 1765 |
| |
1766 | 1766 |
| |
1767 | 1767 |
| |
1768 |
| - | |
| 1768 | + | |
1769 | 1769 |
| |
1770 | 1770 |
| |
1771 | 1771 |
| |
|
0 commit comments