Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 608 Bytes

File metadata and controls

24 lines (15 loc) · 608 Bytes

LadybugDB WASM Shell

A browser/WebAssembly-based shell for LadybugDB, an embedded graph database that runs entirely in the browser.

Quick Start

pnpm install
pnpm dev

Open http://localhost:3000/ in your browser.

Development

The dev command automatically copies the multithreaded WASM modules from @ladybugdb/wasm-core before starting the Vite dev server. The shell mounts OPFS via WasmFS and stores the database at /opfs/ladybug-shell.

Building

pnpm build

This builds both the WASM modules and the production bundle.