-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Disclaimer: Sorry if this is not how you want ideas/challenges to be communicated, if this is wrong then how would I propose an idea? I couldn't find anything about this in your contributing guidelines.
Hey, I love your contributions to the open-source world. We're adopting wasmcloud in our organization but we have a problem.
We have to model for both external users and internal users, i.e., internal = WIT, external = proto. And modelling two places doesn't scale well, version-wise.
My wish would be:
- Model in proto / wit
- -> wit + proto
- git push to "A"
- world.wit (uses A.wit record through deps.toml)
- further define wit with dependency to the generated records from 2 and 3
- De/ser thought "A". proto but able to somehow convert to Wit records.
- Push to some stream as proto
Do you guys see any solutions you know, or is this thought of and avoided? If so, why?
Metadata
Metadata
Assignees
Labels
No labels