Skip to content

Commit

Permalink
fix: data-collection world
Browse files Browse the repository at this point in the history
  • Loading branch information
SachaMorard committed Jan 23, 2025
1 parent 87d576f commit 4201111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use exports::edgee::protocols::data_collection::Guest;
use piano_payload::PianoEvent;
use piano_payload::PianoPayload;
use std::vec;
wit_bindgen::generate!({world: "edgee", path: "wit", with: { "edgee:protocols/data-collection": generate }});
wit_bindgen::generate!({world: "data-collection", path: "wit", generate_all});

export!(PianoComponent);

Expand Down
2 changes: 1 addition & 1 deletion wit/world.wit
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package edgee:native;

world edgee {
world data-collection {
export edgee:protocols/data-collection;
}

0 comments on commit 4201111

Please sign in to comment.