You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
# Component Model design and specification
2
2
3
+
This repository is where the component model is being standardized. For a more user-focussed explanation, take a look at the **[Component Model Documentation]**.
4
+
3
5
This repository describes the high-level [goals], [use cases], [design choices]
4
-
and [FAQ] of the component model as well as a more-detailed [explainer], [IDL],
6
+
and [FAQ] of the component model as well as a more-detailed [assembly-level explainer], [IDL],
5
7
[binary format] and [ABI] covering the initial Minimum Viable Product (MVP)
6
8
release.
7
9
@@ -21,12 +23,12 @@ All Component Model work is done as part of the [W3C WebAssembly Community Group
21
23
To contribute to any of these repositories, see the Community Group's
22
24
[Contributing Guidelines].
23
25
24
-
26
+
[Component Model Documentation]: https://component-model.bytecodealliance.org/
Copy file name to clipboardExpand all lines: design/mvp/Explainer.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This explainer walks through the assembly-level definition of a
4
4
[component](../high-level) and the proposed embedding of components into
5
-
native JavaScript runtimes.
5
+
native JavaScript runtimes. For a more user-focussed explanation, take a look at the **[Component Model Documentation](https://component-model.bytecodealliance.org/)**.
0 commit comments