diff --git a/src/mpcCoreKit.ts b/src/mpcCoreKit.ts index 33286cd..39e8146 100644 --- a/src/mpcCoreKit.ts +++ b/src/mpcCoreKit.ts @@ -654,6 +654,7 @@ export class Web3AuthMPCCoreKit implements ICoreKit { client: Client; serverCoeffs: Record; }> { + this.wasmLib = await this.loadTssWasm(); // PreSetup const { tssShareIndex } = this.state; const tssPubKey = this.getPubKeyPoint();