Skip to content

Commit d82b86a

Browse files
committed
fix: data-collection world
1 parent 172bb1c commit d82b86a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use exports::edgee::protocols::data_collection::{
1111
use segment_payload::SegmentPayload;
1212
use std::collections::HashMap;
1313

14-
wit_bindgen::generate!({world: "edgee", path: "wit", with: { "edgee:protocols/data-collection": generate }});
14+
wit_bindgen::generate!({world: "data-collection", path: "wit", generate_all});
1515
export!(SegmentComponent);
1616

1717
struct SegmentComponent;

wit/world.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package edgee:native;
22

3-
world edgee {
3+
world data-collection {
44
export edgee:protocols/data-collection;
55
}

0 commit comments

Comments
 (0)