You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: