-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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.fork() #66
Comments
I have an agenda item in the next WebAssembly CG meeting to propose a CG Subgroup for the next steps of WASI's evolution and eventual standardization. If this is accepted, then we'll set up a dedicated repository for WASI within the WebAssembly organization. If not, we'll look into other options. Until then, I'd prefer not to create another temporary home. I created a |
Here's a link to quickly show all WASI-specific issues. |
The CG subgroup is now approved. The dedicated github repo is here. We'll be migrating content over soon, but for now the issue tracker is at least open. |
…iance#67) * On Windows, ignore access-denied errors from `sync_all`. On Windows `sync_all` does `FlushFileBuffers` which fails with an access-denied error if the file not opened for writing. Ignore this error, for compatibility with POSIX-style APIs. Fixes bytecodealliance#66. * Ignore `ERROR_ACCESS_DENIED` from `sync_data` too. * Temporarily disable directory syncing for now.
Please move WASI to a separate repository. I'm interested in being a contributor to WASI, but not necessarily to wasmtime. It would be good to discuss the standard independently from the implementation.
The text was updated successfully, but these errors were encountered: