pluto-rtc 0.0.2
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/README.md +84 -0
- package/dist/Connection.d.ts +35 -0
- package/dist/Connection.js +146 -0
- package/dist/ConnectionManager.d.ts +38 -0
- package/dist/ConnectionManager.js +78 -0
- package/dist/api/MediaTransport.d.ts +7 -0
- package/dist/api/MediaTransport.js +262 -0
- package/dist/api/PlutoPeerConnection.d.ts +38 -0
- package/dist/api/PlutoPeerConnection.js +242 -0
- package/dist/api/PlutoWebSocket.d.ts +24 -0
- package/dist/api/PlutoWebSocket.js +112 -0
- package/dist/api/PlutoWebTransport.d.ts +28 -0
- package/dist/api/PlutoWebTransport.js +88 -0
- package/dist/core/Client.d.ts +70 -0
- package/dist/core/Client.js +326 -0
- package/dist/core/Connection.d.ts +66 -0
- package/dist/core/Connection.js +392 -0
- package/dist/core/Room.d.ts +29 -0
- package/dist/core/Room.js +297 -0
- package/dist/core/Signaling.d.ts +37 -0
- package/dist/core/Signaling.js +199 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +8 -0
- package/dist/react/index.d.ts +9 -0
- package/dist/react/index.js +34 -0
- package/package.json +47 -0
- package/wasm/pkg/README.md +218 -0
- package/wasm/pkg/iroh_wasm.d.ts +148 -0
- package/wasm/pkg/iroh_wasm.js +1382 -0
- package/wasm/pkg/iroh_wasm_bg.wasm +0 -0
- package/wasm/pkg/iroh_wasm_bg.wasm.d.ts +58 -0
- package/wasm/pkg/package.json +15 -0
|
Binary file
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
export const memory: WebAssembly.Memory;
|
|
4
|
+
export const start: () => void;
|
|
5
|
+
export const __wbg_bistream_free: (a: number, b: number) => void;
|
|
6
|
+
export const bistream_recv: (a: number) => any;
|
|
7
|
+
export const bistream_send: (a: number) => any;
|
|
8
|
+
export const bistream_endpoint_id: (a: number) => [number, number];
|
|
9
|
+
export const __wbg_irohnode_free: (a: number, b: number) => void;
|
|
10
|
+
export const irohnode_spawn: (a: number, b: number) => any;
|
|
11
|
+
export const irohnode_events: (a: number) => any;
|
|
12
|
+
export const irohnode_incoming_streams: (a: number) => any;
|
|
13
|
+
export const irohnode_addNodeAddr: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => any;
|
|
14
|
+
export const irohnode_endpoint_id: (a: number) => [number, number];
|
|
15
|
+
export const irohnode_secret_key: (a: number) => [number, number];
|
|
16
|
+
export const irohnode_node_addr: (a: number) => any;
|
|
17
|
+
export const irohnode_connect: (a: number, b: number, c: number) => [number, number, number];
|
|
18
|
+
export const irohnode_disconnect: (a: number, b: number, c: number) => any;
|
|
19
|
+
export const irohnode_open_bi: (a: number, b: number, c: number) => any;
|
|
20
|
+
export const irohnode_open_uni: (a: number, b: number, c: number) => any;
|
|
21
|
+
export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
22
|
+
export const intounderlyingsource_pull: (a: number, b: any) => any;
|
|
23
|
+
export const intounderlyingsource_cancel: (a: number) => void;
|
|
24
|
+
export const __wbg_intounderlyingsink_free: (a: number, b: number) => void;
|
|
25
|
+
export const intounderlyingsink_write: (a: number, b: any) => any;
|
|
26
|
+
export const intounderlyingsink_close: (a: number) => any;
|
|
27
|
+
export const intounderlyingsink_abort: (a: number, b: any) => any;
|
|
28
|
+
export const __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
|
|
29
|
+
export const intounderlyingbytesource_type: (a: number) => number;
|
|
30
|
+
export const intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
|
|
31
|
+
export const intounderlyingbytesource_start: (a: number, b: any) => void;
|
|
32
|
+
export const intounderlyingbytesource_pull: (a: number, b: any) => any;
|
|
33
|
+
export const intounderlyingbytesource_cancel: (a: number) => void;
|
|
34
|
+
export const ring_core_0_17_14__bn_mul_mont: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
35
|
+
export const wasm_bindgen__closure__destroy__h7cf29a7e95a6517c: (a: number, b: number) => void;
|
|
36
|
+
export const wasm_bindgen__closure__destroy__heb08e36b77a85b9c: (a: number, b: number) => void;
|
|
37
|
+
export const wasm_bindgen__closure__destroy__h18332ba013e398aa: (a: number, b: number) => void;
|
|
38
|
+
export const wasm_bindgen__closure__destroy__h87cf50f4bd51ca2e: (a: number, b: number) => void;
|
|
39
|
+
export const wasm_bindgen__closure__destroy__h920903f13ccee978: (a: number, b: number) => void;
|
|
40
|
+
export const wasm_bindgen__closure__destroy__h5ecb98b48ddb9e08: (a: number, b: number) => void;
|
|
41
|
+
export const wasm_bindgen__closure__destroy__h5c4e7138d6491581: (a: number, b: number) => void;
|
|
42
|
+
export const wasm_bindgen__convert__closures_____invoke__h39b19e5fabe12541: (a: number, b: number, c: any, d: any) => void;
|
|
43
|
+
export const wasm_bindgen__convert__closures_____invoke__h993a01742f0967bf: (a: number, b: number, c: any) => void;
|
|
44
|
+
export const wasm_bindgen__convert__closures_____invoke__hb5204d4e41ff3977: (a: number, b: number, c: any) => void;
|
|
45
|
+
export const wasm_bindgen__convert__closures_____invoke__h650bb17850b2b136: (a: number, b: number, c: any) => void;
|
|
46
|
+
export const wasm_bindgen__convert__closures_____invoke__h36c5adc97d437817: (a: number, b: number) => void;
|
|
47
|
+
export const wasm_bindgen__convert__closures_____invoke__hb17976c66e1a6d68: (a: number, b: number) => void;
|
|
48
|
+
export const wasm_bindgen__convert__closures_____invoke__h81b4c013358ef500: (a: number, b: number) => void;
|
|
49
|
+
export const wasm_bindgen__convert__closures_____invoke__h19f413c72615257c: (a: number, b: number) => void;
|
|
50
|
+
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
51
|
+
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
52
|
+
export const __wbindgen_exn_store: (a: number) => void;
|
|
53
|
+
export const __externref_table_alloc: () => number;
|
|
54
|
+
export const __wbindgen_externrefs: WebAssembly.Table;
|
|
55
|
+
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
56
|
+
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
57
|
+
export const __externref_table_dealloc: (a: number) => void;
|
|
58
|
+
export const __wbindgen_start: () => void;
|