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

Implemented is_path_owned_by_current_user for wasi. #1600

Merged
merged 3 commits into from
Sep 21, 2024

Commits on Sep 21, 2024

  1. Implemented is_path_owned_by_current_user for wasi.

    Not that it's doing very much when wasi doesn't have a concept of current user.
    
    This is part of trying to get this to build with wasi as a build target.
    Earthmark committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    75cfee4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce2fc62 View commit details
    Browse the repository at this point in the history
  3. test gix-sec for WASI

    This would allow tests for crates that have partial support as well.
    Byron committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    67536a0 View commit details
    Browse the repository at this point in the history