Skip to content

Commit d83cdac

Browse files
committed
Rewrite initial para
1 parent 97519f5 commit d83cdac

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

component-model/src/design/component-model-concepts.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
## Component Model Concepts
22

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:
3+
The WebAssembly Component Model extends core WebAssembly in several ways.
4+
The Component Model:
5+
* Adds consistent representation of higher-level types
6+
* Enables interface-driven development
7+
* Makes core WebAssembly composable:
78
components that provide functionality and those that use them
89
can be composed together into *one* resulting component.
910

0 commit comments

Comments
 (0)