You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: component-model/src/language-support/importing-and-reusing-components/rust.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,6 @@
5
5
The world file (`wit/world.wit`) we generated doesn't specify any imports.
6
6
If your component consumes other components, you can edit the `world.wit` file to import their interfaces.
7
7
8
-
> [!NOTE]
9
-
> This section is about importing custom WIT interfaces from library components.
10
-
11
8
For example, suppose you have created and built an adder component as explained in the [exporting an interface section](#exporting-an-interface-with-cargo-component) and want to use that component in a calculator component. Here is a partial example world for a calculator that imports the add interface:
0 commit comments