Skip to content

Commit cb136c9

Browse files
committed
add C# to table of contents
Signed-off-by: Matthew Fisher <[email protected]>
1 parent e3b95dd commit cb136c9

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

component-model/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
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)

component-model/src/introduction.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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

component-model/src/language-support.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)