emscripten-core / emscripten-core/emscripten
Combine WasmFS fetch backend with OPFS backend
Open
wasmfs
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
My usecase is: fetch a really large file (up to a few GBs) once and then store it locally. The current fetch backend for WasmFS stores the downloaded files in memory. It would be great if it could instead store them in OPFS which the browser maps to actual files on the physical drive.
Contributor guide
Assessment
This issue has not been assessed yet.