emscripten-core / emscripten

Emscripten: An LLVM-to-WebAssembly Compiler
Other
25.37k stars 3.25k forks source link

Combine WasmFS fetch backend with OPFS backend #19035

Open mmarczell-graphisoft opened 1 year ago

mmarczell-graphisoft commented 1 year ago

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.

thearperson commented 2 months ago

+1