wasm topic

APIs for using SQLite in web contexts, accessing SQLite through a WebAssembly module.

Libraries

wasm wasm
Experimental access to sqlite3 on the web.

Classes

IndexedDbFileSystem wasm
A file system storing files divided into blocks in an IndexedDB database.
SimpleOpfsFileSystem wasm
A VirtualFileSystem for the sqlite3 wasm library based on the file system access API.
VfsWorker wasm
Contains code used to implement web workers that are prodiving synchronous access to asynchronous web APIs (like OPFS).
WasmSqlite3 wasm
A WebAssembly version of the CommmonSqlite3 interface.
WasmVfs wasm
A VFS implementation based on the file system access API without shared workers.