Skip to content

Commit 262cec0

Browse files
committed
Integrate review feedback in the rest of the doc
1 parent 0aea4b3 commit 262cec0

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ the component model is a way of writing WebAssembly modules
150150
that interact with each other only through exports and imports of functions
151151
whose types are expressed using WIT.
152152

153-
When combined with Wasm's strong [sandboxing](https://webassembly.org/docs/security/),
153+
Building upon Wasm's strong [sandboxing](https://webassembly.org/docs/security/),
154154
the component model has further benefits.
155155
Richer type signatures express richer semantic properties
156156
than type signatures made up only of integers and floats.
@@ -179,4 +179,7 @@ Now that you have a better idea about how the component model can help you, take
179179

180180
## Further reading
181181

182-
> For more background on why the component model was created, take a look at the specification's [goals](https://github.com/WebAssembly/component-model/blob/main/design/high-level/Goals.md), [use cases](https://github.com/WebAssembly/component-model/blob/main/design/high-level/UseCases.md) and [design choices](https://github.com/WebAssembly/component-model/blob/main/design/high-level/Choices.md).
182+
For more background on why the component model was created,
183+
take a look at the specification's [goals](https://github.com/WebAssembly/component-model/blob/main/design/high-level/Goals.md),
184+
[use cases](https://github.com/WebAssembly/component-model/blob/main/design/high-level/UseCases.md)
185+
and [design choices](https://github.com/WebAssembly/component-model/blob/main/design/high-level/Choices.md).

0 commit comments

Comments
 (0)