openrtc 1.0.16 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{DelegatingRuntimeAdapter-K-B_ElEc.d.ts → DelegatingRuntimeAdapter-ew5WdyxA.d.ts} +5 -2
- package/dist/{assembly-DiR_2Qp7.d.ts → assembly-CXj9yrhu.d.ts} +8 -8
- package/dist/auth/index.d.ts +2 -1
- package/dist/auth/index.js +1 -1
- package/dist/auth/internal.d.ts +1 -0
- package/dist/auth/internal.js +1 -1
- package/dist/{capabilities-C4Dqs_pB.d.ts → capabilities-CaqXOIUU.d.ts} +2 -2
- package/dist/{chunk-JJWS2LYK.js → chunk-2QFNPBOZ.js} +2 -2
- package/dist/chunk-5CJVJDPY.js +2 -0
- package/dist/chunk-EQ5BQO3B.js +3 -0
- package/dist/chunk-KLDDCOZ7.js +2 -0
- package/dist/chunk-KPPJMTHP.js +2 -0
- package/dist/chunk-RZPWE4WH.js +1 -0
- package/dist/chunk-SY6YGCXA.js +2 -0
- package/dist/{chunk-IU57RAB3.js → chunk-YR2WJPGT.js} +1 -1
- package/dist/index.d.ts +8 -8
- package/dist/index.js +1 -1
- package/dist/native.d.ts +6 -6
- package/dist/native.js +1 -1
- package/dist/openrtc_bg.wasm +0 -0
- package/dist/runtime/WasmRuntimeAdapter.d.ts +3 -3
- package/dist/runtime/WasmRuntimeAdapter.js +1 -1
- package/dist/runtime/device-status.d.ts +2 -2
- package/dist/runtime/index.d.ts +21 -170
- package/dist/runtime/index.js +1 -1
- package/dist/runtime/tauri.d.ts +4 -4
- package/dist/runtime/tauri.js +1 -1
- package/dist/{spaceTokens-BjtMfh14.d.ts → spaceTokens-D2zInUAM.d.ts} +4 -4
- package/dist/{tauri-VwfPg-zt.d.ts → tauri-Briw2Hf9.d.ts} +2 -2
- package/dist/transport/index.d.ts +2 -2
- package/dist/{types-CC6PiV2m.d.ts → types-BDtleofB.d.ts} +39 -2
- package/dist/{types-vbfYvAZu.d.ts → types-BfEvaxS7.d.ts} +31 -6
- package/package.json +3 -3
- package/dist/chunk-B6ZCYM46.js +0 -2
- package/dist/chunk-F3P2RCH5.js +0 -2
- package/dist/chunk-HBMXO563.js +0 -2
- package/dist/chunk-POUO36QG.js +0 -2
- package/dist/chunk-V64AKZHT.js +0 -1
- package/dist/chunk-VOLTY4MH.js +0 -3
package/dist/{DelegatingRuntimeAdapter-K-B_ElEc.d.ts → DelegatingRuntimeAdapter-ew5WdyxA.d.ts}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { D as DiscoveryMode, A as AuthMode, d as SignalingMode, e as ClientOptions, E as ExplicitFileDataSendParams, I as ISignalingBackend, f as RuntimeIdentity, g as RoomMember, h as Device, i as DeviceStatusSnapshot, P as PeerSessionSnapshot, R as ResolvedPeerIdentity, M as ManagedConnectionRecord, j as SignalingEnvelope, k as DeviceEvent, l as
|
|
1
|
+
import { D as DiscoveryMode, A as AuthMode, d as SignalingMode, e as ClientOptions, E as ExplicitFileDataSendParams, I as ISignalingBackend, f as RuntimeIdentity, g as RoomMember, h as Device, i as DeviceStatusSnapshot, P as PeerSessionSnapshot, R as ResolvedPeerIdentity, M as ManagedConnectionRecord, j as SignalingEnvelope, k as DeviceEvent, l as DesiredPeerProjection, m as SignalingSession, n as SessionEvent, L as LocalDeviceInfo, N as NativeManagedSessionStartResult, G as GrantScope, B as BackendPeerBiStream, o as BackendPeerUniStream, p as NativeConnectParams, q as NativeConnectResult, r as BackendConnectionState } from './types-BDtleofB.js';
|
|
2
2
|
import { A as AuthContext } from './IEngineBridge-C7OT2CRv.js';
|
|
3
|
-
import { R as RuntimeCapabilities } from './capabilities-
|
|
3
|
+
import { R as RuntimeCapabilities } from './capabilities-CaqXOIUU.js';
|
|
4
4
|
|
|
5
5
|
interface WasmBridgeOptions {
|
|
6
6
|
apiKey?: string;
|
|
@@ -64,8 +64,11 @@ declare abstract class DelegatingRuntimeAdapter implements ISignalingBackend {
|
|
|
64
64
|
waitForAuth(): Promise<void>;
|
|
65
65
|
sendMessage(targetId: string, payload: string, state?: string, replyPayload?: string): Promise<string>;
|
|
66
66
|
pollMessages(targetId: string): Promise<SignalingEnvelope[]>;
|
|
67
|
+
watchFriendDevices(friendUserIds: string[], callback: (friendDevices: Map<string, Device[]>) => void): () => void;
|
|
68
|
+
updateFriendTicket(friendTicket: string | null): Promise<void>;
|
|
67
69
|
subscribeDevices(userId: string): Promise<ReadableStream<DeviceEvent[]>>;
|
|
68
70
|
startAutoConnect(userId: string, localDeviceId: string): void;
|
|
71
|
+
submitDesiredPeerProjection(revision: number, peers: DesiredPeerProjection[]): Promise<void>;
|
|
69
72
|
startPresenceLoop(userId: string, localNodeId: string, deviceName: string, ticket: string, metadata?: string): void;
|
|
70
73
|
createSession(session: SignalingSession): Promise<void>;
|
|
71
74
|
updateSession(sessionId: string, updateData: any): Promise<void>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { A as AuthContext } from './IEngineBridge-C7OT2CRv.js';
|
|
2
|
-
import { G as GrantScope, I as ISignalingBackend, b as ConnectDeviceHooks, c as ConnectDeviceOptions, C as ConnectDeviceResult, M as ManagedConnectionRecord, P as PeerSessionSnapshot, R as ResolvedPeerIdentity,
|
|
3
|
-
import { h as RuntimePeerState, s as RuntimeConnectionStateSnapshot, j as RuntimePeerReadinessSnapshot, i as RuntimePeerConnectOptions, C as Connection, n as RuntimeIncomingStream, R as RuntimeClientOptions, H as RuntimeAuthIdentity, f as RuntimeLocalDeviceInfo, g as RuntimeLocalDeviceProfile, c as RuntimeDevice, a as RuntimeManagedSessionOptions, b as RuntimeManagedSession, d as RuntimeDeviceStatusSnapshot, e as RuntimeDeviceConnectOptions, X as RuntimeSession, q as RuntimeJoinRoomOptions, r as RuntimeRoomMember, K as RuntimeConnectionTarget, o as RuntimeScopedChannelOptions, p as RuntimeScopedLogicalChannel, m as RuntimePeerStreamOptions, v as RuntimeRawConnection, l as RuntimeChannelDescriptor, V as RuntimePresenceLoopOptions, k as RuntimePeerHealth, t as RuntimeApplicationPayloadReadinessOptions, u as RuntimeConnectionEvent } from './types-
|
|
4
|
-
import { R as RuntimeCapabilities, a as RuntimeCapabilityProfile } from './capabilities-
|
|
2
|
+
import { G as GrantScope, I as ISignalingBackend, b as ConnectDeviceHooks, c as ConnectDeviceOptions, C as ConnectDeviceResult, M as ManagedConnectionRecord, P as PeerSessionSnapshot, R as ResolvedPeerIdentity, Y as AppLimits, p as NativeConnectParams, q as NativeConnectResult, E as ExplicitFileDataSendParams } from './types-BDtleofB.js';
|
|
3
|
+
import { h as RuntimePeerState, s as RuntimeConnectionStateSnapshot, j as RuntimePeerReadinessSnapshot, i as RuntimePeerConnectOptions, C as Connection, n as RuntimeIncomingStream, R as RuntimeClientOptions, H as RuntimeAuthIdentity, f as RuntimeLocalDeviceInfo, g as RuntimeLocalDeviceProfile, c as RuntimeDevice, a as RuntimeManagedSessionOptions, b as RuntimeManagedSession, d as RuntimeDeviceStatusSnapshot, e as RuntimeDeviceConnectOptions, X as RuntimeSession, q as RuntimeJoinRoomOptions, r as RuntimeRoomMember, K as RuntimeConnectionTarget, o as RuntimeScopedChannelOptions, p as RuntimeScopedLogicalChannel, m as RuntimePeerStreamOptions, v as RuntimeRawConnection, l as RuntimeChannelDescriptor, V as RuntimePresenceLoopOptions, k as RuntimePeerHealth, t as RuntimeApplicationPayloadReadinessOptions, u as RuntimeConnectionEvent } from './types-BfEvaxS7.js';
|
|
4
|
+
import { R as RuntimeCapabilities, a as RuntimeCapabilityProfile } from './capabilities-CaqXOIUU.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Coalesced peer reconciliation scheduler and full reconcile orchestration.
|
|
@@ -298,7 +298,7 @@ declare function getRuntimePolicy(): RuntimePolicySnapshot;
|
|
|
298
298
|
*
|
|
299
299
|
* Source of truth:
|
|
300
300
|
* - Rust core owns transport lifecycle, connection health, and native signaling surfaces
|
|
301
|
-
* - Browser discovery/presence/signaling are host-owned by the scoped TypeScript
|
|
301
|
+
* - Browser discovery/presence/signaling are host-owned by the scoped TypeScript gateway adapter
|
|
302
302
|
* - RuntimeClient should converge toward thin wrappers over those runtime/backing surfaces
|
|
303
303
|
*/
|
|
304
304
|
declare class RuntimeClient {
|
|
@@ -314,6 +314,7 @@ declare class RuntimeClient {
|
|
|
314
314
|
private readonly deviceManager;
|
|
315
315
|
private readonly peerManager;
|
|
316
316
|
private readonly connectionController;
|
|
317
|
+
private readonly nativeApplicationStreamConsumer;
|
|
317
318
|
private managedSessionKey;
|
|
318
319
|
private managedSessionUserId;
|
|
319
320
|
private managedSessionOptions;
|
|
@@ -406,8 +407,8 @@ declare class RuntimeClient {
|
|
|
406
407
|
/** Revoke a single session token by its raw value. */
|
|
407
408
|
revokeSessionToken(token: string): void;
|
|
408
409
|
/**
|
|
409
|
-
* Watch devices belonging to friend users via the
|
|
410
|
-
*
|
|
410
|
+
* Watch devices belonging to friend users via the active coordination
|
|
411
|
+
* provider. Sets up one provider subscription per friend UID.
|
|
411
412
|
*
|
|
412
413
|
* Only works when the signaling backend supports `watchFriendDevices`.
|
|
413
414
|
* For native backends, friend device discovery should be handled
|
|
@@ -477,7 +478,6 @@ declare class RuntimeClient {
|
|
|
477
478
|
refreshPeerSnapshot(): Promise<RuntimePeerState[]>;
|
|
478
479
|
subscribeSessions(localDeviceId: string, callback: (session: RuntimeSession) => void | Promise<void>): Promise<() => void>;
|
|
479
480
|
getAppLimits(): AppLimits;
|
|
480
|
-
private syncRoomRtdbPresenceFromBackend;
|
|
481
481
|
createRoom(roomId?: string): Promise<string>;
|
|
482
482
|
joinRoom(roomId: string, options?: RuntimeJoinRoomOptions): Promise<Connection[]>;
|
|
483
483
|
leaveRoom(roomId: string): Promise<void>;
|
|
@@ -621,7 +621,7 @@ declare class RuntimeClient {
|
|
|
621
621
|
* Terminal teardown of the runtime instance. Unlike stop()/disconnect()
|
|
622
622
|
* (which only stop the listen loop and are used during normal operation),
|
|
623
623
|
* destroy() tears down the underlying Client's coordinated dispose path —
|
|
624
|
-
* document/window listeners,
|
|
624
|
+
* document/window listeners, auth token-change subscriptions, and signaling
|
|
625
625
|
* subscriptions (audit V2). Call this only when the runtime singleton is truly
|
|
626
626
|
* going away (app shutdown, HMR dispose), never on a routine disconnect.
|
|
627
627
|
*/
|
package/dist/auth/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { FirebaseApp } from 'firebase/app';
|
|
2
|
+
import { Functions } from 'firebase/functions';
|
|
2
3
|
import { User, Auth } from 'firebase/auth';
|
|
3
4
|
|
|
4
5
|
type ProviderName = 'google' | 'apple';
|
|
@@ -28,10 +29,10 @@ declare class AuthHost {
|
|
|
28
29
|
private redirectResultConsumed;
|
|
29
30
|
private lastRelayedToken;
|
|
30
31
|
private lastRelayedRefreshToken;
|
|
31
|
-
private desktopTokenRefreshIntervalId;
|
|
32
32
|
private syncDesktopAuthToken;
|
|
33
33
|
constructor();
|
|
34
34
|
getApp(): FirebaseApp;
|
|
35
|
+
getFunctions(): Functions;
|
|
35
36
|
getAppCheckToken(forceRefresh?: boolean): Promise<string | null>;
|
|
36
37
|
getCurrentUser(): User | null;
|
|
37
38
|
getAuth(): Auth;
|
package/dist/auth/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{H as authHost,G as getAuthHost,F as registerDesktopAuthRelay}from'../chunk-
|
|
1
|
+
export{H as authHost,G as getAuthHost,F as registerDesktopAuthRelay}from'../chunk-SY6YGCXA.js';import'../chunk-C7YN5MSV.js';
|
package/dist/auth/internal.d.ts
CHANGED
package/dist/auth/internal.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{F as registerDesktopAuthRelay}from'../chunk-
|
|
1
|
+
export{F as registerDesktopAuthRelay}from'../chunk-SY6YGCXA.js';import'../chunk-C7YN5MSV.js';
|
|
@@ -2,9 +2,9 @@ type RuntimeAdapterKind = 'browser-wasm' | 'native-ipc' | 'tauri-ipc' | 'unknown
|
|
|
2
2
|
interface RuntimeCapabilities {
|
|
3
3
|
adapter: RuntimeAdapterKind;
|
|
4
4
|
signaling: {
|
|
5
|
-
|
|
5
|
+
coordinationGateway: boolean;
|
|
6
6
|
nativeIpc: boolean;
|
|
7
|
-
|
|
7
|
+
managedPresence: boolean;
|
|
8
8
|
};
|
|
9
9
|
transport: {
|
|
10
10
|
irohQuic: boolean;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {o,G}from'./chunk-
|
|
2
|
-
export{
|
|
1
|
+
import {o,G}from'./chunk-SY6YGCXA.js';function A(t){let i=o({...t});if("auth"in t&&!t.authMode){let n=t.auth;i.authMode=n==="none"?"anonymous":n;}if("identity"in t){let n=t.identity,s=n==="temporary"?"ephemeral":n;!t.deviceIdPersistence&&!t.nodeIdPersistence&&(i.deviceIdPersistence=s),!t.endpointIdPersistence&&!t.nodeIdPersistence&&(i.endpointIdPersistence=s);}return "namespace"in t&&!t.storagePrefix&&(i.storagePrefix=t.namespace),"privacy"in t&&t.strictMode===void 0&&(i.strictMode=!!t.privacy),i}function N(t,i){let n=t.runtime,s=Object.create(n),r=async e=>{if(typeof e!="string")return e;let a=(await n.listDevices()).find(d=>d.deviceId===e);if(!a)throw new Error(`OpenRTC device '${e}' is not currently discoverable.`);return a},c=async e=>({...e,localDeviceId:e?.localDeviceId??await n.getLocalDeviceId()??""}),m=async e=>{let{device:o,scope:a,...d}=e,h=d.deviceId??(typeof o=="string"?o:o?.deviceId)??null,v=d.ticket??(typeof o=="string"?void 0:o?.ticket);h&&!v&&(v=(await r(h).catch(()=>null))?.ticket);let P={...d,scope:a??"session"};return h&&(P.deviceId=h),v&&(P.ticket=v),P},u={list:()=>n.listDevices(),startSession:(e={})=>n.startManagedSession({...e,platform:e.platform??i}),stopSession:e=>n.stopManagedSession(e),listWithStatus:()=>n.listDevicesWithStatus(),watch:e=>n.watchDevices(e),watchWithStatus:e=>n.watchDevicesWithStatus(e),connect:async(e,o)=>n.connectDevice(await r(e),await c(o)),connectWithRetry:async(e,o,a)=>n.connectDeviceWithRetry(await r(e),o,a),disconnect:e=>n.disconnectDevice(e),update:(e,o)=>n.updateDevice(e,o),delete:e=>n.deleteDevice(e),localId:()=>n.getLocalDeviceId(),localInfo:()=>n.getLocalDeviceInfo(),localProfile:e=>n.getLocalDeviceProfile(e),updateLocalName:e=>n.updateLocalDeviceName(e)},l={watch:e=>n.watchPeerStates(e),watchLifecycle:e=>n.watchPeerLifecycle(e),get:e=>n.getPeerState(e),listConnected:()=>n.listConnectedPeers(),connect:e=>n.connectPeer(e),disconnect:(e,o)=>n.disconnectPeer(e,o),forceDisconnect:e=>n.forceDisconnectPeer(e),session:e=>n.getPeerSession(e),sessions:()=>n.listPeerSessions(),waitConnected:(e,o)=>n.waitForConnectedPeer(e,o),readiness:(e,o)=>n.getPeerReadiness(e,o),health:e=>n.getPeerHealth(e),identity:e=>n.resolvePeerIdentity(e),addScope:(e,o)=>n.addPeerScope(e,o),releaseScope:(e,o)=>n.releasePeerScope(e,o),scopes:e=>n.getPeerScopes(e),refresh:()=>n.refreshPeerSnapshot()},g={register:e=>n.registerChannel(e),unregister:e=>n.unregisterChannel(e),list:()=>n.listChannels(),openBi:(e,o,a)=>n.openPeerBi(e,{...a,channelId:o}),openUni:(e,o,a)=>n.openPeerUni(e,{...a,channelId:o}),onIncoming:e=>n.onIncomingStream(e),onIncomingChannel:(e,o)=>n.onIncomingChannelStream(e,a=>{if(a.channel)return o(a)}),connect:async e=>n.connectScopedChannel(await m(e)),connectScoped:e=>n.connectScopedChannel(e)},p={create:e=>n.createRoom(e),join:(e,o)=>n.joinRoom(e,o),leave:e=>n.leaveRoom(e),watch:(e,o)=>n.watchRoom(e,o),members:e=>n.getRoomMembers(e)},R={raw:()=>n.getInvite(),share:e=>n.getTicketWithToken("share",e?.maxConnections??1),grant:(e,o)=>n.getTicketWithToken(e,o?.maxConnections??0),revoke:e=>n.revokeTokensByScope(e)},C={status:()=>n.getRuntimeStatus(),policy:()=>n.getRuntimePolicy(),capabilities:()=>n.getRuntimeCapabilities(),capabilityProfile:()=>n.getCapabilityProfile(),connectionStates:()=>n.getConnectionStates(),onConnectionStateChange:e=>n.onConnectionStateChange(e),connections:()=>n.getConnections(),applicationReadyConnections:e=>n.getApplicationReadyConnections(e),onConnection:e=>n.onConnection(e),onDisconnection:e=>n.onDisconnection(e),onConnectionEvent:e=>n.onConnectionEvent(e),forceReconnectSnapshot:()=>n.forceReconnectSnapshot(),peerReconciliation:()=>n.getPeerReconciliationStats()},k={runtime:n,assembly:t,nodeId:()=>n.getNodeId(),nodeIdFromTicket:e=>n.getNodeIdFromTicket(e),endpointTicket:()=>n.getEndpointTicket(),connectRaw:e=>n.connectRaw(e),openBi:e=>n.openBi(e),openUni:e=>n.openUni(e),isConnected:e=>n.isConnected(e),disconnectNode:e=>n.disconnectNode(e),setAutoConnectExcluded:(e,o)=>n.setAutoConnectExcluded(e,o),notifyNetworkChange:e=>n.notifyNetworkChange(e)};return Object.defineProperties(s,{devices:{get:()=>u,enumerable:true},peers:{get:()=>l,enumerable:true},channels:{get:()=>g,enumerable:true},rooms:{get:()=>p,enumerable:true},tickets:{get:()=>R,enumerable:true},diagnostics:{get:()=>C,enumerable:true},advanced:{get:()=>k,enumerable:true},setAuth:{value:e=>t.setAuthContext(e),enumerable:true,writable:true,configurable:true},setAuthContext:{value:e=>t.setAuthContext(e),enumerable:true,writable:true,configurable:true},syncPlutoAuth:{value:e=>t.syncPlutoAuth(e),enumerable:true,writable:true,configurable:true},bindPlutoAuthHost:{value:()=>t.bindPlutoAuthHost(),enumerable:true,writable:true,configurable:true},signIn:{value:()=>t.signInWithPluto(),enumerable:true,writable:true,configurable:true},signOut:{value:()=>t.signOut(),enumerable:true,writable:true,configurable:true},runtime:{get:()=>n,enumerable:false},_assembly:{get:()=>t,enumerable:false}}),s}var O="https://api.openrtc.app";function S(t){if(typeof globalThis.crypto?.randomUUID!="function")throw new Error(`Secure request identity is unavailable for ${t}.`);return `${t}:${globalThis.crypto.randomUUID()}`}async function E(t,i,n){let s=t.replace(/\/$/,""),r=await fetch(`${s}/v1/spaces/${encodeURIComponent(n)}/scoped-auth`,{method:"POST",headers:{Authorization:`Bearer ${i}`,"Content-Type":"application/json","X-OpenRTC-Idempotency-Key":S("enable-space-auth")},body:"{}"}),c=await r.json().catch(()=>({}));if(!r.ok){let m=typeof c?.error=="string"?c.error:`enableSpaceAuth failed (${r.status})`;throw new Error(m)}return c}async function L(t,i,n){let s=await fetch(t,{method:"POST",headers:{Authorization:`Bearer ${i}`,"Content-Type":"application/json","X-OpenRTC-Idempotency-Key":S("mint-space-token")},body:JSON.stringify(n)}),r=await s.json().catch(()=>({}));if(!s.ok){let c=typeof r?.error=="string"?r.error:`mintSpaceToken failed (${s.status})`;throw new Error(c)}if(typeof r?.token!="string"||!r.token.trim())throw new Error("mintSpaceToken response missing token");return r}function f(t){let i=t.apiKey.trim(),n=(t.spaceKey??t.space??"").trim(),s=I(t.sandboxAppId),r=(t.endpointUrl??O).replace(/\/$/,""),c=t.memberIdStorageKey??`openrtc:space-member:${n}${s?`:sandbox:${s}`:""}`;return async()=>{if(!i||!n)throw new Error("spaceToken requires apiKey and space");let m=null;typeof sessionStorage<"u"?(m=sessionStorage.getItem(c),m||(m=globalThis.crypto?.randomUUID?.()??`member-${Date.now()}`,sessionStorage.setItem(c,m))):m=`member-${Date.now()}`;let u=await G().getAppCheckToken(),l=await fetch(`${r}/v1SpacePublicTokens`,{method:"POST",headers:{"Content-Type":"application/json","X-OpenRTC-Idempotency-Key":S("mint-public-space-token"),...u?{"X-Firebase-AppCheck":u}:{}},body:JSON.stringify({apiKey:i,spaceKey:n,memberId:m,...s?{sandboxAppId:s}:{}})}),{text:g,payload:p}=await T(l);if(!l.ok){let C=typeof p?.error=="string"?p.error:g.trim()?g.trim().slice(0,240):`public space token mint failed (${l.status})`;throw new Error(C)}let R=typeof p?.token=="string"?p.token.trim():"";if(!R)throw new Error("public space token response missing token");return {customToken:R}}}function w(t){if(!t.trim())return {};try{let i=JSON.parse(t);return i&&typeof i=="object"?i:{}}catch{return {}}}async function T(t){let i=t.text;if(typeof i=="function"){let s=await i.call(t).catch(()=>"");return {text:s,payload:w(s)}}let n=await t.json().catch(()=>({}));return {text:JSON.stringify(n),payload:n&&typeof n=="object"?n:{}}}function I(t){let i=t?.trim().toLowerCase()??"";if(!i)return "";if(!/^[a-z0-9][a-z0-9-]{0,47}$/.test(i))throw new Error("sandboxAppId must be 1-48 lowercase letters, numbers, or dashes.");return i}function $(t,i){let n=t.trim(),s=I(i);return s?`${n}::sandbox::${s}`:n}var W=f,K=f;
|
|
2
|
+
export{A as a,N as b,E as c,L as d,f as e,$ as f,W as g,K as h};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import {a as a$1,A}from'./chunk-EQ5BQO3B.js';import {a as a$2}from'./chunk-RZPWE4WH.js';import {h}from'./chunk-KPPJMTHP.js';import {s}from'./chunk-SY6YGCXA.js';var B=class c{static __wrap(t){let e=Object.create(c.prototype);return e.__wbg_ptr=t,tt.register(e,e.__wbg_ptr,e),e}__destroy_into_raw(){let t=this.__wbg_ptr;return this.__wbg_ptr=0,tt.unregister(this),t}free(){let t=this.__destroy_into_raw();n.__wbg_bistream_free(t,0);}get applicationCryptoWrapped(){return n.bistream_applicationCryptoWrapped(this.__wbg_ptr)!==0}get endpoint_id(){let t,e;try{let s=n.__wbindgen_add_to_stack_pointer(-16);n.bistream_endpoint_id(s,this.__wbg_ptr);var _=u().getInt32(s+0,!0),r=u().getInt32(s+4,!0);return t=_,e=r,v(_,r)}finally{n.__wbindgen_add_to_stack_pointer(16),n.__wbindgen_export4(t,e,1);}}finishSend(){let t=n.bistream_finishSend(this.__wbg_ptr);return p(t)}get recv(){let t=n.bistream_recv(this.__wbg_ptr);return p(t)}get send(){let t=n.bistream_send(this.__wbg_ptr);return p(t)}};Symbol.dispose&&(B.prototype[Symbol.dispose]=B.prototype.free);var N=class c{static __wrap(t){let e=Object.create(c.prototype);return e.__wbg_ptr=t,et.register(e,e.__wbg_ptr,e),e}__destroy_into_raw(){let t=this.__wbg_ptr;return this.__wbg_ptr=0,et.unregister(this),t}free(){let t=this.__destroy_into_raw();n.__wbg_intounderlyingsink_free(t,0);}abort(t){let e=this.__destroy_into_raw(),_=n.intounderlyingsink_abort(e,g(t));return p(_)}close(){let t=this.__destroy_into_raw(),e=n.intounderlyingsink_close(t);return p(e)}write(t){let e=n.intounderlyingsink_write(this.__wbg_ptr,g(t));return p(e)}};Symbol.dispose&&(N.prototype[Symbol.dispose]=N.prototype.free);var q=class c{static __wrap(t){let e=Object.create(c.prototype);return e.__wbg_ptr=t,nt.register(e,e.__wbg_ptr,e),e}__destroy_into_raw(){let t=this.__wbg_ptr;return this.__wbg_ptr=0,nt.unregister(this),t}free(){let t=this.__destroy_into_raw();n.__wbg_intounderlyingsource_free(t,0);}cancel(){let t=this.__destroy_into_raw();n.intounderlyingsource_cancel(t);}pull(t){let e=n.intounderlyingsource_pull(this.__wbg_ptr,g(t));return p(e)}};Symbol.dispose&&(q.prototype[Symbol.dispose]=q.prototype.free);var L=class c{static __wrap(t){let e=Object.create(c.prototype);return e.__wbg_ptr=t,_t.register(e,e.__wbg_ptr,e),e}__destroy_into_raw(){let t=this.__wbg_ptr;return this.__wbg_ptr=0,_t.unregister(this),t}free(){let t=this.__destroy_into_raw();n.__wbg_peerunistream_free(t,0);}get applicationCryptoWrapped(){return n.peerunistream_applicationCryptoWrapped(this.__wbg_ptr)!==0}finishSend(){let t=n.peerunistream_finishSend(this.__wbg_ptr);return p(t)}get writable(){let t=n.peerunistream_writable(this.__wbg_ptr);return p(t)}};Symbol.dispose&&(L.prototype[Symbol.dispose]=L.prototype.free);var C=class c{static __wrap(t){let e=Object.create(c.prototype);return e.__wbg_ptr=t,H.register(e,e.__wbg_ptr,e),e}__destroy_into_raw(){let t=this.__wbg_ptr;return this.__wbg_ptr=0,H.unregister(this),t}free(){let t=this.__destroy_into_raw();n.__wbg_wasmclient_free(t,0);}add_peer_scope(t,e){let _=a(t,n.__wbindgen_export,n.__wbindgen_export2),r=i,s=a(e,n.__wbindgen_export,n.__wbindgen_export2),b=i,w=n.wasmclient_add_peer_scope(this.__wbg_ptr,_,r,s,b);return p(w)}bind_connection_device_id(t,e){let _=a(t,n.__wbindgen_export,n.__wbindgen_export2),r=i,s=a(e,n.__wbindgen_export,n.__wbindgen_export2),b=i,w=n.wasmclient_bind_connection_device_id(this.__wbg_ptr,_,r,s,b);return p(w)}bind_node_device_id(t,e){let _=a(t,n.__wbindgen_export,n.__wbindgen_export2),r=i,s=a(e,n.__wbindgen_export,n.__wbindgen_export2),b=i,w=n.wasmclient_bind_node_device_id(this.__wbg_ptr,_,r,s,b);return p(w)}clearConnectionApplicationCryptoKey(t){let e=a(t,n.__wbindgen_export,n.__wbindgen_export2),_=i;n.wasmclient_clearConnectionApplicationCryptoKey(this.__wbg_ptr,e,_);}clear_session_tokens(){n.wasmclient_clear_session_tokens(this.__wbg_ptr);}confirm_inline_reciprocal_session_admission(t,e,_,r,s,b){let w=a(t,n.__wbindgen_export,n.__wbindgen_export2),d=i,m=a(_,n.__wbindgen_export,n.__wbindgen_export2),l=i,y=a(r,n.__wbindgen_export,n.__wbindgen_export2),h=i;var k=f(b)?0:a(b,n.__wbindgen_export,n.__wbindgen_export2),I=i;let A=n.wasmclient_confirm_inline_reciprocal_session_admission(this.__wbg_ptr,w,d,e,m,l,y,h,s,k,I);return p(A)}connect(t){let e=a(t,n.__wbindgen_export,n.__wbindgen_export2),_=i,r=n.wasmclient_connect(this.__wbg_ptr,e,_);return p(r)}connect_device(t,e){var _=f(t)?0:a(t,n.__wbindgen_export,n.__wbindgen_export2),r=i;let s=a(e,n.__wbindgen_export,n.__wbindgen_export2),b=i,w=n.wasmclient_connect_device(this.__wbg_ptr,_,r,s,b);return p(w)}connection_state(t){let e=a(t,n.__wbindgen_export,n.__wbindgen_export2),_=i,r=n.wasmclient_connection_state(this.__wbg_ptr,e,_);return p(r)}connection_states(){let t=n.wasmclient_connection_states(this.__wbg_ptr);return p(t)}create_room(t,e,_,r,s,b){let w=a(t,n.__wbindgen_export,n.__wbindgen_export2),d=i,m=a(e,n.__wbindgen_export,n.__wbindgen_export2),l=i,y=a(_,n.__wbindgen_export,n.__wbindgen_export2),h=i,k=a(r,n.__wbindgen_export,n.__wbindgen_export2),I=i,A=a(s,n.__wbindgen_export,n.__wbindgen_export2),O=i,V=n.wasmclient_create_room(this.__wbg_ptr,w,d,m,l,y,h,k,I,A,O,f(b)?Number.MAX_SAFE_INTEGER:b>>>0);return p(V)}create_session(t){let e=a(t,n.__wbindgen_export,n.__wbindgen_export2),_=i,r=n.wasmclient_create_session(this.__wbg_ptr,e,_);return p(r)}delete_device(t,e){let _=a(t,n.__wbindgen_export,n.__wbindgen_export2),r=i,s=a(e,n.__wbindgen_export,n.__wbindgen_export2),b=i,w=n.wasmclient_delete_device(this.__wbg_ptr,_,r,s,b);return p(w)}devices_with_status(t){let e=a(t,n.__wbindgen_export,n.__wbindgen_export2),_=i,r=n.wasmclient_devices_with_status(this.__wbg_ptr,e,_);return p(r)}disconnect(t){let e=a(t,n.__wbindgen_export,n.__wbindgen_export2),_=i,r=n.wasmclient_disconnect(this.__wbg_ptr,e,_);return p(r)}disconnect_device(t,e){let _=a(t,n.__wbindgen_export,n.__wbindgen_export2),r=i;var s=f(e)?0:a(e,n.__wbindgen_export,n.__wbindgen_export2),b=i;let w=n.wasmclient_disconnect_device(this.__wbg_ptr,_,r,s,b);return p(w)}disconnect_transient(t){let e=a(t,n.__wbindgen_export,n.__wbindgen_export2),_=i,r=n.wasmclient_disconnect_transient(this.__wbg_ptr,e,_);return p(r)}endpoint_id_from_ticket(t){let e,_;try{let l=n.__wbindgen_add_to_stack_pointer(-16),y=a(t,n.__wbindgen_export,n.__wbindgen_export2),h=i;n.wasmclient_endpoint_id_from_ticket(l,this.__wbg_ptr,y,h);var r=u().getInt32(l+0,!0),s=u().getInt32(l+4,!0),b=u().getInt32(l+8,!0),w=u().getInt32(l+12,!0),d=r,m=s;if(w)throw d=0,m=0,p(b);return e=d,_=m,v(d,m)}finally{n.__wbindgen_add_to_stack_pointer(16),n.__wbindgen_export4(e,_,1);}}endpoint_ticket(){let t=n.wasmclient_endpoint_ticket(this.__wbg_ptr);return p(t)}endpoint_ticket_with_token(t,e){let _=a(t,n.__wbindgen_export,n.__wbindgen_export2),r=i,s=n.wasmclient_endpoint_ticket_with_token(this.__wbg_ptr,_,r,e);return p(s)}force_reconnect_snapshot(){n.wasmclient_force_reconnect_snapshot(this.__wbg_ptr);}get_members(t,e,_){let r=a(t,n.__wbindgen_export,n.__wbindgen_export2),s=i,b=a(e,n.__wbindgen_export,n.__wbindgen_export2),w=i,d=a(_,n.__wbindgen_export,n.__wbindgen_export2),m=i,l=n.wasmclient_get_members(this.__wbg_ptr,r,s,b,w,d,m);return p(l)}heartbeat_tick(t,e,_){let r=a(t,n.__wbindgen_export,n.__wbindgen_export2),s=i,b=a(e,n.__wbindgen_export,n.__wbindgen_export2),w=i,d=a(_,n.__wbindgen_export,n.__wbindgen_export2),m=i,l=n.wasmclient_heartbeat_tick(this.__wbg_ptr,r,s,b,w,d,m);return p(l)}incoming_streams(){let t=n.wasmclient_incoming_streams(this.__wbg_ptr);return p(t)}initIrohWithTestRelay(t,e){var _=f(t)?0:W(t,n.__wbindgen_export),r=i,s=f(e)?0:a(e,n.__wbindgen_export,n.__wbindgen_export2),b=i;let w=n.wasmclient_initIrohWithTestRelay(this.__wbg_ptr,_,r,s,b);return p(w)}init_iroh(t){var e=f(t)?0:W(t,n.__wbindgen_export),_=i;let r=n.wasmclient_init_iroh(this.__wbg_ptr,e,_);return p(r)}iroh_path_kind(t){let e=a(t,n.__wbindgen_export,n.__wbindgen_export2),_=i,r=n.wasmclient_iroh_path_kind(this.__wbg_ptr,e,_);return p(r)}iroh_secret_key(){let t=n.wasmclient_iroh_secret_key(this.__wbg_ptr);return p(t)}iroh_transport_rtt_ms(t){let e=a(t,n.__wbindgen_export,n.__wbindgen_export2),_=i,r=n.wasmclient_iroh_transport_rtt_ms(this.__wbg_ptr,e,_);return p(r)}is_auto_connect_excluded(t){let e=a(t,n.__wbindgen_export,n.__wbindgen_export2),_=i;return n.wasmclient_is_auto_connect_excluded(this.__wbg_ptr,e,_)!==0}is_connected(t){let e=a(t,n.__wbindgen_export,n.__wbindgen_export2),_=i,r=n.wasmclient_is_connected(this.__wbg_ptr,e,_);return p(r)}is_current_transport_stable_id(t,e){let _=a(t,n.__wbindgen_export,n.__wbindgen_export2),r=i,s=n.wasmclient_is_current_transport_stable_id(this.__wbg_ptr,_,r,e);return p(s)}join_room(t,e,_,r,s){let b=a(t,n.__wbindgen_export,n.__wbindgen_export2),w=i,d=a(e,n.__wbindgen_export,n.__wbindgen_export2),m=i,l=a(_,n.__wbindgen_export,n.__wbindgen_export2),y=i,h=a(r,n.__wbindgen_export,n.__wbindgen_export2),k=i,I=a(s,n.__wbindgen_export,n.__wbindgen_export2),A=i,O=n.wasmclient_join_room(this.__wbg_ptr,b,w,d,m,l,y,h,k,I,A);return p(O)}leave_room(t,e,_){let r=a(t,n.__wbindgen_export,n.__wbindgen_export2),s=i,b=a(e,n.__wbindgen_export,n.__wbindgen_export2),w=i,d=a(_,n.__wbindgen_export,n.__wbindgen_export2),m=i,l=n.wasmclient_leave_room(this.__wbg_ptr,r,s,b,w,d,m);return p(l)}list_managed_connections(){let t=n.wasmclient_list_managed_connections(this.__wbg_ptr);return p(t)}constructor(t,e){try{let b=n.__wbindgen_add_to_stack_pointer(-16),w=a(t,n.__wbindgen_export,n.__wbindgen_export2),d=i,m=a(e,n.__wbindgen_export,n.__wbindgen_export2),l=i;n.wasmclient_new(b,w,d,m,l);var _=u().getInt32(b+0,!0),r=u().getInt32(b+4,!0),s=u().getInt32(b+8,!0);if(s)throw p(r);return this.__wbg_ptr=_,H.register(this,this.__wbg_ptr,this),this}finally{n.__wbindgen_add_to_stack_pointer(16);}}static newWithAppTag(t,e){try{let b=n.__wbindgen_add_to_stack_pointer(-16),w=a(t,n.__wbindgen_export,n.__wbindgen_export2),d=i,m=a(e,n.__wbindgen_export,n.__wbindgen_export2),l=i;n.wasmclient_newWithAppTag(b,w,d,m,l);var _=u().getInt32(b+0,!0),r=u().getInt32(b+4,!0),s=u().getInt32(b+8,!0);if(s)throw p(r);return c.__wrap(_)}finally{n.__wbindgen_add_to_stack_pointer(16);}}node_addr(){let t=n.wasmclient_node_addr(this.__wbg_ptr);return p(t)}open_bi(t){let e=a(t,n.__wbindgen_export,n.__wbindgen_export2),_=i,r=n.wasmclient_open_bi(this.__wbg_ptr,e,_);return p(r)}open_native_main_control_bi(t){let e=a(t,n.__wbindgen_export,n.__wbindgen_export2),_=i,r=n.wasmclient_open_native_main_control_bi(this.__wbg_ptr,e,_);return p(r)}open_peer_bi(t,e){let _=a(t,n.__wbindgen_export,n.__wbindgen_export2),r=i,s=n.wasmclient_open_peer_bi(this.__wbg_ptr,_,r,f(e)?Number.MAX_SAFE_INTEGER:e>>>0);return p(s)}open_peer_bi_explicit_file_sender(t,e){let _=a(t,n.__wbindgen_export,n.__wbindgen_export2),r=i,s=n.wasmclient_open_peer_bi_explicit_file_sender(this.__wbg_ptr,_,r,f(e)?Number.MAX_SAFE_INTEGER:e>>>0);return p(s)}open_peer_bi_transport_only(t,e){let _=a(t,n.__wbindgen_export,n.__wbindgen_export2),r=i,s=n.wasmclient_open_peer_bi_transport_only(this.__wbg_ptr,_,r,f(e)?Number.MAX_SAFE_INTEGER:e>>>0);return p(s)}open_peer_native_bi(t,e,_){let r=a(t,n.__wbindgen_export,n.__wbindgen_export2),s=i,b=a(e,n.__wbindgen_export,n.__wbindgen_export2),w=i,d=n.wasmclient_open_peer_native_bi(this.__wbg_ptr,r,s,b,w,f(_)?Number.MAX_SAFE_INTEGER:_>>>0);return p(d)}open_peer_uni(t,e){let _=a(t,n.__wbindgen_export,n.__wbindgen_export2),r=i,s=n.wasmclient_open_peer_uni(this.__wbg_ptr,_,r,f(e)?Number.MAX_SAFE_INTEGER:e>>>0);return p(s)}open_uni(t){let e=a(t,n.__wbindgen_export,n.__wbindgen_export2),_=i,r=n.wasmclient_open_uni(this.__wbg_ptr,e,_);return p(r)}peer_scopes(t){let e=a(t,n.__wbindgen_export,n.__wbindgen_export2),_=i,r=n.wasmclient_peer_scopes(this.__wbg_ptr,e,_);return p(r)}peer_session(t){let e=a(t,n.__wbindgen_export,n.__wbindgen_export2),_=i,r=n.wasmclient_peer_session(this.__wbg_ptr,e,_);return p(r)}peer_sessions(){let t=n.wasmclient_peer_sessions(this.__wbg_ptr);return p(t)}peer_snapshot(t){let e=a(t,n.__wbindgen_export,n.__wbindgen_export2),_=i,r=n.wasmclient_peer_snapshot(this.__wbg_ptr,e,_);return p(r)}prepare_inline_reciprocal_session_admission(t,e,_,r,s,b,w,d){let m=a(t,n.__wbindgen_export,n.__wbindgen_export2),l=i,y=a(_,n.__wbindgen_export,n.__wbindgen_export2),h=i,k=a(r,n.__wbindgen_export,n.__wbindgen_export2),I=i,A=a(s,n.__wbindgen_export,n.__wbindgen_export2),O=i,V=a(b,n.__wbindgen_export,n.__wbindgen_export2),ct=i,at=a(w,n.__wbindgen_export,n.__wbindgen_export2),bt=i,pt=a(d,n.__wbindgen_export,n.__wbindgen_export2),wt=i,gt=n.wasmclient_prepare_inline_reciprocal_session_admission(this.__wbg_ptr,m,l,e,y,h,k,I,A,O,V,ct,at,bt,pt,wt);return p(gt)}present_session_token_to_host(t,e){let _=a(t,n.__wbindgen_export,n.__wbindgen_export2),r=i,s=a(e,n.__wbindgen_export,n.__wbindgen_export2),b=i,w=n.wasmclient_present_session_token_to_host(this.__wbg_ptr,_,r,s,b);return p(w)}present_session_token_to_host_with_payload(t,e,_){let r=a(t,n.__wbindgen_export,n.__wbindgen_export2),s=i,b=a(e,n.__wbindgen_export,n.__wbindgen_export2),w=i;var d=f(_)?0:a(_,n.__wbindgen_export,n.__wbindgen_export2),m=i;let l=n.wasmclient_present_session_token_to_host_with_payload(this.__wbg_ptr,r,s,b,w,d,m);return p(l)}present_session_token_to_host_with_payload_and_device_id(t,e,_,r){let s=a(t,n.__wbindgen_export,n.__wbindgen_export2),b=i,w=a(e,n.__wbindgen_export,n.__wbindgen_export2),d=i;var m=f(_)?0:a(_,n.__wbindgen_export,n.__wbindgen_export2),l=i,y=f(r)?0:a(r,n.__wbindgen_export,n.__wbindgen_export2),h=i;let k=n.wasmclient_present_session_token_to_host_with_payload_and_device_id(this.__wbg_ptr,s,b,w,d,m,l,y,h);return p(k)}rankRoutes(t,e){try{let b=n.__wbindgen_add_to_stack_pointer(-16),w=ot(t,n.__wbindgen_export),d=i,m=ot(e,n.__wbindgen_export),l=i;n.wasmclient_rankRoutes(b,this.__wbg_ptr,w,d,m,l);var _=u().getInt32(b+0,!0),r=u().getInt32(b+4,!0),s=Ct(_,r).slice();return n.__wbindgen_export4(_,r*4,4),s}finally{n.__wbindgen_add_to_stack_pointer(16);}}register_session_token(t,e,_){let r=a(t,n.__wbindgen_export,n.__wbindgen_export2),s=i,b=a(e,n.__wbindgen_export,n.__wbindgen_export2),w=i;n.wasmclient_register_session_token(this.__wbg_ptr,r,s,b,w,_);}register_session_token_with_expiry_ms(t,e,_,r){let s=a(t,n.__wbindgen_export,n.__wbindgen_export2),b=i,w=a(e,n.__wbindgen_export,n.__wbindgen_export2),d=i;n.wasmclient_register_session_token_with_expiry_ms(this.__wbg_ptr,s,b,w,d,_,r);}reject_connection_admission(t,e){let _=a(t,n.__wbindgen_export,n.__wbindgen_export2),r=i,s=a(e,n.__wbindgen_export,n.__wbindgen_export2),b=i,w=n.wasmclient_reject_connection_admission(this.__wbg_ptr,_,r,s,b);return p(w)}release_peer_scope(t,e){let _=a(t,n.__wbindgen_export,n.__wbindgen_export2),r=i;var s=f(e)?0:a(e,n.__wbindgen_export,n.__wbindgen_export2),b=i;let w=n.wasmclient_release_peer_scope(this.__wbg_ptr,_,r,s,b);return p(w)}remote_session_admission_ready_for_ticket(t){let e=a(t,n.__wbindgen_export,n.__wbindgen_export2),_=i,r=n.wasmclient_remote_session_admission_ready_for_ticket(this.__wbg_ptr,e,_);return p(r)}report_managed_connection_settled(t,e,_,r,s,b){let w=a(t,n.__wbindgen_export,n.__wbindgen_export2),d=i;var m=f(_)?0:a(_,n.__wbindgen_export,n.__wbindgen_export2),l=i;let y=n.wasmclient_report_managed_connection_settled(this.__wbg_ptr,w,d,e,m,l,!f(r),f(r)?BigInt(0):r,!f(s),f(s)?BigInt(0):s,!f(b),f(b)?BigInt(0):b);return p(y)}report_transport_status(t,e,_,r,s,b){let w=a(t,n.__wbindgen_export,n.__wbindgen_export2),d=i,m=a(e,n.__wbindgen_export,n.__wbindgen_export2),l=i;var y=f(_)?0:a(_,n.__wbindgen_export,n.__wbindgen_export2),h=i;let k=n.wasmclient_report_transport_status(this.__wbg_ptr,w,d,m,l,y,h,!f(r),f(r)?BigInt(0):r,!f(s),f(s)?BigInt(0):s,!f(b),f(b)?BigInt(0):b);return p(k)}resolve_peer_connection_records(t){let e=a(t,n.__wbindgen_export,n.__wbindgen_export2),_=i,r=n.wasmclient_resolve_peer_connection_records(this.__wbg_ptr,e,_);return p(r)}revoke_session_token(t){try{let s=n.__wbindgen_add_to_stack_pointer(-16),b=a(t,n.__wbindgen_export,n.__wbindgen_export2),w=i;n.wasmclient_revoke_session_token(s,this.__wbg_ptr,b,w);var e=u().getInt32(s+0,!0),_=u().getInt32(s+4,!0),r=u().getInt32(s+8,!0);if(r)throw p(_);return p(e)}finally{n.__wbindgen_add_to_stack_pointer(16);}}revoke_tokens_by_scope(t){let e=a(t,n.__wbindgen_export,n.__wbindgen_export2),_=i,r=n.wasmclient_revoke_tokens_by_scope(this.__wbg_ptr,e,_);return p(r)}runtime_policy(){try{let r=n.__wbindgen_add_to_stack_pointer(-16);n.wasmclient_runtime_policy(r,this.__wbg_ptr);var t=u().getInt32(r+0,!0),e=u().getInt32(r+4,!0),_=u().getInt32(r+8,!0);if(_)throw p(e);return p(t)}finally{n.__wbindgen_add_to_stack_pointer(16);}}same_peer(t,e){let _=a(t,n.__wbindgen_export,n.__wbindgen_export2),r=i,s=a(e,n.__wbindgen_export,n.__wbindgen_export2),b=i,w=n.wasmclient_same_peer(this.__wbg_ptr,_,r,s,b);return p(w)}search_devices(t){let e=a(t,n.__wbindgen_export,n.__wbindgen_export2),_=i,r=n.wasmclient_search_devices(this.__wbg_ptr,e,_);return p(r)}send_message(t,e,_,r){let s=a(t,n.__wbindgen_export,n.__wbindgen_export2),b=i,w=a(e,n.__wbindgen_export,n.__wbindgen_export2),d=i;var m=f(_)?0:a(_,n.__wbindgen_export,n.__wbindgen_export2),l=i,y=f(r)?0:a(r,n.__wbindgen_export,n.__wbindgen_export2),h=i;let k=n.wasmclient_send_message(this.__wbg_ptr,s,b,w,d,m,l,y,h);return p(k)}send_peer(t,e){let _=a(t,n.__wbindgen_export,n.__wbindgen_export2),r=i,s=W(e,n.__wbindgen_export),b=i,w=n.wasmclient_send_peer(this.__wbg_ptr,_,r,s,b);return p(w)}send_peer_application_frame(t,e,_){let r=a(t,n.__wbindgen_export,n.__wbindgen_export2),s=i,b=W(e,n.__wbindgen_export),w=i,d=n.wasmclient_send_peer_application_frame(this.__wbg_ptr,r,s,b,w,f(_)?Number.MAX_SAFE_INTEGER:_>>>0);return p(d)}setConnectionApplicationCryptoKey(t,e){let _=a(t,n.__wbindgen_export,n.__wbindgen_export2),r=i,s=W(e,n.__wbindgen_export),b=i,w=n.wasmclient_setConnectionApplicationCryptoKey(this.__wbg_ptr,_,r,s,b);return p(w)}setConnectionApplicationCryptoRequired(t){try{let r=n.__wbindgen_add_to_stack_pointer(-16),s=a(t,n.__wbindgen_export,n.__wbindgen_export2),b=i;n.wasmclient_setConnectionApplicationCryptoRequired(r,this.__wbg_ptr,s,b);var e=u().getInt32(r+0,!0),_=u().getInt32(r+4,!0);if(_)throw p(e)}finally{n.__wbindgen_add_to_stack_pointer(16);}}set_auth_token(t){var e=f(t)?0:a(t,n.__wbindgen_export,n.__wbindgen_export2),_=i;n.wasmclient_set_auth_token(this.__wbg_ptr,e,_);}set_auto_connect_excluded(t,e){let _=a(t,n.__wbindgen_export,n.__wbindgen_export2),r=i,s=n.wasmclient_set_auto_connect_excluded(this.__wbg_ptr,_,r,e);return p(s)}set_offline(t){let e=a(t,n.__wbindgen_export,n.__wbindgen_export2),_=i,r=n.wasmclient_set_offline(this.__wbg_ptr,e,_);return p(r)}start_auto_connect(t,e){try{let s=n.__wbindgen_add_to_stack_pointer(-16),b=a(t,n.__wbindgen_export,n.__wbindgen_export2),w=i,d=a(e,n.__wbindgen_export,n.__wbindgen_export2),m=i;n.wasmclient_start_auto_connect(s,this.__wbg_ptr,b,w,d,m);var _=u().getInt32(s+0,!0),r=u().getInt32(s+4,!0);if(r)throw p(_)}finally{n.__wbindgen_add_to_stack_pointer(16);}}start_presence_loop(t,e,_,r){let s=a(t,n.__wbindgen_export,n.__wbindgen_export2),b=i,w=a(e,n.__wbindgen_export,n.__wbindgen_export2),d=i,m=a(_,n.__wbindgen_export,n.__wbindgen_export2),l=i;var y=f(r)?0:a(r,n.__wbindgen_export,n.__wbindgen_export2),h=i;n.wasmclient_start_presence_loop(this.__wbg_ptr,s,b,w,d,m,l,y,h);}stop_auth_scoped_activity(){n.wasmclient_stop_auth_scoped_activity(this.__wbg_ptr);}stop_auto_connect(){n.wasmclient_stop_auto_connect(this.__wbg_ptr);}stop_presence_loop(){n.wasmclient_stop_presence_loop(this.__wbg_ptr);}submit_browser_desired_peers(t,e){try{let b=n.__wbindgen_add_to_stack_pointer(-16),w=a(e,n.__wbindgen_export,n.__wbindgen_export2),d=i;n.wasmclient_submit_browser_desired_peers(b,this.__wbg_ptr,t,w,d);var _=u().getInt32(b+0,!0),r=u().getInt32(b+4,!0),s=u().getInt32(b+8,!0);if(s)throw p(r);return _!==0}finally{n.__wbindgen_add_to_stack_pointer(16);}}update_device(t,e,_,r,s){let b=a(t,n.__wbindgen_export,n.__wbindgen_export2),w=i,d=a(e,n.__wbindgen_export,n.__wbindgen_export2),m=i;var l=f(_)?0:a(_,n.__wbindgen_export,n.__wbindgen_export2),y=i,h=f(s)?0:a(s,n.__wbindgen_export,n.__wbindgen_export2),k=i;let I=n.wasmclient_update_device(this.__wbg_ptr,b,w,d,m,l,y,f(r)?0:g(r),h,k);return p(I)}update_presence(t,e,_,r,s){let b=a(t,n.__wbindgen_export,n.__wbindgen_export2),w=i,d=a(e,n.__wbindgen_export,n.__wbindgen_export2),m=i,l=a(_,n.__wbindgen_export,n.__wbindgen_export2),y=i;var h=f(r)?0:a(r,n.__wbindgen_export,n.__wbindgen_export2),k=i;let I=n.wasmclient_update_presence(this.__wbg_ptr,b,w,d,m,l,y,h,k,!f(s),f(s)?BigInt(0):s);return p(I)}update_session(t,e){let _=a(t,n.__wbindgen_export,n.__wbindgen_export2),r=i,s=a(e,n.__wbindgen_export,n.__wbindgen_export2),b=i,w=n.wasmclient_update_session(this.__wbg_ptr,_,r,s,b);return p(w)}validate_session_token(t){let e,_;try{let l=n.__wbindgen_add_to_stack_pointer(-16),y=a(t,n.__wbindgen_export,n.__wbindgen_export2),h=i;n.wasmclient_validate_session_token(l,this.__wbg_ptr,y,h);var r=u().getInt32(l+0,!0),s=u().getInt32(l+4,!0),b=u().getInt32(l+8,!0),w=u().getInt32(l+12,!0),d=r,m=s;if(w)throw d=0,m=0,p(b);return e=d,_=m,v(d,m)}finally{n.__wbindgen_add_to_stack_pointer(16),n.__wbindgen_export4(e,_,1);}}validate_session_token_for_connection(t,e){let _=a(t,n.__wbindgen_export,n.__wbindgen_export2),r=i,s=a(e,n.__wbindgen_export,n.__wbindgen_export2),b=i,w=n.wasmclient_validate_session_token_for_connection(this.__wbg_ptr,_,r,s,b);return p(w)}validate_session_token_for_connection_with_payload(t,e,_){let r=a(t,n.__wbindgen_export,n.__wbindgen_export2),s=i,b=a(e,n.__wbindgen_export,n.__wbindgen_export2),w=i;var d=f(_)?0:a(_,n.__wbindgen_export,n.__wbindgen_export2),m=i;let l=n.wasmclient_validate_session_token_for_connection_with_payload(this.__wbg_ptr,r,s,b,w,d,m);return p(l)}wait_for_settled_peer(t,e){let _=a(t,n.__wbindgen_export,n.__wbindgen_export2),r=i,s=n.wasmclient_wait_for_settled_peer(this.__wbg_ptr,_,r,f(e)?Number.MAX_SAFE_INTEGER:e>>>0);return p(s)}wake_browser_auto_connect(){return n.wasmclient_wake_browser_auto_connect(this.__wbg_ptr)!==0}};Symbol.dispose&&(C.prototype[Symbol.dispose]=C.prototype.free);function it(){n.start();}function dt(){return {__proto__:null,"./openrtc_bg.js":{__proto__:null,__wbg_Error_9dc85fe1bc224456:function(t,e){let _=Error(v(t,e));return g(_)},__wbg_String_8564e559799eccda:function(t,e){let _=String(o(e)),r=a(_,n.__wbindgen_export,n.__wbindgen_export2),s=i;u().setInt32(t+4,s,true),u().setInt32(t+0,r,true);},__wbg___wbindgen_boolean_get_b131b2f36d6b2f55:function(t){let e=o(t),_=typeof e=="boolean"?e:void 0;return f(_)?16777215:_?1:0},__wbg___wbindgen_debug_string_56c147eb1a51f0c4:function(t,e){let _=J(o(e)),r=a(_,n.__wbindgen_export,n.__wbindgen_export2),s=i;u().setInt32(t+4,s,true),u().setInt32(t+0,r,true);},__wbg___wbindgen_in_ce8569b2fc6f5088:function(t,e){return o(t)in o(e)},__wbg___wbindgen_is_function_147961669f068cd4:function(t){return typeof o(t)=="function"},__wbg___wbindgen_is_null_ced4761460071341:function(t){return o(t)===null},__wbg___wbindgen_is_object_3a2c414391dbf751:function(t){let e=o(t);return typeof e=="object"&&e!==null},__wbg___wbindgen_is_string_6541b0f6ecd4e8e5:function(t){return typeof o(t)=="string"},__wbg___wbindgen_is_undefined_4410e3c20a99fa97:function(t){return o(t)===void 0},__wbg___wbindgen_jsval_eq_174c93ec61bab0c5:function(t,e){return o(t)===o(e)},__wbg___wbindgen_jsval_loose_eq_e07e3b1f5db6da6c:function(t,e){return o(t)==o(e)},__wbg___wbindgen_number_get_588ed6b97f0d7e14:function(t,e){let _=o(e),r=typeof _=="number"?_:void 0;u().setFloat64(t+8,f(r)?0:r,true),u().setInt32(t+0,!f(r),true);},__wbg___wbindgen_string_get_fa2687d531ed17a5:function(t,e){let _=o(e),r=typeof _=="string"?_:void 0;var s=f(r)?0:a(r,n.__wbindgen_export,n.__wbindgen_export2),b=i;u().setInt32(t+4,b,true),u().setInt32(t+0,s,true);},__wbg___wbindgen_throw_bbadd78c1bac3a77:function(t,e){throw new Error(v(t,e))},__wbg__wbg_cb_unref_c2301a3c9b78104b:function(t){o(t)._wbg_cb_unref();},__wbg_abort_56c00f462c9261d9:function(t,e){o(t).abort(o(e));},__wbg_abort_f2416f4a9852003e:function(t){o(t).abort();},__wbg_addEventListener_b635263c509aa7de:function(){return x(function(t,e,_,r){o(t).addEventListener(v(e,_),o(r));},arguments)},__wbg_append_c5a0c94a6a73b22e:function(){return x(function(t,e,_,r,s){o(t).append(v(e,_),v(r,s));},arguments)},__wbg_arrayBuffer_cc7704fa158b907a:function(){return x(function(t){let e=o(t).arrayBuffer();return g(e)},arguments)},__wbg_bistream_new:function(t){let e=B.__wrap(t);return g(e)},__wbg_body_442a47f02322d7b0:function(t){let e=o(t).body;return f(e)?0:g(e)},__wbg_buffer_8524b3453cde4918:function(t){let e=o(t).buffer;return g(e)},__wbg_byobRequest_cc72d210de793e64:function(t){let e=o(t).byobRequest;return f(e)?0:g(e)},__wbg_byteLength_96807b1d9ab24a4c:function(t){return o(t).byteLength},__wbg_byteOffset_a9c7002428843c41:function(t){return o(t).byteOffset},__wbg_call_ec09a4cf93377d3a:function(){return x(function(t,e,_){let r=o(t).call(o(e),o(_));return g(r)},arguments)},__wbg_cancel_f3a197b26dc88b39:function(t){let e=o(t).cancel();return g(e)},__wbg_catch_66060324c27be6f7:function(t,e){let _=o(t).catch(o(e));return g(_)},__wbg_clearTimeout_113b1cde814ec762:function(t){let e=clearTimeout(p(t));return g(e)},__wbg_clearTimeout_333bba87532ab9d3:function(t){let e=clearTimeout(p(t));return g(e)},__wbg_clearTimeout_47a40e3be01ed7a3:function(){return x(function(t,e){o(t).clearTimeout(p(e));},arguments)},__wbg_close_296263cfe1bb2999:function(){return x(function(t){o(t).close();},arguments)},__wbg_close_388d99468213b286:function(){return x(function(t){o(t).close();},arguments)},__wbg_close_4857e22d08b71356:function(){return x(function(t){o(t).close();},arguments)},__wbg_code_1cda2855fcd9b009:function(t){return o(t).code},__wbg_code_70beb7b22374d55e:function(t){return o(t).code},__wbg_createDataChannel_122bd3d8aacee49b:function(t,e,_){let r=o(t).createDataChannel(v(e,_));return g(r)},__wbg_crypto_38df2bab126b63dc:function(t){let e=o(t).crypto;return g(e)},__wbg_data_8a04443c1e5a8cd3:function(t){let e=o(t).data;return g(e)},__wbg_dispatchEvent_cc62a6a43d28b01c:function(){return x(function(t,e){return o(t).dispatchEvent(o(e))},arguments)},__wbg_done_6a8439e544ec6206:function(t){return o(t).done},__wbg_enqueue_bbeb09ba0b140f76:function(){return x(function(t,e){o(t).enqueue(o(e));},arguments)},__wbg_entries_4e00eefd3fd54cf1:function(t){let e=o(t).entries();return g(e)},__wbg_error_6651fee1c71e5da9:function(t){console.error(o(t));},__wbg_error_a6fa202b58aa1cd3:function(t,e){let _,r;try{_=t,r=e,console.error(v(t,e));}finally{n.__wbindgen_export4(_,r,1);}},__wbg_fetch_074561c3e313c86f:function(t){let e=fetch(o(t));return g(e)},__wbg_fetch_22858a12fcf93152:function(t,e){let _=o(t).fetch(o(e));return g(_)},__wbg_getRandomValues_76dfc69825c9c552:function(){return x(function(t,e){globalThis.crypto.getRandomValues(F(t,e));},arguments)},__wbg_getRandomValues_c44a50d8cfdaebeb:function(){return x(function(t,e){o(t).getRandomValues(o(e));},arguments)},__wbg_getReader_9facd4f899beac89:function(){return x(function(t){let e=o(t).getReader();return g(e)},arguments)},__wbg_get_4b90d6d8c5deb5d5:function(t,e){let _=o(t)[e>>>0];return g(_)},__wbg_get_52a8a619f7b88df6:function(){return x(function(t,e){let _=Reflect.get(o(t),o(e));return g(_)},arguments)},__wbg_get_done_c21b9933fc9a9e9c:function(t){let e=o(t).done;return f(e)?16777215:e?1:0},__wbg_get_value_ad568c7d3db9073f:function(t){let e=o(t).value;return g(e)},__wbg_get_with_ref_key_6412cf3094599694:function(t,e){let _=o(t)[o(e)];return g(_)},__wbg_has_14676d88c1340d2c:function(){return x(function(t,e){return Reflect.has(o(t),o(e))},arguments)},__wbg_headers_5b19cf40627ae54d:function(t){let e=o(t).headers;return g(e)},__wbg_info_a2b5f8a5dae8b26c:function(t){console.info(o(t));},__wbg_instanceof_ArrayBuffer_a581da923203f29f:function(t){let e;try{e=o(t)instanceof ArrayBuffer;}catch{e=false;}return e},__wbg_instanceof_Blob_5c4e145be35f9b1e:function(t){let e;try{e=o(t)instanceof Blob;}catch{e=false;}return e},__wbg_instanceof_Response_36a65a969abaa7c6:function(t){let e;try{e=o(t)instanceof Response;}catch{e=false;}return e},__wbg_instanceof_Uint8Array_b6fe1ac89eba107e:function(t){let e;try{e=o(t)instanceof Uint8Array;}catch{e=false;}return e},__wbg_instanceof_Window_9e0fe7d3d1ff4342:function(t){let e;try{e=o(t)instanceof Window;}catch{e=false;}return e},__wbg_isArray_139f48e3c057ede8:function(t){return Array.isArray(o(t))},__wbg_length_68a9d5278d084f4f:function(t){return o(t).length},__wbg_log_6614a4effdb4e983:function(t){console.log(o(t));},__wbg_message_12958526424a887b:function(t,e){let _=o(e).message,r=a(_,n.__wbindgen_export,n.__wbindgen_export2),s=i;u().setInt32(t+4,s,true),u().setInt32(t+0,r,true);},__wbg_msCrypto_bd5a034af96bcba6:function(t){let e=o(t).msCrypto;return g(e)},__wbg_new_0b303268aa395a38:function(){let t=new Array;return g(t)},__wbg_new_189262ff31890c23:function(){return x(function(){let t=new Headers;return g(t)},arguments)},__wbg_new_20b778a4c5c691c3:function(){let t=new Object;return g(t)},__wbg_new_227d7c05414eb861:function(){let t=new Error;return g(t)},__wbg_new_24739629d416f982:function(){return x(function(){let t=new AbortController;return g(t)},arguments)},__wbg_new_5fae30e6b23db8df:function(t,e){let _=new Error(v(t,e));return g(_)},__wbg_new_883c0db065f06efd:function(){return g(new Map)},__wbg_new_a3e5112401a82338:function(){return x(function(t,e){let _=new WebSocket(v(t,e));return g(_)},arguments)},__wbg_new_b06772b280cc6e52:function(t){let e=new Uint8Array(o(t));return g(e)},__wbg_new_from_slice_bb2d1778c0b87eb1:function(t,e){let _=new Uint8Array(F(t,e));return g(_)},__wbg_new_typed_90c3f6c29ba36d19:function(t,e){try{var _={a:t,b:e},r=(b,w)=>{let d=_.a;_.a=0;try{return kt(d,_.b,b,w)}finally{_.a=d;}};let s=new Promise(r);return g(s)}finally{_.a=0;}},__wbg_new_with_byte_offset_and_length_9e1e664fe1a5d385:function(t,e,_){let r=new Uint8Array(o(t),e>>>0,_>>>0);return g(r)},__wbg_new_with_configuration_3a96aa953ca17197:function(){return x(function(t){let e=new RTCPeerConnection(o(t));return g(e)},arguments)},__wbg_new_with_event_init_dict_bd850674488710b1:function(){return x(function(t,e,_){let r=new CustomEvent(v(t,e),o(_));return g(r)},arguments)},__wbg_new_with_into_underlying_sink_2596343f9b6c8e58:function(t){let e=new WritableStream(N.__wrap(t));return g(e)},__wbg_new_with_into_underlying_source_fd904252f385f59c:function(t,e){let _=new ReadableStream(q.__wrap(t),p(e));return g(_)},__wbg_new_with_length_4b57a7a5dc67221c:function(t){let e=new Uint8Array(t>>>0);return g(e)},__wbg_new_with_str_and_init_df876572184fe639:function(){return x(function(t,e,_){let r=new Request(v(t,e),o(_));return g(r)},arguments)},__wbg_new_with_str_sequence_505a4829cc247e79:function(){return x(function(t,e,_){let r=new WebSocket(v(t,e),o(_));return g(r)},arguments)},__wbg_next_8cb028b6ba50743f:function(){return x(function(t){let e=o(t).next();return g(e)},arguments)},__wbg_node_84ea875411254db1:function(t){let e=o(t).node;return g(e)},__wbg_now_bce4dc999095ea77:function(){return Date.now()},__wbg_now_e7c6795a7f81e10f:function(t){return o(t).now()},__wbg_parse_a5c06e19bc1187fd:function(t,e){return Date.parse(v(t,e))},__wbg_peerunistream_new:function(t){let e=L.__wrap(t);return g(e)},__wbg_performance_3fcf6e32a7e1ed0a:function(t){let e=o(t).performance;return g(e)},__wbg_process_44c7a14e11e9f69e:function(t){let e=o(t).process;return g(e)},__wbg_protocol_28aaef5ea42981d6:function(t,e){let _=o(e).protocol,r=a(_,n.__wbindgen_export,n.__wbindgen_export2),s=i;u().setInt32(t+4,s,true),u().setInt32(t+0,r,true);},__wbg_prototypesetcall_956c7493c68e29b4:function(t,e,_){Uint8Array.prototype.set.call(F(t,e),o(_));},__wbg_push_ceb8ef046afb2041:function(t,e){return o(t).push(o(e))},__wbg_queueMicrotask_4698f900840e3286:function(t){queueMicrotask(o(t));},__wbg_queueMicrotask_477a5533c7100338:function(t){let e=o(t).queueMicrotask;return g(e)},__wbg_randomFillSync_6c25eac9869eb53c:function(){return x(function(t,e){o(t).randomFillSync(p(e));},arguments)},__wbg_read_8426c146431f2905:function(t){let e=o(t).read();return g(e)},__wbg_readyState_25243ad6ce649774:function(t){return o(t).readyState},__wbg_reason_4ec455bac79b33ce:function(t,e){let _=o(e).reason,r=a(_,n.__wbindgen_export,n.__wbindgen_export2),s=i;u().setInt32(t+4,s,true),u().setInt32(t+0,r,true);},__wbg_releaseLock_188846ef719acb10:function(t){o(t).releaseLock();},__wbg_removeEventListener_016c1d24523b4730:function(){return x(function(t,e,_,r){o(t).removeEventListener(v(e,_),o(r));},arguments)},__wbg_require_b4edbdcf3e2a1ef0:function(){return x(function(){let t=module.require;return g(t)},arguments)},__wbg_resolve_0183de2e8c6b1d54:function(t){let e=Promise.resolve(o(t));return g(e)},__wbg_respond_3cdb4cf32683fd79:function(){return x(function(t,e){o(t).respond(e>>>0);},arguments)},__wbg_send_99d049cae69c53cc:function(){return x(function(t,e,_){o(t).send(F(e,_));},arguments)},__wbg_send_bac9d3dc4f21ef28:function(){return x(function(t,e,_){o(t).send(v(e,_));},arguments)},__wbg_setTimeout_3a808dd861dd3c12:function(t,e){let _=setTimeout(o(t),e);return g(_)},__wbg_setTimeout_6613a51400c1bf9f:function(){return x(function(t,e,_){let r=o(t).setTimeout(p(e),_);return g(r)},arguments)},__wbg_setTimeout_ef24d2fc3ad97385:function(){return x(function(t,e){let _=setTimeout(o(t),e);return g(_)},arguments)},__wbg_set_5f806304fb633ab3:function(t,e,_){let r=o(t).set(o(e),o(_));return g(r)},__wbg_set_6be42768c690e380:function(t,e,_){o(t)[p(e)]=p(_);},__wbg_set_86698c227e5b9dad:function(t,e,_){o(t).set(F(e,_));},__wbg_set_a6ba3ac0e634b822:function(){return x(function(t,e,_){return Reflect.set(o(t),o(e),o(_))},arguments)},__wbg_set_binaryType_8c2dd2cf1cfc2e28:function(t,e){o(t).binaryType=It[e];},__wbg_set_body_d1153b16a2b95ca1:function(t,e){o(t).body=o(e);},__wbg_set_cache_5a01a8b5e6ca6cf2:function(t,e){o(t).cache=At[e];},__wbg_set_credentials_e9120ed88b1fc0b8:function(t,e){o(t).credentials=Ft[e];},__wbg_set_da33c120a6584674:function(t,e,_){o(t)[e>>>0]=p(_);},__wbg_set_detail_c7af5edea934390b:function(t,e){o(t).detail=o(e);},__wbg_set_handle_event_6147c38b782c7b42:function(t,e){o(t).handleEvent=o(e);},__wbg_set_headers_877ed41890d28af2:function(t,e){o(t).headers=o(e);},__wbg_set_high_water_mark_77da20c49668427d:function(t,e){o(t).highWaterMark=e;},__wbg_set_method_b4ede299b2064f37:function(t,e,_){o(t).method=v(e,_);},__wbg_set_mode_d6c2e1991aa963c6:function(t,e){o(t).mode=St[e];},__wbg_set_onclose_9cb5c3372e16c192:function(t,e){o(t).onclose=o(e);},__wbg_set_onerror_190fe67e911ebf28:function(t,e){o(t).onerror=o(e);},__wbg_set_onmessage_96337495f0bfb796:function(t,e){o(t).onmessage=o(e);},__wbg_set_onopen_3e2bf6b11d434c2d:function(t,e){o(t).onopen=o(e);},__wbg_set_signal_9022b5aa06a6ce5b:function(t,e){o(t).signal=o(e);},__wbg_signal_41dd1a8913cd0b7d:function(t){let e=o(t).signal;return g(e)},__wbg_stack_3b0d974bbf31e44f:function(t,e){let _=o(e).stack,r=a(_,n.__wbindgen_export,n.__wbindgen_export2),s=i;u().setInt32(t+4,s,true),u().setInt32(t+0,r,true);},__wbg_static_accessor_GLOBAL_60a4124bab7dcc9a:function(){let t=typeof global>"u"?null:global;return f(t)?0:g(t)},__wbg_static_accessor_GLOBAL_THIS_95ca6460658b5d13:function(){let t=typeof globalThis>"u"?null:globalThis;return f(t)?0:g(t)},__wbg_static_accessor_SELF_4c95f759a91e9aae:function(){let t=typeof self>"u"?null:self;return f(t)?0:g(t)},__wbg_static_accessor_WINDOW_44b435597f9e9ee7:function(){let t=typeof window>"u"?null:window;return f(t)?0:g(t)},__wbg_status_9e6505cfa3e73a7c:function(t){return o(t).status},__wbg_subarray_42216645a367cd7a:function(t,e,_){let r=o(t).subarray(e>>>0,_>>>0);return g(r)},__wbg_then_254bab9b266a77a5:function(t,e,_){let r=o(t).then(o(e),o(_));return g(r)},__wbg_then_3ea18602c6a5123b:function(t,e){let _=o(t).then(o(e));return g(_)},__wbg_url_72c67c175685a054:function(t,e){let _=o(e).url,r=a(_,n.__wbindgen_export,n.__wbindgen_export2),s=i;u().setInt32(t+4,s,true),u().setInt32(t+0,r,true);},__wbg_url_d0b8042af0d1bbba:function(t,e){let _=o(e).url,r=a(_,n.__wbindgen_export,n.__wbindgen_export2),s=i;u().setInt32(t+4,s,true),u().setInt32(t+0,r,true);},__wbg_value_3d3defe09fb1ffca:function(t){let e=o(t).value;return g(e)},__wbg_versions_276b2795b1c6a219:function(t){let e=o(t).versions;return g(e)},__wbg_view_15fa5865c6b336e3:function(t){let e=o(t).view;return f(e)?0:g(e)},__wbg_warn_633bacc13ba7e6c3:function(t){console.warn(o(t));},__wbg_wasClean_f17429d064911939:function(t){return o(t).wasClean},__wbindgen_cast_0000000000000001:function(t,e){let _=S(t,e,xt);return g(_)},__wbindgen_cast_0000000000000002:function(t,e){let _=S(t,e,vt);return g(_)},__wbindgen_cast_0000000000000003:function(t,e){let _=S(t,e,yt);return g(_)},__wbindgen_cast_0000000000000004:function(t,e){let _=S(t,e,ht);return g(_)},__wbindgen_cast_0000000000000005:function(t,e){let _=S(t,e,ut);return g(_)},__wbindgen_cast_0000000000000006:function(t,e){let _=S(t,e,ft);return g(_)},__wbindgen_cast_0000000000000007:function(t,e){let _=Ot(t,e,lt);return g(_)},__wbindgen_cast_0000000000000008:function(t,e){let _=S(t,e,mt);return g(_)},__wbindgen_cast_0000000000000009:function(t){return g(t)},__wbindgen_cast_000000000000000a:function(t){return g(t)},__wbindgen_cast_000000000000000b:function(t,e){let _=F(t,e);return g(_)},__wbindgen_cast_000000000000000c:function(t,e){let _=v(t,e);return g(_)},__wbindgen_cast_000000000000000d:function(t){let e=BigInt.asUintN(64,t);return g(e)},__wbindgen_cast_000000000000000e:function(t,e){var _=F(t,e).slice();return n.__wbindgen_export4(t,e*1,1),g(_)},__wbindgen_object_clone_ref:function(t){let e=o(t);return g(e)},__wbindgen_object_drop_ref:function(t){p(t);}}}}function ut(c,t){n.__wasm_bindgen_func_elem_8827(c,t);}function ft(c,t){n.__wasm_bindgen_func_elem_9950(c,t);}function lt(c,t){n.__wasm_bindgen_func_elem_10003(c,t);}function mt(c,t){n.__wasm_bindgen_func_elem_17634(c,t);}function xt(c,t,e){n.__wasm_bindgen_func_elem_9030(c,t,g(e));}function yt(c,t,e){n.__wasm_bindgen_func_elem_6490(c,t,g(e));}function ht(c,t,e){n.__wasm_bindgen_func_elem_10635(c,t,g(e));}function vt(c,t,e){try{let s=n.__wbindgen_add_to_stack_pointer(-16);n.__wasm_bindgen_func_elem_17779(s,c,t,g(e));var _=u().getInt32(s+0,!0),r=u().getInt32(s+4,!0);if(r)throw p(_)}finally{n.__wbindgen_add_to_stack_pointer(16);}}function kt(c,t,e,_){n.__wasm_bindgen_func_elem_17781(c,t,g(e),g(_));}var It=["blob","arraybuffer"],At=["default","no-store","reload","no-cache","force-cache","only-if-cached"],Ft=["omit","same-origin","include"],St=["same-origin","no-cors","cors","navigate"],tt=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(c=>n.__wbg_bistream_free(c,1));typeof FinalizationRegistry>"u"?{}:new FinalizationRegistry(c=>n.__wbg_intounderlyingbytesource_free(c,1));var et=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(c=>n.__wbg_intounderlyingsink_free(c,1)),nt=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(c=>n.__wbg_intounderlyingsource_free(c,1)),_t=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(c=>n.__wbg_peerunistream_free(c,1)),H=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(c=>n.__wbg_wasmclient_free(c,1));typeof FinalizationRegistry>"u"?{}:new FinalizationRegistry(c=>n.__wbg_wasmconnection_free(c,1));function g(c){M===R.length&&R.push(R.length+1);let t=M;return M=R[t],R[t]=c,t}var G=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(c=>n.__wbindgen_export5(c.a,c.b));function J(c){let t=typeof c;if(t=="number"||t=="boolean"||c==null)return `${c}`;if(t=="string")return `"${c}"`;if(t=="symbol"){let r=c.description;return r==null?"Symbol":`Symbol(${r})`}if(t=="function"){let r=c.name;return typeof r=="string"&&r.length>0?`Function(${r})`:"Function"}if(Array.isArray(c)){let r=c.length,s="[";r>0&&(s+=J(c[0]));for(let b=1;b<r;b++)s+=", "+J(c[b]);return s+="]",s}let e=/\[object ([^\]]+)\]/.exec(toString.call(c)),_;if(e&&e.length>1)_=e[1];else return toString.call(c);if(_=="Object")try{return "Object("+JSON.stringify(c)+")"}catch{return "Object"}return c instanceof Error?`${c.name}: ${c.message}
|
|
2
|
+
${c.stack}`:_}function Tt(c){c<1028||(R[c]=M,M=c);}function Ct(c,t){c=c>>>0;let e=u(),_=[];for(let r=c;r<c+4*t;r+=4)_.push(p(e.getUint32(r,true)));return _}function F(c,t){return c=c>>>0,T().subarray(c/1,c/1+t)}var E=null;function u(){return (E===null||E.buffer.detached===true||E.buffer.detached===void 0&&E.buffer!==n.memory.buffer)&&(E=new DataView(n.memory.buffer)),E}function v(c,t){return jt(c>>>0,t)}var j=null;function T(){return (j===null||j.byteLength===0)&&(j=new Uint8Array(n.memory.buffer)),j}function o(c){return R[c]}function x(c,t){try{return c.apply(this,t)}catch(e){n.__wbindgen_export3(g(e));}}var R=new Array(1024).fill(void 0);R.push(void 0,null,true,false);var M=R.length;function f(c){return c==null}function Ot(c,t,e){let _={a:c,b:t,cnt:1},r=(...s)=>{_.cnt++;try{return e(_.a,_.b,...s)}finally{r._wbg_cb_unref();}};return r._wbg_cb_unref=()=>{--_.cnt===0&&(n.__wbindgen_export5(_.a,_.b),_.a=0,G.unregister(_));},G.register(r,_,_),r}function S(c,t,e){let _={a:c,b:t,cnt:1},r=(...s)=>{_.cnt++;let b=_.a;_.a=0;try{return e(b,_.b,...s)}finally{_.a=b,r._wbg_cb_unref();}};return r._wbg_cb_unref=()=>{--_.cnt===0&&(n.__wbindgen_export5(_.a,_.b),_.a=0,G.unregister(_));},G.register(r,_,_),r}function W(c,t){let e=t(c.length*1,1)>>>0;return T().set(c,e/1),i=c.length,e}function ot(c,t){let e=t(c.length*4,4)>>>0,_=u();for(let r=0;r<c.length;r++)_.setUint32(e+4*r,g(c[r]),true);return i=c.length,e}function a(c,t,e){if(e===void 0){let w=z.encode(c),d=t(w.length,1)>>>0;return T().subarray(d,d+w.length).set(w),i=w.length,d}let _=c.length,r=t(_,1)>>>0,s=T(),b=0;for(;b<_;b++){let w=c.charCodeAt(b);if(w>127)break;s[r+b]=w;}if(b!==_){b!==0&&(c=c.slice(b)),r=e(r,_,_=b+c.length*3,1)>>>0;let w=T().subarray(r+b,r+_),d=z.encodeInto(c,w);b+=d.written,r=e(r,_,b,1)>>>0;}return i=b,r}function p(c){let t=o(c);return Tt(c),t}var U=new TextDecoder("utf-8",{ignoreBOM:true,fatal:true});U.decode();var Wt=2146435072,K=0;function jt(c,t){return K+=t,K>=Wt&&(U=new TextDecoder("utf-8",{ignoreBOM:true,fatal:true}),U.decode(),K=t),U.decode(T().subarray(c,c+t))}var z=new TextEncoder;"encodeInto"in z||(z.encodeInto=function(c,t){let e=z.encode(c);return t.set(e),{read:c.length,written:e.length}});var i=0,n;function Bt(c,t){return n=c.exports,E=null,j=null,n.__wbindgen_start(),n}async function Nt(c,t){if(typeof Response=="function"&&c instanceof Response){if(typeof WebAssembly.instantiateStreaming=="function")try{return await WebAssembly.instantiateStreaming(c,t)}catch(r){if(c.ok&&e(c.type)&&c.headers.get("Content-Type")!=="application/wasm")console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve Wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n",r);else throw r}let _=await c.arrayBuffer();return await WebAssembly.instantiate(_,t)}else {let _=await WebAssembly.instantiate(c,t);return _ instanceof WebAssembly.Instance?{instance:_,module:c}:_}function e(_){switch(_){case "basic":case "cors":case "default":return true}return false}}async function st(c){if(n!==void 0)return n;c!==void 0&&(Object.getPrototypeOf(c)===Object.prototype?{module_or_path:c}=c:console.warn("using deprecated parameters for the initialization function; pass a single object instead")),c===void 0&&(c=new URL("openrtc_bg.wasm",import.meta.url));let t=dt();(typeof c=="string"||typeof Request=="function"&&c instanceof Request||typeof URL=="function"&&c instanceof URL)&&(c=fetch(c));let{instance:e,module:_}=await Nt(await c,t);return Bt(e)}a$1(async()=>({initWasm:st,WasmClient:C,start:it}));function Xt(c){let t=s(c);return A(t,new a$2(t))}function $t(c,t){let e=s(c);return A(e,new h({...e,bridge:t}))}export{Xt as a,$t as b};
|