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

Do not error on _set_perms(path) on Wasm32 #297

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 6, 2022

  1. Do not error on _set_perms(path) on Wasm32

    Since Wasm32 does not yet have support for file permissions
    it is better to silently ignore them rather than to fail,
    since the rest of the library can still work on Wasm32.
    fschutt committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    04ded46 View commit details
    Browse the repository at this point in the history