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 Introduction section, IMO, should only give an overview of the docs, and the status. Contributing guidelines can either live - separately in this repository as .md file OR -...

Following [this comment](https://github.com/bytecodealliance/component-docs/issues/89#issuecomment-1831152607) in issue #89, the sidebar would need to be amended to reflect the new structure. A good example of a sidebar would be something like [the wasmedge...

This is a suggestion for restructuring the documentation based on the [Divio paradigm](https://documentation.divio.com) The TOC ends up looking as below - Introduction - Quickstart a.k.a. creating your very first component...

Currently the docs has a section for wasmtime and it only describes how to run a command component using `wasmtime run`. Another helpful section could be added to describe how...

I was following the instructions here: https://component-model.bytecodealliance.org/language-support/python.html#running-components-from-python-applications I have tried using wasmtime from the fork mentioned there (dicej/wasmtime-py) as well as wasmtime 14.0.0 but I encounter failures when running wasmtime.bindgen....

https://component-model.bytecodealliance.org/language-support/python.html#running-components-from-python-applications When using https://github.com/dicej/wasmtime-py following the steps written on the above page, I get the following error: ``` ======================= Building component.wasm =================== error: decoding custom section component-type:reactor Caused by: 0:...

To investigate the feasibility of including Netlify or any other existing tool for the preview of changes submitted in a PR. Steps to follow in a subsequent comment.

Tagging issues with labels would be helpful to invite contributions to the repository and the projects. Some of them are listed below by category: - SIG-specific : Related to different...

Create GitHub actions that run on an interval and run the examples in the language guide to check & notify if there've been any breaking changes. Good stretch goal: To...

this may better live on the projects' READMEs instead or as a separate breakout page like the Rust guide