Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion component-model/src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The WebAssembly Component Model is a broad-reaching architecture for building in
| [Why Components?] | [Javascript] | [Composing] |
| [Components] | [Python] | [Running] |
| [Interfaces] | [Rust] | [Distributing] |
| [Worlds] | | |
| [Worlds] | [Go] | |

[Why Components?]: ./design/why-component-model.md
[Components]: ./design/components.md
Expand All @@ -17,6 +17,7 @@ The WebAssembly Component Model is a broad-reaching architecture for building in
[Javascript]: ./language-support/javascript.md
[Python]: ./language-support/python.md
[Rust]: ./language-support/rust.md
[Go]: ./language-support/go.md

[Composing]: ./creating-and-consuming/composing.md
[Running]: ./creating-and-consuming/running.md
Expand Down