component-docs icon indicating copy to clipboard operation
component-docs copied to clipboard

Documentation around creating and using WebAssembly Components

Results 34 component-docs issues
Sort by recently updated
recently updated
newest added

The idea would be to give short answers to frequently asked questions that then link to other sections of the book where more thorough answers are given. Some example questions:...

The "Why the Component Model" section answers the question of why the component model exists from first principles (i.e., what direct problems of only having wasm modules does the component...

Maybe clarify how all of these are related and overlap a part of the Component model in the text on the [WebAssembly Component Model page.](https://component-model.bytecodealliance.org/concepts.html) The concepts listed here are...

~~I see `resource` used in https://github.com/WebAssembly/WASI/blob/main/preview2/http/types.wit#L146 and other places, notably https://github.com/WebAssembly/wasi-http/blob/main/wit-0.3.0-draft/types.wit#L254-L339 is one that is intuitively exposes a collection of `func()` and I am guessing optionally a `constructor()`.~~ WIP covers...

In the [introduction section](https://component-model.bytecodealliance.org/#home) there is a table with the three main sections of the book: "Understanding components", "Building components", "Using components". The use of a table here is fairly...

wa.dev is in public beta now, providing a public registry for people to see and publish interfaces and components. @macovedj would you be willing to update the [distributing components section](https://github.com/bytecodealliance/component-docs/blob/main/component-model/src/creating-and-consuming/distributing.md)...

We should add a roadmap to the book that says what features are coming

One consistent feedback I've received for the Component Model docs is that our docs are too complex for an average reader to consume. This does mean a LOT of things,...