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

WebWorker: Enable mounting async resources as sync via SharedArrayBuffer #162

Open
jvilk opened this issue Nov 8, 2016 · 3 comments
Open

Comments

@jvilk
Copy link
Owner

jvilk commented Nov 8, 2016

If usable SharedArrayBuffers are detected when setting up the connection to/from the worker, use them for synchronous API calls.

@fallenoak
Copy link

fallenoak commented Jul 11, 2017

@jvilk Out of curiosity, would this permit an async FS being used as a sync FS for Emscripten? I'm assuming no, but maybe I haven't quite wrapped my head around something.

@jvilk
Copy link
Owner Author

jvilk commented Jul 12, 2017

@fallenoak Yes, it would, but only if your emscripten code is running in a WebWorker.

@james-pre
Copy link
Collaborator

@james-pre james-pre closed this as not planned Won't fix, can't repro, duplicate, stale Oct 25, 2023
Repository owner locked and limited conversation to collaborators Oct 25, 2023
@james-pre james-pre reopened this May 17, 2024
Repository owner unlocked this conversation May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants