mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-27 20:08:34 +00:00
508 B
508 B
simplex-chat / core / loadLibrary
Function: loadLibrary()
loadLibrary(
backend):Promise<void>
Defined in: src/core.ts:13
Resolve (downloading on first use) and load libsimplex for the backend. One libsimplex per process: the Haskell runtime is initialized once, and another backend is rejected.
Parameters
backend
Returns
Promise<void>