We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef12b2 commit bb98adeCopy full SHA for bb98ade
1 file changed
component-model/src/design/why-component-model.md
@@ -135,7 +135,7 @@ Interfaces make it possible to write components that are
135
portable across different architectures and operating systems.
136
Not only that, components are portable across different programming languages.
137
A component implemented in Go can communicate directly and safely
138
-with a C or Rust component.
+with a C or Rust component, by relying on the shared conventions of the Component Model ABI.
139
Writing a component doesn't even require knowledge
140
of which language its dependent components are implemented in,
141
only the component interface expressed in WIT.
0 commit comments