Skip to content

Commit 74dfd2c

Browse files
Update component-model/src/design/why-component-model.md
Co-authored-by: Luke Wagner <mail@lukewagner.name>
1 parent 078c562 commit 74dfd2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Why the Component Model?
22

33
At a high level, the component model builds upon WebAssembly _core modules_
4-
to enhance interoperability, both by enriching the type system
4+
to enhance interoperability between languages and libraries, both by enriching the type system
55
used for checking the safety of interactions between modules,
66
and by removing potentially error-prone ways for modules to interact.
77
To understand what the limitations of core modules are,

0 commit comments

Comments
 (0)