Skip to content

Commit 2a3a6dd

Browse files
committed
Fix links in and tidy up README.md
1 parent da64ad5 commit 2a3a6dd

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

README.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,42 @@
11
# Component Model design and specification
22

3-
This repository is where the component model is being standardized. For a more user-focused explanation, take a look at the **[Component Model Documentation]**.
3+
This repository is where the component model is being standardized. For a more
4+
user-focused explanation, take a look at the **[Component Model Documentation]**.
45

56
This repository contains the high-level [goals], [use cases], [design choices]
6-
and [FAQ] of the component model as well as a more-detailed, low-level
7-
[AST explainer], [async explainer], [IDL], [binary format] and [ABI] covering
8-
the initial Minimum Viable Product (MVP) release.
7+
and [FAQ] of the Component Model as well as more-detailed, low-level explainer
8+
docs describing the [IDL], [text format], [binary format], [concurrency model]
9+
and [Canonical ABI].
910

1011
In the future, this repository will additionally contain a [formal spec],
1112
reference interpreter and test suite.
1213

1314
## Milestones
1415

1516
The Component Model is currently being incrementally developed and stabilized
16-
as part of [WASI Preview 2]. The subsequent "Preview 3" milestone will be
17-
primarily concerned with the addition of [async support].
17+
as part of [WASI Preview 2]. The subsequent [WASI Preview 3] milestone will be
18+
primarily concerned with the addition of [async support][Concurrency Model].
1819

1920
## Contributing
2021

2122
All Component Model work is done as part of the [W3C WebAssembly Community Group].
2223
To contribute to any of these repositories, see the Community Group's
2324
[Contributing Guidelines].
2425

26+
2527
[Component Model Documentation]: https://component-model.bytecodealliance.org/
26-
[goals]: design/high-level/Goals.md
27-
[use cases]: design/high-level/UseCases.md
28-
[design choices]: design/high-level/Choices.md
28+
[Goals]: design/high-level/Goals.md
29+
[Use Cases]: design/high-level/UseCases.md
30+
[Design Choices]: design/high-level/Choices.md
2931
[FAQ]: design/high-level/FAQ.md
30-
[AST explainer]: design/mvp/Explainer.md
31-
[async explainer]: design/mvp/Async.md
3232
[IDL]: design/mvp/WIT.md
33-
[binary format]: design/mvp/Binary.md
34-
[ABI]: design/mvp/CanonicalABI.md
33+
[Text Format]: design/mvp/Explainer.md
34+
[Binary Format]: design/mvp/Binary.md
35+
[Concurrency Model]: design/mvp/Async.md
36+
[Canonical ABI]: design/mvp/CanonicalABI.md
3537
[formal spec]: spec/
3638
[W3C WebAssembly Community Group]: https://www.w3.org/community/webassembly/
3739
[Contributing Guidelines]: https://webassembly.org/community/contributing/
3840
[WASI Preview 2]: https://github.com/WebAssembly/WASI/tree/main/preview2
41+
[WASI Preview 3]: https://github.com/WebAssembly/WASI/tree/main/preview2#looking-forward-to-preview-3
3942
[Async Support]: https://docs.google.com/presentation/d/1MNVOZ8hdofO3tI0szg_i-Yoy0N2QPU2C--LzVuoGSlE/edit?usp=share_link

0 commit comments

Comments
 (0)