We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1490b9b commit c7418a8Copy full SHA for c7418a8
edgee-component.toml
@@ -8,7 +8,7 @@ subcategory = "analytics"
8
description = "Example C component for data collection"
9
documentation = "https://github.com/edgee-cloud/example-c-component"
10
repository = "https://github.com/edgee-cloud/example-c-component"
11
-wit-world-version = "0.4.0"
+wit-world-version = "0.5.0"
12
13
[component.build]
14
command = "$(CC) dc_component.c internal/data_collection.c internal/data_collection_component_type.o -o /dev/stdout -mexec-model=reactor -Os | wasm-tools component new -o dc_component.wasm"
0 commit comments