Skip to content

Commit bb98ade

Browse files
Update component-model/src/design/why-component-model.md
Co-authored-by: Victor Adossi <123968127+vados-cosmonic@users.noreply.github.com>
1 parent 8ef12b2 commit bb98ade

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
@@ -135,7 +135,7 @@ Interfaces make it possible to write components that are
135135
portable across different architectures and operating systems.
136136
Not only that, components are portable across different programming languages.
137137
A component implemented in Go can communicate directly and safely
138-
with a C or Rust component.
138+
with a C or Rust component, by relying on the shared conventions of the Component Model ABI.
139139
Writing a component doesn't even require knowledge
140140
of which language its dependent components are implemented in,
141141
only the component interface expressed in WIT.

0 commit comments

Comments
 (0)