emscripten-core / emscripten-core/emscripten
WasmFS: SAB JS Backend
Open
wasmfs
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
It would be nice to have a JS backend that uses SharedArrayBuffers to store data to avoid the need for proxying to a worker thread and to avoid using valuable Wasm address space. Each SAB could be a fixed-size chunk of data to avoid needing to resize or reallocate SABs when files grow.
Contributor guide
Assessment
This issue has not been assessed yet.