Skip to content

Commit d2dfbd7

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

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
@@ -3,7 +3,7 @@
33
At a high level, the component model builds upon WebAssembly _core modules_
44
to enhance interoperability between languages and libraries, both by enriching the type system
55
used for checking the safety of interactions between modules,
6-
and by removing potentially error-prone ways for modules to interact.
6+
and by clearly defining and enforcing the low-level calling contract between separately-compiled modules.
77
To understand what the limitations of core modules are,
88
we start by defining them.
99

0 commit comments

Comments
 (0)