We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97519f5 commit d83cdacCopy full SHA for d83cdac
1 file changed
component-model/src/design/component-model-concepts.md
@@ -1,9 +1,10 @@
1
## Component Model Concepts
2
3
-The WebAssembly Component Model extends core WebAssembly in several ways:
4
-* It adds consistent representation of higher-level types
5
-* It enables interface-driven development
6
-* It makes core WebAssembly composable:
+The WebAssembly Component Model extends core WebAssembly in several ways.
+The Component Model:
+* Adds consistent representation of higher-level types
+* Enables interface-driven development
7
+* Makes core WebAssembly composable:
8
components that provide functionality and those that use them
9
can be composed together into *one* resulting component.
10
0 commit comments