Cover the most important concepts to get started quickly.
wit/
folder and define your WIT dependencies in a wit/deps.toml
file.
When a new WIT version is available, you can use wit-deps to keep all the WIT dependencies up-to-date.
Depending on the programming language, you might need to re-generate the WIT bindings as well.
v0.9.0
, the Edgee CLI takes care of managing and updating WIT dependencies automatically for you, under
a hidden .edgee/wit
folder. You shouldn’t need to worry about WIT dependencies at all.When a new WIT release is available, you only need to update the wit-version
in your component’s manifest.edgee components new
and edgee components build
.
When the component is ready, it lets you push it to the Edgee Component Registry as a public or private component
under your organization’s account via edgee components push
. Under the hood, the CLI interacts with the
Edgee API and its goal is to simplify the local development experience across all supported languages.