We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d171ab commit 078c562Copy full SHA for 078c562
1 file changed
component-model/src/design/why-component-model.md
@@ -170,7 +170,9 @@ with one component's exports satisfying another's imports.
170
### Benefits of the component model
171
172
Putting all of the pieces together:
173
-the component model is a way of writing WebAssembly modules
+the component model introduces a binary WebAssembly format
174
+that encapsulates WebAssembly modules.
175
+This format enables the construction of WebAssembly modules
176
that interact with each other only through exports and imports of functions
177
whose types are expressed using WIT.
178
0 commit comments