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

chore: add a regression test for WASI #4822

Merged
merged 5 commits into from Jul 11, 2022
Merged

chore: add a regression test for WASI #4822

merged 5 commits into from Jul 11, 2022

Commits on Jul 11, 2022

  1. chore: add a regression test for WASI

    Currently, we only have WASM regression tests that run without WASI.
    However, rust provides a WASI specific target which enables code to
    special case WASI. This PR adds a basic test to cover that case.
    
    This is an initial addition to help land #4716.
    carllerche committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    1b24f29 View commit details
    Browse the repository at this point in the history
  2. fmt

    carllerche committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    396bf92 View commit details
    Browse the repository at this point in the history
  3. try fixing CI

    carllerche committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    9f337d0 View commit details
    Browse the repository at this point in the history
  4. try fixing CI again

    carllerche committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    3ed216a View commit details
    Browse the repository at this point in the history
  5. try fixing Ci again again

    carllerche committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    5d9ac3c View commit details
    Browse the repository at this point in the history