emscripten icon indicating copy to clipboard operation
emscripten copied to clipboard

Combine WasmFS fetch backend with OPFS backend

Open mmarczell-graphisoft opened this issue 1 year ago • 1 comments

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.

mmarczell-graphisoft avatar Mar 22 '23 13:03 mmarczell-graphisoft

+1

thearperson avatar Apr 19 '24 05:04 thearperson