component-docs
component-docs copied to clipboard
Documentation around creating and using WebAssembly Components
We should extend the Rust language guide to discuss how to use registries from `cargo component`. This could also link to documentation in the `cargo component` repo if it exists.
WASI P3 is almost here! We should add some WASI P3 examples. For example, we could add a streamed response example. I am not sure where this would fit in...
I couldn't find it in the jco or ComponentizeJS docs/examples. I think I worked it out, so hound me to write it up at some point...!
C# tooling has registries support. We should document how to use registries for components in the C# or link to C# docs on it
The ecosystem could benefit from establishing terminology to explain the difference between a Wasm runtime and a project that uses a Wasm runtime under the hood. For example, both Spin...
Pull in latest changes from https://github.com/WebAssembly/component-model/blob/main/design/mvp/WIT.md Nested packages @ since tags
The page has this line: > Start by generating a C skeleton from wit-bindgen using the [sample add.wit file](https://component-model.bytecodealliance.org/examples/example-host/add.wit): The link to the sample `add.wit` file does not exist.
Right now, the docs to use WASM components from JS are fairly long: https://component-model.bytecodealliance.org/language-support/importing-and-reusing-components/javascript.html#using-jco-transpile-to-run-components-from-javsacript I wanted to make something easier for people to use, so I created two custom loaders:...
Doc update for https://github.com/bytecodealliance/wasm-tools/pull/2355 and https://github.com/WebAssembly/component-model/issues/345
We'd like to know what you've found difficult or hard to understand with the guides and documentation for WebAssembly Components. In our quest to improve [the component model guide](https://component-model.bytecodealliance.org), *your*...