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

Documentation around creating and using WebAssembly Components

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

Add instructions for building C modules and componentizing them

good first issue
help wanted

To better align with tutorial, update wit and examples to: ```wit interface add { add: func(a: u32, b: u32) -> u32 } world adder { export add } ```

Per [proposed TOC](https://github.com/bytecodealliance/component-docs/pull/1), add section that includes: Any additional resources or references

Per [proposed TOC](https://github.com/bytecodealliance/component-docs/pull/1), add section that includes: - Binary Interface - how strings are laid out in memory, ownership, low-level nuts and bolts - How Types are Laid Out in...

As part of #140 I captured some information about implementing a host that exported resources to a guest. This isn't really the right venue for that, because this book is...

documentation
help wanted

Zulip conversations are already public at https://bytecodealliance.zulipchat.com/ . But they are **not** index-able by search engines and the zulip issue https://github.com/zulip/zulip/issues/21881 for this feature has had no activity for more...

This book aims to make it easier to get started working with Wasm components. The initial quickstart should not require a user to download language specific tooling. Instead, once the...

I looked for the repo of wit-bindgen and cargo-component, and there are several examples of designing import, export, and func. But they are basically at the level of helloworld and...

I've received some feedback that the component docs are not discoverable enough. Perhaps we could do a concerted effort of going to other component related BA repos and making sure...

documentation
good first issue
help wanted