nodejs: load libsimplex at runtime per backend

This commit is contained in:
shum
2026-09-25 12:51:14 +00:00
parent a5ceeac000
commit 80182a7237
49 changed files with 549 additions and 495 deletions
@@ -0,0 +1,24 @@
[**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`\>