Skip to content

Commit 519a0c5

Browse files
languages: add a page to document other languages that support the component model (#308)
* languages: add a page to document other languages that support the component model Signed-off-by: Kate Goldenring <kate.goldenring@fermyon.com> * List requirements for adding a language to the other languages guide Signed-off-by: Kate Goldenring <kate.goldenring@fermyon.com> * Add other languages guide to SUMMARY.md Signed-off-by: Kate Goldenring <kate.goldenring@fermyon.com> --------- Signed-off-by: Kate Goldenring <kate.goldenring@fermyon.com>
1 parent 0f147ae commit 519a0c5

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

component-model/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
- [Python](./language-support/python.md)
2525
- [Rust](./language-support/rust.md)
2626
- [WebAssembly Text Format (WAT)](./language-support/wat.md)
27+
- [Other Languages](./language-support/other-languages.md)
2728
- [Running Components](./running-components.md)
2829
- [Wasmtime](./running-components/wasmtime.md)
2930
- [jco](./running-components/jco.md)

component-model/src/language-support.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ without using a higher-level language front-end.
4040
- [WebAssembly Text Format (WAT)](./language-support/wat.md#wat-webassembly-text-format)
4141
- [Building a Component from WAT with `wasm-tools`](./language-support/wat.md#building-a-component-with-wasm-tools)
4242
- [Running a Component with Wasmtime](./language-support/wat.md#running-a-component-with-wasmtime)
43+
- [Other Languages with Component Model Support](./language-support/other-languages.md)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Other Languages with Component Model Support
2+
3+
More languages continue to add support for the component model. The following is a living list of other languages that support the component model and documentation on how to get started using components in those languages.
4+
5+
[comment]: # (Add first language here)
6+
7+
## Adding a New Language to the Guide
8+
9+
Interested in adding another language to this list? Create a PR to this [document](https://github.com/bytecodealliance/component-docs/blob/main/component-model/src/language-support/other-languages.md) that adds an entry with the following information:
10+
11+
- Language name as a level 3 header
12+
- Link to the project page on Github page
13+
- Link to the project hosted documentation on getting started with components. Feel free to use our example WITs if you want to match the style of this guide.
14+
- Please insert alphabetically

0 commit comments

Comments
 (0)