(feat): add descriptor to wasm & ts-sdk
All checks were successful
CI / checks (push) Successful in 7m16s

This commit is contained in:
Alois 2026-07-02 23:58:40 +02:00
commit c3fbeb2e78
2 changed files with 8 additions and 0 deletions

View file

@ -48,6 +48,7 @@ export class ConnectionConfig implements DisposableWasmObject {
free(): void;
[Symbol.dispose](): void;
client_id: bigint;
description: string | undefined;
max_message_size: number;
server_certificate_hashes: string[];
readonly url: string;