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

CLI: Partially switch from wasmer-registry to wasmer-api #4433

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    3fdb495 View commit details
    Browse the repository at this point in the history
  2. chore(cli): Refactor whoami+package-download+add commands

    Refactor the commands from wasmer_registry to wasmer_api.
    
    Part of ongoing cleanup with the goal of removing wasmer_registry.
    theduke committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    80ab10b View commit details
    Browse the repository at this point in the history
  3. feat(cli): Use an OS-appropriate cache dir

    Previously the CLI used the ".wasmer/cache" as the cache dir.
    
    This commit refactors the code to use an OS-appropriate cache dir
    instead, as determined by the `dirs` crate.
    
    On Linux this will be .cache/wasmer
    theduke committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    8cfeb7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f562cb9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    18dc2b9 View commit details
    Browse the repository at this point in the history