From 58b6adbdc66eaf9abfba6561d4188c3e69cef4b1 Mon Sep 17 00:00:00 2001 From: Rohan170603 <163886014+Rohan170603@users.noreply.github.com> Date: Wed, 19 Aug 2026 15:26:37 +0530 Subject: [PATCH 1/2] docs: add related projects links --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 5630f577..d41a3fb3 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,17 @@ The documentation is published at Date: Wed, 19 Aug 2026 21:45:48 +0530 Subject: [PATCH 2/2] docs: convert related projects to table format --- README.md | 41 ++++++++++++++++++++++++++++++----------- 1 file changed, 30 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d41a3fb3..7f5cbce9 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,33 @@ Contributions are welcome - see [Contributing](./CONTRIBUTING.md) for more info. ## Related Projects -The Bytecode Alliance maintains several related projects: - -- **[wasmtime](https://github.com/bytecodealliance/wasmtime)** - A runtime for WebAssembly components -- **[wrpc](https://github.com/bytecodealliance/wrpc)** - Wasm component-native RPC framework -- **[wasm-tools](https://github.com/bytecodealliance/wasm-tools)** - WebAssembly tooling -- **[wit-bindgen](https://github.com/bytecodealliance/wit-bindgen)** - WIT bindings generator -- **[cargo-component](https://github.com/bytecodealliance/cargo-component)** - Component tooling -- **[ComponentizeJS](https://github.com/bytecodealliance/ComponentizeJS)** - JavaScript component tooling -- **[sample-wasi-http-js](https://github.com/bytecodealliance/sample-wasi-http-js)** - WASI HTTP JavaScript sample -- **[sample-wasi-http-rust](https://github.com/bytecodealliance/sample-wasi-http-rust)** - WASI HTTP Rust sample -- **[go-modules](https://github.com/bytecodealliance/go-modules)** - Go modules support +The Bytecode Alliance maintains several related projects across different categories: + +### Runtimes & Frameworks + +| Name | Description | +|------|-------------| +| [wasmtime](https://github.com/bytecodealliance/wasmtime) | Runtime for WebAssembly components | +| [wrpc](https://github.com/bytecodealliance/wrpc) | Wasm component-native RPC framework | + +### Tools + +| Name | Description | +|------|-------------| +| [wasm-tools](https://github.com/bytecodealliance/wasm-tools) | WebAssembly tooling | +| [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen) | WIT bindings generator | +| [cargo-component](https://github.com/bytecodealliance/cargo-component) | Component tooling | + +### Language Tooling + +| Name | Description | +|------|-------------| +| [ComponentizeJS](https://github.com/bytecodealliance/ComponentizeJS) | JavaScript component tooling | +| [go-modules](https://github.com/bytecodealliance/go-modules) | Go modules support | + +### Templates & Samples + +| Name | Description | +|------|-------------| +| [sample-wasi-http-js](https://github.com/bytecodealliance/sample-wasi-http-js) | WASI HTTP JavaScript sample | +| [sample-wasi-http-rust](https://github.com/bytecodealliance/sample-wasi-http-rust) | WASI HTTP Rust sample |