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

[wasm] Port use of dirent for wasi-libc #4892

Commits on Mar 1, 2024

  1. [wasm] Port use of dirent for wasi-libc

    wasi-libc defines `d_name` as "flexible array member" which is not
    supported by ClangImporter yet. This patch replaces the use of `d_name`
    with a helper function `_direntName` to work around the issue.
    kateinoigakukun committed Mar 1, 2024
    Copy the full SHA
    3048047 View commit details
    Browse the repository at this point in the history