Skip to content

Commit 381e10a

Browse files
Update component-model/src/design/components.md
Co-authored-by: Victor Adossi <123968127+vados-cosmonic@users.noreply.github.com>
1 parent ce3854d commit 381e10a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

component-model/src/design/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Let's break down what each of these terms means:
2727
Logically, a component is a structure
2828
that may contain core modules and/or other components.
2929
The component encodes the interfaces of these contained
30-
modules and sub-components using [WIT](./wit.md).
30+
modules and sub-components using [WebAssembly Interface Types (WIT)](./wit.md).
3131

3232
The on-disk representation of a component
3333
is a specially-formatted WebAssembly file.

0 commit comments

Comments
 (0)