Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,36 @@ The documentation is published at <https://component-model.bytecodealliance.org/
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.

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!

## Related Projects

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 |
Loading