mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-27 20:08:34 +00:00
25 lines
508 B
Markdown
25 lines
508 B
Markdown
[**simplex-chat**](README.md)
|
|
|
|
***
|
|
|
|
[simplex-chat](README.md) / [core](Namespace.core.md) / loadLibrary
|
|
|
|
# Function: loadLibrary()
|
|
|
|
> **loadLibrary**(`backend`): `Promise`\<`void`\>
|
|
|
|
Defined in: [src/core.ts:13](../src/core.ts#L13)
|
|
|
|
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
|
|
|
|
[`Backend`](core.TypeAlias.Backend.md)
|
|
|
|
## Returns
|
|
|
|
`Promise`\<`void`\>
|