componentize-dotnet icon indicating copy to clipboard operation
componentize-dotnet copied to clipboard

Make WIT files more discoverable

Open jsturtevant opened this issue 1 year ago • 1 comments

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.

jsturtevant avatar Jun 27 '24 22:06 jsturtevant

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

yowl avatar Jun 28 '24 00:06 yowl

Added docs: https://github.com/bytecodealliance/componentize-dotnet?tab=readme-ov-file#configuring-location-of-generaged-wit-files

jsturtevant avatar Mar 08 '25 01:03 jsturtevant