New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 914488 link

Starred by 3 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Low level storage API

Project Member Reported by jsbell@google.com, Dec 12

Issue description

Provide a sandboxed storage API suitable for implementing a VFS as needed for high-performance applications implemented in WASM such as database engines (e.g. sqlite) or games.

This would require support for paging file system blocks into memory and efficiently flushing changes back to disk.

Note that it is an open question whether or not this could be provided as incremental API additions on top of an existing script-facing sandboxed filesystem API, or whether to satisfy use cases a lower level/more specialized API would be necessary.


 
Cc: -cos...@gmail.com pwnall@chromium.org

Sign in to add a comment