Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make WIT files more discoverable #29

Open
jsturtevant opened this issue Jun 27, 2024 · 1 comment
Open

Make WIT files more discoverable #29

jsturtevant opened this issue Jun 27, 2024 · 1 comment

Comments

@jsturtevant
Copy link
Contributor

Currently the wit files get put into the intermediate folder obj\Debug\net8.0\wasi-wasm\wit_bindgen. This makes it hard to discover the Wit files and the interfaces/code that needs to be implemented for the component.

Other projects make it easier to check these generated files into source, which makes it easier to discover and see changes. If folks don't want them in source they can add it to .gitignore

Propose to create folder components (or something similar) and generate the files there.

@yowl
Copy link
Contributor

yowl commented Jun 28, 2024

Sounds good. Is components a bit generic, some other options wit-bindgen-generated, wit-bindgen, wit-components, wit-generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants