https://github.com/bytecodealliance/component-docs
Documentation around creating and using WebAssembly Components
https://github.com/bytecodealliance/component-docs
Last synced: 7 months ago
JSON representation
Documentation around creating and using WebAssembly Components
- Host: GitHub
- URL: https://github.com/bytecodealliance/component-docs
- Owner: bytecodealliance
- License: other
- Created: 2023-06-29T20:46:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-04T04:12:32.000Z (7 months ago)
- Last Synced: 2025-07-12T00:44:55.415Z (7 months ago)
- Language: Rust
- Homepage: https://component-model.bytecodealliance.org/
- Size: 1.39 MB
- Stars: 96
- Watchers: 12
- Forks: 65
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# WebAssembly Component Model Documentation
This repository contains user-facing documentation for the WebAssembly component model. "User-facing" means it focuses on how to use the component model, not on the internal design and implementation details.
The documentation is published at .
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!