mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-22 19:34:03 +02:00
7 lines
346 B
TypeScript
7 lines
346 B
TypeScript
// The desktop's model layer, compiled to wasm for the browser. See src/lib.rs.
|
|
//
|
|
// This is loaded by the SharedWorker in packages/platform/src/web/worker.ts and
|
|
// nowhere else: it owns a SQLite database, and there must be exactly one of it
|
|
// per origin.
|
|
export { blob_delete, blob_get, blob_put, boot, prepare_http_send, rpc } from "./pkg";
|