File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 - [ Python] ( ./language-support/python.md )
2424 - [ Rust] ( ./language-support/rust.md )
2525- [ Creating and Consuming Components] ( ./creating-and-consuming.md )
26- - [ Authoring Components] ( ./creating-and-consuming/authoring.md )
2726 - [ Composing Components] ( ./creating-and-consuming/composing.md )
2827 - [ Running Components] ( ./creating-and-consuming/running.md )
2928 - [ Distributing and Fetching Components and WIT] ( ./creating-and-consuming/distributing.md )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -79,17 +79,15 @@ These files define:
7979
8080## Create an ` add ` component
8181
82- Reference the [ language guide] ( language-support.md ) and [ authoring components
83- documentation] ( creating-and-consuming/authoring.md ) to create a component that implements the
82+ Reference the [ language guide] ( language-support.md ) to create a component that implements the
8483` adder ` world of ` adder/wit/world.wit ` .
8584
8685For reference, see the completed
8786[ example] ( https://github.com/bytecodealliance/component-docs/tree/main/component-model/examples/tutorial/adder/ ) .
8887
8988## Create a ` calculator ` component
9089
91- Reference the [ language guide] ( language-support.md ) and [ authoring components
92- documentation] ( creating-and-consuming/authoring.md ) to create a component that implements the
90+ Reference the [ language guide] ( language-support.md ) to create a component that implements the
9391` calculator ` world of ` wit/calculator/world.wit ` .
9492
9593For reference, see the completed
You can’t perform that action at this time.
0 commit comments