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

Add support for wasi:config/runtime virtualization #82

Merged
merged 2 commits into from
Aug 29, 2024

Commits on Aug 28, 2024

  1. Add support for wasi:config/runtime virtualization

    The `wasi:config/runtime` interface is a way to pass configuration to
    other components with a standard interface. Similar to
    `wasi:cli/environment` the core data model is a set of key-value pairs.
    
    The proposed API and CLI support in WASI-Virt mirrors the support for
    environment variables that currently exists.
    
    The config runtime proposal is currently stage 2 and does not a have a
    release.
    
    Signed-off-by: Scott Andrews <[email protected]>
    scothis committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8313bf9 View commit details
    Browse the repository at this point in the history
  2. Review feedback

    - clarify config is runtime config in doc
    
    Signed-off-by: Scott Andrews <[email protected]>
    scothis committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    49a3e70 View commit details
    Browse the repository at this point in the history