File tree
24 files changed
+504
-800
lines changed- crates
- wasi-common
- wiggle
- generate
- src
- types
- macro
- src
- wasmtime
- macro
- src
24 files changed
+504
-800
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
|
Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
- docs/DesignPrinciples.md+2-2
- docs/Proposals.md+8-5
- meetings/2019/WASI-05-02.md+1-1
- meetings/2019/WASI-05-16.md+1-1
- meetings/2019/WASI-05-30.md+1-1
- meetings/2019/WASI-06-27.md+1-1
- meetings/2019/WASI-07-18.md+1-1
- meetings/2019/WASI-10-15.md+2-2
- meetings/2021/WASI-01-14.md+42-1
- meetings/2021/WASI-01-28.md+174-3
- meetings/2021/WASI-02-11.md+118
- meetings/2021/WASI-02-25.md+33
- phases/README.md+1-1
- phases/ephemeral/docs.md+775-285
- phases/ephemeral/witx/typenames.witx+45-47
- phases/ephemeral/witx/wasi_ephemeral_args.witx+6-8
- phases/ephemeral/witx/wasi_ephemeral_clock.witx+2-4
- phases/ephemeral/witx/wasi_ephemeral_environ.witx+6-8
- phases/ephemeral/witx/wasi_ephemeral_fd.witx+23-33
- phases/ephemeral/witx/wasi_ephemeral_path.witx+12-15
- phases/ephemeral/witx/wasi_ephemeral_poll.witx+1-2
- phases/ephemeral/witx/wasi_ephemeral_random.witx+1-1
- phases/ephemeral/witx/wasi_ephemeral_sched.witx+1-1
- phases/ephemeral/witx/wasi_ephemeral_sock.witx+4-8
- phases/old/snapshot_0/docs.md+731-260
- phases/old/snapshot_0/witx/typenames.witx+38-38
- phases/old/snapshot_0/witx/wasi_unstable.witx+51-76
- phases/snapshot/docs.md+730-259
- phases/snapshot/witx/typenames.witx+38-37
- phases/snapshot/witx/wasi_snapshot_preview1.witx+50-75
- proposal-template/README.md+4
- proposals/README.md+8
- snapshots/README.md+5
- snapshots/make-snapshot.sh+159
- standard/README.md+12
- tools/witx/Cargo.toml+7-2
- tools/witx/src/abi.rs+919
- tools/witx/src/ast.rs+221-62
- tools/witx/src/coretypes.rs-171
- tools/witx/src/docs/ast.rs+121-176
- tools/witx/src/docs/md.rs+8-51
- tools/witx/src/layout.rs+77-99
- tools/witx/src/lib.rs+7-14
- tools/witx/src/parser.rs+182-81
- tools/witx/src/polyfill.rs+1-1
- tools/witx/src/render.rs+86-96
- tools/witx/src/representation.rs+46-197
- tools/witx/src/toplevel.rs+14-7
- tools/witx/src/validate.rs+313-173
- tools/witx/tests/anonymous.rs-45
- tools/witx/tests/multimodule.rs-53
- tools/witx/tests/multimodule/type_b.witx-2
- tools/witx/tests/multimodule/type_c.witx-2
- tools/witx/tests/union.rs-183
- tools/witx/tests/wasi-docs.rs-64
- tools/witx/tests/witxt.rs+656
- tools/witx/tests/witxt/abi.witxt+488
- tools/witx/tests/witxt/anonymous.witxt+56
- tools/witx/tests/witxt/multimodule.witxt+22
- tools/witx/tests/witxt/multimodule/redefine_a.witx
- tools/witx/tests/witxt/multimodule/type_a.witx
- tools/witx/tests/witxt/multimodule/type_b.witx+2
- tools/witx/tests/witxt/multimodule/type_c.witx+2
- tools/witx/tests/witxt/representation.witxt+60
- tools/witx/tests/witxt/shorthand.witxt+59
- tools/witx/tests/witxt/simple.witxt+12
- tools/witx/tests/witxt/union.witxt+97
- tools/witx/tests/witxt/wasi.witxt+26
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
|
Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
| 52 | + | |
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
56 | 60 |
| |
57 | 61 |
| |
58 | 62 |
| |
|
0 commit comments