Commit 3db4824
committed
fix: correct WIT binding module structure for user service component
Update BUILD.bazel package_name from "user:service" to "example:user-service"
to match the WIT file definition. Update Rust imports to use the correct
binding path: example::user_service::user_service instead of user::service::user_service.
This resolves WIT binding generation mismatches that were causing compilation
failures in multi-component system examples.1 parent 0610548 commit 3db4824
File tree
2 files changed
+3
-3
lines changed- examples/cpp_component/multi_component_system
- components
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments