Skip to content

Commit 84d9854

Browse files
authored
chore: update to new WIT files handling (#8)
1 parent b242c87 commit 84d9854

File tree

8 files changed

+4
-139
lines changed

8 files changed

+4
-139
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 4 deletions
This file was deleted.

wit/deps.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.

wit/deps/edgee/consent-mapping.wit

Lines changed: 0 additions & 13 deletions
This file was deleted.

wit/deps/edgee/data-collection.wit

Lines changed: 0 additions & 114 deletions
This file was deleted.

wit/world.wit

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)