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

Code reorganization and doc improvements #53

Closed
wants to merge 2 commits into from

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    abaf157 View commit details
    Browse the repository at this point in the history
  2. Reorganize modules and improve documentation

    - "Sources" are currently just an internal implementation detail, so
      remove the public `source` module and move individual backend modules
      to the crate root.
    
    - Rename Oci/WargConfig to Oci/WargRegistryConfig to make the
      relationship with RegistryConfig more clear.
    
    - Add various documentation, including a wasm-pkg-loader example.
    lann committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e54b27e View commit details
    Browse the repository at this point in the history