We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74dfd2c commit d2dfbd7Copy full SHA for d2dfbd7
1 file changed
component-model/src/design/why-component-model.md
@@ -3,7 +3,7 @@
3
At a high level, the component model builds upon WebAssembly _core modules_
4
to enhance interoperability between languages and libraries, both by enriching the type system
5
used for checking the safety of interactions between modules,
6
-and by removing potentially error-prone ways for modules to interact.
+and by clearly defining and enforcing the low-level calling contract between separately-compiled modules.
7
To understand what the limitations of core modules are,
8
we start by defining them.
9
0 commit comments