@dcl-regenesislabs/bevy-explorer-web 0.1.0-21146518146.commit-e5a08b4 → 0.1.0-21258122165.commit-c2a4a9d
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/.env +1 -1
- package/index.html +2 -2
- package/package.json +3 -3
- package/pkg/snippets/comms-53217a45365bb5fa/livekit_web_bindings.js +405 -411
- package/pkg/webgpu_build.d.ts +103 -11
- package/pkg/webgpu_build.js +525 -90
- package/pkg/webgpu_build_bg.wasm +0 -0
- package/pkg/webgpu_build_bg.wasm.d.ts +49 -11
package/pkg/webgpu_build_bg.wasm
CHANGED
|
Binary file
|
|
@@ -3,6 +3,43 @@
|
|
|
3
3
|
export const engine_init: () => any;
|
|
4
4
|
export const engine_run: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number) => void;
|
|
5
5
|
export const init_asset_load_thread: () => void;
|
|
6
|
+
export const __wbg_audiocaptureoptions_free: (a: number, b: number) => void;
|
|
7
|
+
export const __wbg_datapublishoptions_free: (a: number, b: number) => void;
|
|
8
|
+
export const __wbg_get_audiocaptureoptions_autoGainControl: (a: number) => number;
|
|
9
|
+
export const __wbg_get_audiocaptureoptions_channelCount: (a: number) => [number, bigint];
|
|
10
|
+
export const __wbg_get_audiocaptureoptions_echoCancellation: (a: number) => number;
|
|
11
|
+
export const __wbg_get_audiocaptureoptions_latency: (a: number) => [number, number];
|
|
12
|
+
export const __wbg_get_audiocaptureoptions_noiseSuppression: (a: number) => number;
|
|
13
|
+
export const __wbg_get_audiocaptureoptions_sampleRate: (a: number) => [number, bigint];
|
|
14
|
+
export const __wbg_get_audiocaptureoptions_sampleSize: (a: number) => [number, bigint];
|
|
15
|
+
export const __wbg_get_audiocaptureoptions_voiceIsolation: (a: number) => number;
|
|
16
|
+
export const __wbg_get_internalroomconnectoptions_autoSubscribe: (a: number) => number;
|
|
17
|
+
export const __wbg_get_internalroomconnectoptions_maxRetries: (a: number) => number;
|
|
18
|
+
export const __wbg_get_internalroomconnectoptions_peerConnectionTimeout: (a: number) => number;
|
|
19
|
+
export const __wbg_get_internalroomconnectoptions_websocketTimeout: (a: number) => number;
|
|
20
|
+
export const __wbg_get_internalroomoptions_adaptiveStream: (a: number) => number;
|
|
21
|
+
export const __wbg_get_internalroomoptions_disconnectOnPageLeave: (a: number) => number;
|
|
22
|
+
export const __wbg_get_internalroomoptions_dynacast: (a: number) => number;
|
|
23
|
+
export const __wbg_get_internalroomoptions_stopLocalTrackOnUnpublish: (a: number) => number;
|
|
24
|
+
export const __wbg_internalroomconnectoptions_free: (a: number, b: number) => void;
|
|
25
|
+
export const __wbg_internalroomoptions_free: (a: number, b: number) => void;
|
|
26
|
+
export const __wbg_participantsid_free: (a: number, b: number) => void;
|
|
27
|
+
export const __wbg_set_audiocaptureoptions_autoGainControl: (a: number, b: number) => void;
|
|
28
|
+
export const __wbg_set_audiocaptureoptions_channelCount: (a: number, b: number, c: bigint) => void;
|
|
29
|
+
export const __wbg_set_audiocaptureoptions_echoCancellation: (a: number, b: number) => void;
|
|
30
|
+
export const __wbg_set_audiocaptureoptions_latency: (a: number, b: number, c: number) => void;
|
|
31
|
+
export const __wbg_set_audiocaptureoptions_noiseSuppression: (a: number, b: number) => void;
|
|
32
|
+
export const __wbg_set_audiocaptureoptions_sampleRate: (a: number, b: number, c: bigint) => void;
|
|
33
|
+
export const __wbg_set_audiocaptureoptions_sampleSize: (a: number, b: number, c: bigint) => void;
|
|
34
|
+
export const __wbg_set_audiocaptureoptions_voiceIsolation: (a: number, b: number) => void;
|
|
35
|
+
export const __wbg_set_internalroomconnectoptions_autoSubscribe: (a: number, b: number) => void;
|
|
36
|
+
export const __wbg_set_internalroomconnectoptions_maxRetries: (a: number, b: number) => void;
|
|
37
|
+
export const __wbg_set_internalroomconnectoptions_peerConnectionTimeout: (a: number, b: number) => void;
|
|
38
|
+
export const __wbg_set_internalroomconnectoptions_websocketTimeout: (a: number, b: number) => void;
|
|
39
|
+
export const __wbg_set_internalroomoptions_adaptiveStream: (a: number, b: number) => void;
|
|
40
|
+
export const __wbg_set_internalroomoptions_disconnectOnPageLeave: (a: number, b: number) => void;
|
|
41
|
+
export const __wbg_set_internalroomoptions_dynacast: (a: number, b: number) => void;
|
|
42
|
+
export const __wbg_set_internalroomoptions_stopLocalTrackOnUnpublish: (a: number, b: number) => void;
|
|
6
43
|
export const image_processor_init: () => void;
|
|
7
44
|
export const image_processor_run: () => any;
|
|
8
45
|
export const __wbg_workercontext_free: (a: number, b: number) => void;
|
|
@@ -107,18 +144,19 @@ export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
|
107
144
|
export const __wbindgen_export_7: WebAssembly.Table;
|
|
108
145
|
export const __externref_table_dealloc: (a: number) => void;
|
|
109
146
|
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
110
|
-
export const
|
|
111
|
-
export const
|
|
147
|
+
export const closure15481_externref_shim: (a: number, b: number, c: number, d: any) => void;
|
|
148
|
+
export const closure41077_externref_shim: (a: number, b: number, c: any) => void;
|
|
149
|
+
export const closure50203_externref_shim: (a: number, b: number, c: any) => void;
|
|
112
150
|
export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______: (a: number, b: number) => void;
|
|
113
|
-
export const
|
|
114
|
-
export const
|
|
115
|
-
export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______16: (a: number, b: number) => void;
|
|
151
|
+
export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______15: (a: number, b: number) => void;
|
|
152
|
+
export const closure53858_externref_shim: (a: number, b: number, c: any) => void;
|
|
116
153
|
export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______17: (a: number, b: number) => void;
|
|
117
|
-
export const
|
|
118
|
-
export const
|
|
119
|
-
export const
|
|
120
|
-
export const
|
|
121
|
-
export const
|
|
122
|
-
export const
|
|
154
|
+
export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______18: (a: number, b: number) => void;
|
|
155
|
+
export const closure58928_externref_shim: (a: number, b: number, c: any) => void;
|
|
156
|
+
export const closure58932_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
157
|
+
export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______21: (a: number, b: number) => void;
|
|
158
|
+
export const closure118885_externref_shim: (a: number, b: number, c: any) => void;
|
|
159
|
+
export const closure134148_externref_shim: (a: number, b: number, c: any) => void;
|
|
160
|
+
export const closure137041_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
123
161
|
export const __wbindgen_thread_destroy: (a?: number, b?: number, c?: number) => void;
|
|
124
162
|
export const __wbindgen_start: (a: number) => void;
|