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

WASI testing #713

Merged
merged 9 commits into from
Mar 10, 2021
Merged

WASI testing #713

merged 9 commits into from
Mar 10, 2021

Commits on Mar 10, 2021

  1. ci: Downgrade GCC ASan pointer checks

    Downgrade GCC ASan detect_invalid_pointer_pairs check from 2 (comparisons/subtractions against null pointers are also invalid) to 1.
    chfast committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    38af7c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b9ff50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57c29dc View commit details
    Browse the repository at this point in the history
  4. wasi: Add error stream param

    chfast committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    faacc57 View commit details
    Browse the repository at this point in the history
  5. cmake: Create wasi library

    chfast committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    808df1f View commit details
    Browse the repository at this point in the history
  6. cmake: Force WASI when TESTING

    chfast committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    b2e2f2c View commit details
    Browse the repository at this point in the history
  7. test: Add WASI unit tests

    chfast committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    05842f8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3781dd2 View commit details
    Browse the repository at this point in the history
  9. wasi: Split run() procedure

    chfast committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    e550933 View commit details
    Browse the repository at this point in the history