We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60389df commit 17dbcceCopy full SHA for 17dbcce
edgee-component.toml
@@ -9,7 +9,7 @@ description = "Example Python component for data collection"
9
documentation = "https://github.com/edgee-cloud/example-py-component"
10
repository = "https://github.com/edgee-cloud/example-py-component"
11
language = "Python"
12
-wit-world-version = "0.5.0"
+wit-version = "0.5.0"
13
14
[component.build]
15
command = "uv sync && (test -d edgee_world || uv run componentize-py --wit-path .edgee/wit/ bindings edgee_world) && uv run componentize-py --wit-path .edgee/wit/ --world data-collection componentize dc_component -o dc_component.wasm"
0 commit comments