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

Commits on Mar 13, 2023

  1. refactor(wasi): Move capabilities into root submodule

    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 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    21d7bed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5834d16 View commit details
    Browse the repository at this point in the history