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
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
lambdageek
changed the title
Switch to multi-threaded Emscripten VFS when it is available
[wasm-mt] Switch to multi-threaded Emscripten VFS when it is available
Oct 12, 2022
ghost
added
the
untriaged
New issue has not been triaged by the area owner
label
Oct 12, 2022
pavelsavara
changed the title
[wasm-mt] Switch to multi-threaded Emscripten VFS when it is available
[browser][MT] Switch to multi-threaded Emscripten VFS when it is available
Nov 9, 2023
The default FS lives on emscripten main thread and all C calls are dispatched to it, I knew that.
Lesson from today: you can't really use it from web worker JS, because that's not marshaled.
Track Emscripten progress on the new VFS and upgrade when it's available.
The text was updated successfully, but these errors were encountered: