-
Notifications
You must be signed in to change notification settings - Fork 246
Reorganize folder structure #301
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
Conversation
Fix feature flagging in test-helpers
Improve documentation Other minor fixes
Fixed feature flags
update readme improve help text
|
This is ready for review, except the |
|
This all seems reasonable enough to me but I think it would be good to get some other eyes on this as well. @peterhuene you're likely interested in this since you've been working a lot with the rust-to-component stuff recently. Additionally @sunfishcode or @kulakowski-wasm y'all may also be interested in weighing in on the particulars here. |
|
The new naming here makes sense to me! |
|
Ready on my end. I'd recommend keeping "releases" / version bumps separate from feature impl PRs. |
|
Sounds like there are no strong objections, so let's merge this, and iterate from here if there are any follow-up concerns. |
Implements #244
Folders are now organized in a consistent way that makes it clear which crates are generators and whether each generator is host/guest. Renames crates to match the new folder names and updates the associated usages and feature flags.