File tree Expand file tree Collapse file tree
component-model/src/design Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,10 +137,13 @@ there needs to be an agreed-upon way to expose these richer types across module
137137Components solve the two problems that we've seen so far:
138138the limited type system of core module functions,
139139and cross-language interoperability.
140- Conceptually, a component is a WebAssembly binary (which may or may not contain modules) that is restricted
141- to interact only through its imported and exported functions.
140+ Conceptually, a component is a WebAssembly binary
141+ (which may or may not contain modules)
142+ that is restricted to interact
143+ only through the modules' imported and exported functions.
144+ Components use a different binary format.
142145Compared to core modules, components also use a richer
143- mechanism for expressing the types of functions: _ interfaces_ .
146+ mechanism by default for expressing the types of functions: _ interfaces_ .
144147
145148### Interfaces
146149
You can’t perform that action at this time.
0 commit comments