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

feat(vfs) Make host_fs the default, and exclusive to mem_fs #2523

Merged
merged 5 commits into from
Aug 17, 2021

Commits on Aug 16, 2021

  1. Configuration menu
    Copy the full SHA
    f639dd9 View commit details
    Browse the repository at this point in the history
  2. feat(vfs) Make host_fs and mem_fs mutually exclusives.

    This patch generates a compiler error if `host_fs` and `mem_fs` are
    both enabled at compile-time. It also generates a compiler error if
    none of them have been enabled.
    Hywan committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    52be548 View commit details
    Browse the repository at this point in the history
  3. fix(c-api,cli) Use the default features from wasmer-wasi.

    `wasmer-wasi`'s default features don't change, except that it adds
    `host_fs` in the default features, which maps to
    `wasmer-vfs/host_fs`. It then ensures that the same behavior is
    guaranteed.
    
    We don't need to change how `wasmer-cli` and `wasmer-c-api` fetch
    `wasmer-wasi` in this case.
    Hywan committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    5b53c54 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    0a1ad75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0172463 View commit details
    Browse the repository at this point in the history