Skip to content

Commit cbcf343

Browse files
Update component-model/src/design/component-model-concepts.md
Co-authored-by: Victor Adossi <123968127+vados-cosmonic@users.noreply.github.com>
1 parent cf9f3f6 commit cbcf343

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Component Model Concepts
22

33
The WebAssembly Component Model extends core WebAssembly
4-
by introducing higher-level types
5-
and interface-driven development.
4+
by adding consistent representation of higher-level types
5+
and enabling interface-driven development, amongst other benefits.
66
The Component Model makes core WebAssembly composable:
77
components that provide functionality and those that use them
88
can be composed together into *one* resulting component.

0 commit comments

Comments
 (0)