emscripten-core / emscripten-core/emscripten

Combine WasmFS fetch backend with OPFS backend

Open
#19,035 1 comment 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.