You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the current behaviour of the legacy FS so it seems reasonable
to do the same thing, at least for now.
This fixes sqlite which makes use of this fcntl.
See: emscripten-core#23697Fixes: emscripten-core#23692
This is the current behaviour of the legacy FS and the flock function so
it seems reasonable to do the same thing, at least for now. See #23697
This fixes sqlite which makes use of this fcntl to lock the database
when accessing it from multiple different processes.
Fixes: #23692
Right now we simply stub out calls like
flock
andfcntl+F_SETLK
.At least for the OPFS wasmfs backend it seems like it could be usefull?
I assume that the OPFS filesystem can be shared between multiple running emscripten programs? (or the same program running in multiple tabs?)
Are there any other FS backends that could benefit?
The text was updated successfully, but these errors were encountered: