Skip to content

Commit 84d9854

Browse files
authoredMar 10, 2025··
chore: update to new WIT files handling (#8)
1 parent b242c87 commit 84d9854

8 files changed

+4
-139
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.edgee/
12
bin/
23
obj/
34
dc-component.wasm

‎edgee-component.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ subcategory = "analytics"
88
description = "Example CSharp component for data collection"
99
documentation = "https://github.com/edgee-cloud/example-cs-component"
1010
repository = "https://github.com/edgee-cloud/example-cs-component"
11-
wit-world-version = "0.5.0"
11+
language = "CSharp"
12+
wit-version = "0.5.0"
1213

1314
[component.build]
1415
command = "dotnet build && mv ./bin/Debug/net9.0/wasi-wasm/publish/example-cs-component.wasm ./dc_component.wasm"

‎example-cs-component.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<ItemGroup>
2222
<Wit Remove="**\*.wit" />
23-
<Wit Include="wit" World="data-collection" />
23+
<Wit Include=".edgee/wit" World="data-collection" />
2424
</ItemGroup>
2525

2626
</Project>

‎wit/deps.lock

-4
This file was deleted.

‎wit/deps.toml

-1
This file was deleted.

‎wit/deps/edgee/consent-mapping.wit

-13
This file was deleted.

‎wit/deps/edgee/data-collection.wit

-114
This file was deleted.

‎wit/world.wit

-5
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.