Skip to content

Commit fbdfd25

Browse files
authored
docs: add related projects links (#370)
* docs: add related projects links * docs: convert related projects to table format
1 parent 4b1ad2f commit fbdfd25

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,36 @@ The documentation is published at <https://component-model.bytecodealliance.org/
77
Documentation on WASI (WebAssembly System Interface) can be found at https://wasi.dev/. See the [`wasi.dev`](https://github.com/bytecodealliance/wasi.dev) repository to contribute to that documentation.
88

99
Contributions are welcome - see [Contributing](./CONTRIBUTING.md) for more info. Planned work is listed in the Issues section, but if there's content missing that you think would be helpful to gain understanding of the component model, please feel free to add a new issue, or send a PR directly!
10+
11+
## Related Projects
12+
13+
The Bytecode Alliance maintains several related projects across different categories:
14+
15+
### Runtimes & Frameworks
16+
17+
| Name | Description |
18+
|------|-------------|
19+
| [wasmtime](https://github.com/bytecodealliance/wasmtime) | Runtime for WebAssembly components |
20+
| [wrpc](https://github.com/bytecodealliance/wrpc) | Wasm component-native RPC framework |
21+
22+
### Tools
23+
24+
| Name | Description |
25+
|------|-------------|
26+
| [wasm-tools](https://github.com/bytecodealliance/wasm-tools) | WebAssembly tooling |
27+
| [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen) | WIT bindings generator |
28+
| [cargo-component](https://github.com/bytecodealliance/cargo-component) | Component tooling |
29+
30+
### Language Tooling
31+
32+
| Name | Description |
33+
|------|-------------|
34+
| [ComponentizeJS](https://github.com/bytecodealliance/ComponentizeJS) | JavaScript component tooling |
35+
| [go-modules](https://github.com/bytecodealliance/go-modules) | Go modules support |
36+
37+
### Templates & Samples
38+
39+
| Name | Description |
40+
|------|-------------|
41+
| [sample-wasi-http-js](https://github.com/bytecodealliance/sample-wasi-http-js) | WASI HTTP JavaScript sample |
42+
| [sample-wasi-http-rust](https://github.com/bytecodealliance/sample-wasi-http-rust) | WASI HTTP Rust sample |

0 commit comments

Comments
 (0)