You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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 toghcr.io/wasmcloud/wasmcloud/blobby:0.2.0
and the component goes toghcr.io/wasmcloud/blobby:0.2.0
?cc @thomastaylor312
The text was updated successfully, but these errors were encountered: