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 172bb1c commit d82b86aCopy full SHA for d82b86a
src/lib.rs
@@ -11,7 +11,7 @@ use exports::edgee::protocols::data_collection::{
11
use segment_payload::SegmentPayload;
12
use std::collections::HashMap;
13
14
-wit_bindgen::generate!({world: "edgee", path: "wit", with: { "edgee:protocols/data-collection": generate }});
+wit_bindgen::generate!({world: "data-collection", path: "wit", generate_all});
15
export!(SegmentComponent);
16
17
struct SegmentComponent;
wit/world.wit
@@ -1,5 +1,5 @@
1
package edgee:native;
2
3
-world edgee {
+world data-collection {
4
export edgee:protocols/data-collection;
5
}
0 commit comments