wasmCloud / wasmcloud.com

https://wasmCloud.com website, documentation, blog, and community meetings, built with Docusaurus.
https://wasmcloud.com
Apache License 2.0
16 stars 41 forks source link

Documentation on packaging and publishing WIT packages #690

Open brooksmtownsend opened 1 week ago

brooksmtownsend commented 1 week ago

In our documentation we have information about how to build and publish Wasm components, and with the introduction of wkg I think we should add information about how to build and publish WIT packages (as Wasm).

Additionally, I think we can offer some guidance here as well, e.g. if you're publishing a component other folks are going to compose with over the interface wasmcloud:blobby/foobar, the interface goes to ghcr.io/wasmcloud/wasmcloud/blobby:0.2.0 and the component goes to ghcr.io/wasmcloud/blobby:0.2.0?

cc @thomastaylor312