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

refactor(wasi): Move capabilities into root submodule #3666

Merged
merged 2 commits into from
Mar 13, 2023

Conversation

theduke
Copy link
Contributor

@theduke theduke commented Mar 8, 2023

Just a small restructuring that moves the capabilities submodule from
state into the root lib.

Done because it is now exported in full rather than just partially from
state::, and because it is a more generic module that will probably be moved
out to a separate crate soon.

@theduke theduke requested a review from ptitSeb March 8, 2023 11:29
Copy link
Contributor

@ptitSeb ptitSeb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linter is not happy

@theduke
Copy link
Contributor Author

theduke commented Mar 8, 2023

cargo fmt --all, my old friend, how could I forget about you?

@theduke theduke enabled auto-merge (rebase) March 9, 2023 07:34
Just a small restructuring that moves the capabilities submodule from
state into the root lib.

Done because it is now exported in full rather than just partially from
state::, and because it is a more generic module that will probably be moved
out to a separate crate soon.
@theduke theduke merged commit 3dc2685 into master Mar 13, 2023
@theduke theduke deleted the capability-threading branch March 13, 2023 13:49
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

Successfully merging this pull request may close these issues.

2 participants