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 @@ -185,10 +185,8 @@ Building upon Wasm's strong [sandboxing](https://webassembly.org/docs/security/)
185185the component model has further benefits.
186186Richer type signatures express richer semantic properties
187187than type signatures made up only of integers and floats.
188- Rich types make it possible to statically analyse
189- and reason about a component's behaviour.
190- Simply by examining the surface of the component—the types
191- of its imports and exports—properties can be
188+ Rich types make it easier to know what a component or interface is
189+ doing at a glance and have guarantees of what bad things cannot happen.
192190enforced and guaranteed.
193191The relationships within a graph of components can be analysed:
194192for example, to verify that a component containing business logic
You can’t perform that action at this time.
0 commit comments