File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717- [ Language Support for Components] ( ./language-support.md )
1818 - [ C/C++] ( ./language-support/c.md )
19+ - [ C#] ( ./language-support/csharp.md )
1920 - [ Go] ( ./language-support/go.md )
2021 - [ JavaScript] ( ./language-support/javascript.md )
2122 - [ Python] ( ./language-support/python.md )
Original file line number Diff line number Diff line change @@ -4,18 +4,20 @@ The WebAssembly Component Model is a broad-reaching architecture for building in
44
55| Understanding components | Building components | Using components |
66| --------------------------| ----------------------| -------------------|
7- | [ Why Components?] | [ C/C++] [ C ] | [ Composing] |
8- | [ Components] | [ Go] | [ Running] |
9- | [ Interfaces] | [ JavaScript] | [ Distributing] |
10- | [ Worlds] | [ Python] | |
7+ | [ Why Components?] | [ C/C++] | [ Composing] |
8+ | [ Components] | [ C#] | [ Running] |
9+ | [ Interfaces] | [ Go] | [ Distributing] |
10+ | [ Worlds] | [ JavaScript] | |
11+ | | [ Python] | |
1112| | [ Rust] | |
1213
1314[ Why Components? ] : ./design/why-component-model.md
1415[ Components ] : ./design/components.md
1516[ Interfaces ] : ./design/interfaces.md
1617[ Worlds ] : ./design/worlds.md
1718
18- [ C ] : ./language-support/c.md
19+ [ C/C++ ] : ./language-support/c.md
20+ [ C# ] : ./language-support/csharp.md
1921[ Go ] : ./language-support/go.md
2022[ JavaScript ] : ./language-support/javascript.md
2123[ Python ] : ./language-support/python.md
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ run components for a given toolchain:
2727 - [ C/C++ Tooling] ( ./language-support/c.md )
2828 - [ Building a Component with ` wit-bindgen ` and ` wasm-tools ` ] ( ./language-support/c.md#building-a-component-with-wit-bindgen-and-wasm-tools )
2929 - [ Running a Component from C/C++ Applications] ( ./language-support/c.md#running-a-component-from-cc-applications )
30+ - [ C# Tooling] ( ./language-support/csharp.md )
3031 - [ Go Tooling] ( ./language-support/go.md )
3132 - [ JavaScript Tooling] ( ./language-support/javascript.md )
3233 - [ Building a Component with ` jco ` ] ( ./language-support/javascript.md#building-a-component-with-jco )
You can’t perform that action at this time.
0 commit comments