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] Remove too conservative guards around file operations #4893

Commits on Mar 6, 2024

  1. [wasm] Remove too conservative guards around file operations

    Those guards were added to prevent the build from failing on WASI, but
    they are too conservative and the latest wasi-libc is now providing
    enough support for these operations.
    kateinoigakukun committed Mar 6, 2024
    Copy the full SHA
    7a70a1b View commit details
    Browse the repository at this point in the history
  2. Update Sources/Foundation/Data.swift

    Co-authored-by: Max Desiatov <[email protected]>
    kateinoigakukun and MaxDesiatov committed Mar 6, 2024
    Copy the full SHA
    92f7dd1 View commit details
    Browse the repository at this point in the history