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 WASILibc #2671

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Mar 4, 2024

  1. Add support for WASILibc

    Dispatch is not supported on WASI, and only Unix domain sockets are supported, which means we have to exclude those APIs on this platform.
    MaxDesiatov committed Mar 4, 2024
    Copy the full SHA
    70ff245 View commit details
    Browse the repository at this point in the history
  2. Clean up formatting

    MaxDesiatov committed Mar 4, 2024
    Copy the full SHA
    66e3f0e View commit details
    Browse the repository at this point in the history
  3. Clean up formatting

    MaxDesiatov committed Mar 4, 2024
    Copy the full SHA
    9170712 View commit details
    Browse the repository at this point in the history
  4. Fix NIOEmbedded for WASI

    MaxDesiatov committed Mar 4, 2024
    Copy the full SHA
    1958d91 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4cfee57 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e5ccda5 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    9fe470a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Address PR feedback

    MaxDesiatov committed Mar 8, 2024
    Copy the full SHA
    85f140e View commit details
    Browse the repository at this point in the history
  2. Reduce the diff

    MaxDesiatov committed Mar 8, 2024
    Copy the full SHA
    4ee91c6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fdd622f View commit details
    Browse the repository at this point in the history
  4. spaces >> tabs

    MaxDesiatov committed Mar 8, 2024
    Copy the full SHA
    b1b5d7f View commit details
    Browse the repository at this point in the history