Skip to content

Commit 078c562

Browse files
committed
Review feedback in 'Benefits of the component model' section
1 parent 3d171ab commit 078c562

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,9 @@ with one component's exports satisfying another's imports.
170170
### Benefits of the component model
171171

172172
Putting all of the pieces together:
173-
the component model is a way of writing WebAssembly modules
173+
the component model introduces a binary WebAssembly format
174+
that encapsulates WebAssembly modules.
175+
This format enables the construction of WebAssembly modules
174176
that interact with each other only through exports and imports of functions
175177
whose types are expressed using WIT.
176178

0 commit comments

Comments
 (0)