Skip to content

Commit 2eab4a2

Browse files
Update component-model/src/design/why-component-model.md
Co-authored-by: Luke Wagner <mail@lukewagner.name>
1 parent 88b76e8 commit 2eab4a2

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,8 @@ Building upon Wasm's strong [sandboxing](https://webassembly.org/docs/security/)
185185
the component model has further benefits.
186186
Richer type signatures express richer semantic properties
187187
than 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.
192190
enforced and guaranteed.
193191
The relationships within a graph of components can be analysed:
194192
for example, to verify that a component containing business logic

0 commit comments

Comments
 (0)