File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 16
16
17
17
- [ Language Support for Components] ( ./language-support.md )
18
18
- [ C/C++] ( ./language-support/c.md )
19
+ - [ C#] ( ./language-support/csharp.md )
19
20
- [ Go] ( ./language-support/go.md )
20
21
- [ JavaScript] ( ./language-support/javascript.md )
21
22
- [ 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
4
4
5
5
| Understanding components | Building components | Using components |
6
6
| --------------------------| ----------------------| -------------------|
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] | |
11
12
| | [ Rust] | |
12
13
13
14
[ Why Components? ] : ./design/why-component-model.md
14
15
[ Components ] : ./design/components.md
15
16
[ Interfaces ] : ./design/interfaces.md
16
17
[ Worlds ] : ./design/worlds.md
17
18
18
- [ C ] : ./language-support/c.md
19
+ [ C/C++ ] : ./language-support/c.md
20
+ [ C# ] : ./language-support/csharp.md
19
21
[ Go ] : ./language-support/go.md
20
22
[ JavaScript ] : ./language-support/javascript.md
21
23
[ 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:
27
27
- [ C/C++ Tooling] ( ./language-support/c.md )
28
28
- [ Building a Component with ` wit-bindgen ` and ` wasm-tools ` ] ( ./language-support/c.md#building-a-component-with-wit-bindgen-and-wasm-tools )
29
29
- [ Running a Component from C/C++ Applications] ( ./language-support/c.md#running-a-component-from-cc-applications )
30
+ - [ C# Tooling] ( ./language-support/csharp.md )
30
31
- [ Go Tooling] ( ./language-support/go.md )
31
32
- [ JavaScript Tooling] ( ./language-support/javascript.md )
32
33
- [ 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