@rerun-io/web-viewer 0.19.1-rc.6 → 0.20.0-alpha.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 +1 -1
- package/package.json +1 -1
- package/re_viewer.d.ts +16 -16
- package/re_viewer.js +289 -300
- package/re_viewer_bg.wasm +0 -0
- package/re_viewer_bg.wasm.d.ts +16 -16
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@ viewer.stop();
|
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
The `rrd` in the snippet above should be a URL pointing to either:
|
|
44
|
-
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.
|
|
44
|
+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.20.0-alpha.2/examples/dna.rrd>
|
|
45
45
|
- A WebSocket connection to the SDK opened via the [`serve`](https://www.rerun.io/docs/reference/sdk/operating-modes#serve) API
|
|
46
46
|
|
|
47
47
|
If `rrd` is not set, the Viewer will display the same welcome screen as <https://app.rerun.io>.
|
package/package.json
CHANGED
package/re_viewer.d.ts
CHANGED
|
@@ -176,9 +176,6 @@ declare interface InitOutput {
|
|
|
176
176
|
readonly wgpu_render_bundle_pop_debug_group: (a: number) => void;
|
|
177
177
|
readonly wgpu_render_bundle_insert_debug_marker: (a: number, b: number) => void;
|
|
178
178
|
readonly wgpu_render_bundle_push_debug_group: (a: number, b: number) => void;
|
|
179
|
-
readonly __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
180
|
-
readonly intounderlyingsource_pull: (a: number, b: number) => number;
|
|
181
|
-
readonly intounderlyingsource_cancel: (a: number) => void;
|
|
182
179
|
readonly __wbg_intounderlyingsink_free: (a: number, b: number) => void;
|
|
183
180
|
readonly intounderlyingsink_write: (a: number, b: number) => number;
|
|
184
181
|
readonly intounderlyingsink_close: (a: number) => number;
|
|
@@ -189,28 +186,31 @@ declare interface InitOutput {
|
|
|
189
186
|
readonly intounderlyingbytesource_start: (a: number, b: number) => void;
|
|
190
187
|
readonly intounderlyingbytesource_pull: (a: number, b: number) => number;
|
|
191
188
|
readonly intounderlyingbytesource_cancel: (a: number) => void;
|
|
189
|
+
readonly __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
190
|
+
readonly intounderlyingsource_pull: (a: number, b: number) => number;
|
|
191
|
+
readonly intounderlyingsource_cancel: (a: number) => void;
|
|
192
192
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
193
193
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
194
194
|
readonly __wbindgen_export_2: WebAssembly.Table;
|
|
195
195
|
readonly __wbindgen_export_3: WebAssembly.Table;
|
|
196
196
|
readonly __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
197
|
-
readonly
|
|
197
|
+
readonly closure803_externref_shim: (a: number, b: number, c: number, d: number) => void;
|
|
198
198
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
199
|
-
readonly
|
|
200
|
-
readonly
|
|
201
|
-
readonly
|
|
202
|
-
readonly
|
|
203
|
-
readonly
|
|
204
|
-
readonly
|
|
205
|
-
readonly
|
|
206
|
-
readonly
|
|
207
|
-
readonly
|
|
208
|
-
readonly
|
|
209
|
-
readonly
|
|
199
|
+
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h152edff22007f962: (a: number, b: number) => void;
|
|
200
|
+
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hd9fc7adbccdf16ef: (a: number, b: number, c: number) => void;
|
|
201
|
+
readonly closure5835_externref_shim: (a: number, b: number, c: number) => void;
|
|
202
|
+
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1fe0a1120d56c742: (a: number, b: number) => void;
|
|
203
|
+
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hcbeca4ddee3f0d3a: (a: number, b: number) => void;
|
|
204
|
+
readonly closure8688_externref_shim: (a: number, b: number, c: number) => void;
|
|
205
|
+
readonly closure11914_externref_shim: (a: number, b: number, c: number) => void;
|
|
206
|
+
readonly closure13983_externref_shim: (a: number, b: number, c: number) => void;
|
|
207
|
+
readonly closure14748_externref_shim: (a: number, b: number, c: number) => void;
|
|
208
|
+
readonly closure14938_externref_shim: (a: number, b: number, c: number) => void;
|
|
209
|
+
readonly closure14979_externref_shim: (a: number, b: number, c: number) => void;
|
|
210
210
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
211
211
|
readonly __wbindgen_exn_store: (a: number) => void;
|
|
212
212
|
readonly __externref_table_alloc: () => number;
|
|
213
|
-
readonly
|
|
213
|
+
readonly closure18162_externref_shim: (a: number, b: number, c: number, d: number) => void;
|
|
214
214
|
readonly __wbindgen_start: () => void;
|
|
215
215
|
}
|
|
216
216
|
|
package/re_viewer.js
CHANGED
|
@@ -199,7 +199,7 @@ function takeFromExternrefTable0(idx) {
|
|
|
199
199
|
function __wbg_adapter_46(arg0, arg1, arg2) {
|
|
200
200
|
try {
|
|
201
201
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
202
|
-
wasm.
|
|
202
|
+
wasm.closure803_externref_shim(retptr, arg0, arg1, arg2);
|
|
203
203
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
204
204
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
205
205
|
if (r1) {
|
|
@@ -211,13 +211,13 @@ function __wbg_adapter_46(arg0, arg1, arg2) {
|
|
|
211
211
|
}
|
|
212
212
|
|
|
213
213
|
function __wbg_adapter_49(arg0, arg1) {
|
|
214
|
-
wasm.
|
|
214
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h152edff22007f962(arg0, arg1);
|
|
215
215
|
}
|
|
216
216
|
|
|
217
217
|
function __wbg_adapter_52(arg0, arg1) {
|
|
218
218
|
try {
|
|
219
219
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
220
|
-
wasm.
|
|
220
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hd9fc7adbccdf16ef(retptr, arg0, arg1);
|
|
221
221
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
222
222
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
223
223
|
if (r1) {
|
|
@@ -229,15 +229,23 @@ function __wbg_adapter_52(arg0, arg1) {
|
|
|
229
229
|
}
|
|
230
230
|
|
|
231
231
|
function __wbg_adapter_55(arg0, arg1, arg2) {
|
|
232
|
-
wasm.
|
|
232
|
+
wasm.closure5835_externref_shim(arg0, arg1, arg2);
|
|
233
233
|
}
|
|
234
234
|
|
|
235
235
|
function __wbg_adapter_60(arg0, arg1) {
|
|
236
|
-
wasm.
|
|
236
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1fe0a1120d56c742(arg0, arg1);
|
|
237
237
|
}
|
|
238
238
|
|
|
239
239
|
function __wbg_adapter_63(arg0, arg1) {
|
|
240
|
-
wasm.
|
|
240
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hcbeca4ddee3f0d3a(arg0, arg1);
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
function __wbg_adapter_66(arg0, arg1, arg2) {
|
|
244
|
+
wasm.closure8688_externref_shim(arg0, arg1, arg2);
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
function __wbg_adapter_71(arg0, arg1, arg2) {
|
|
248
|
+
wasm.closure11914_externref_shim(arg0, arg1, arg2);
|
|
241
249
|
}
|
|
242
250
|
|
|
243
251
|
function makeClosure(arg0, arg1, dtor, f) {
|
|
@@ -261,28 +269,20 @@ function makeClosure(arg0, arg1, dtor, f) {
|
|
|
261
269
|
CLOSURE_DTORS.register(real, state, state);
|
|
262
270
|
return real;
|
|
263
271
|
}
|
|
264
|
-
function
|
|
265
|
-
wasm.
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
function __wbg_adapter_71(arg0, arg1, arg2) {
|
|
269
|
-
wasm.closure8348_externref_shim(arg0, arg1, arg2);
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
function __wbg_adapter_76(arg0, arg1, arg2) {
|
|
273
|
-
wasm.closure11728_externref_shim(arg0, arg1, arg2);
|
|
272
|
+
function __wbg_adapter_80(arg0, arg1, arg2) {
|
|
273
|
+
wasm.closure13983_externref_shim(arg0, arg1, arg2);
|
|
274
274
|
}
|
|
275
275
|
|
|
276
276
|
function __wbg_adapter_85(arg0, arg1, arg2) {
|
|
277
|
-
wasm.
|
|
277
|
+
wasm.closure14748_externref_shim(arg0, arg1, arg2);
|
|
278
278
|
}
|
|
279
279
|
|
|
280
280
|
function __wbg_adapter_88(arg0, arg1, arg2) {
|
|
281
|
-
wasm.
|
|
281
|
+
wasm.closure14938_externref_shim(arg0, arg1, arg2);
|
|
282
282
|
}
|
|
283
283
|
|
|
284
284
|
function __wbg_adapter_91(arg0, arg1, arg2) {
|
|
285
|
-
wasm.
|
|
285
|
+
wasm.closure14979_externref_shim(arg0, arg1, arg2);
|
|
286
286
|
}
|
|
287
287
|
|
|
288
288
|
function passArray8ToWasm0(arg, malloc) {
|
|
@@ -363,8 +363,8 @@ function getArrayI32FromWasm0(ptr, len) {
|
|
|
363
363
|
ptr = ptr >>> 0;
|
|
364
364
|
return getInt32ArrayMemory0().subarray(ptr / 4, ptr / 4 + len);
|
|
365
365
|
}
|
|
366
|
-
function
|
|
367
|
-
wasm.
|
|
366
|
+
function __wbg_adapter_1466(arg0, arg1, arg2, arg3) {
|
|
367
|
+
wasm.closure18162_externref_shim(arg0, arg1, arg2, arg3);
|
|
368
368
|
}
|
|
369
369
|
|
|
370
370
|
const IntoUnderlyingByteSourceFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -746,10 +746,6 @@ function __wbg_get_imports() {
|
|
|
746
746
|
const ret = false;
|
|
747
747
|
return ret;
|
|
748
748
|
};
|
|
749
|
-
imports.wbg.__wbindgen_is_function = function(arg0) {
|
|
750
|
-
const ret = typeof(arg0) === 'function';
|
|
751
|
-
return ret;
|
|
752
|
-
};
|
|
753
749
|
imports.wbg.__wbindgen_string_get = function(arg0, arg1) {
|
|
754
750
|
const obj = arg1;
|
|
755
751
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
@@ -763,6 +759,10 @@ function __wbg_get_imports() {
|
|
|
763
759
|
const ret = typeof(v) === 'boolean' ? (v ? 1 : 0) : 2;
|
|
764
760
|
return ret;
|
|
765
761
|
};
|
|
762
|
+
imports.wbg.__wbindgen_is_function = function(arg0) {
|
|
763
|
+
const ret = typeof(arg0) === 'function';
|
|
764
|
+
return ret;
|
|
765
|
+
};
|
|
766
766
|
imports.wbg.__wbindgen_is_object = function(arg0) {
|
|
767
767
|
const val = arg0;
|
|
768
768
|
const ret = typeof(val) === 'object' && val !== null;
|
|
@@ -784,10 +784,6 @@ function __wbg_get_imports() {
|
|
|
784
784
|
const ret = arg0;
|
|
785
785
|
return ret;
|
|
786
786
|
};
|
|
787
|
-
imports.wbg.__wbindgen_is_falsy = function(arg0) {
|
|
788
|
-
const ret = !arg0;
|
|
789
|
-
return ret;
|
|
790
|
-
};
|
|
791
787
|
imports.wbg.__wbindgen_is_null = function(arg0) {
|
|
792
788
|
const ret = arg0 === null;
|
|
793
789
|
return ret;
|
|
@@ -796,7 +792,7 @@ function __wbg_get_imports() {
|
|
|
796
792
|
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
797
793
|
return ret;
|
|
798
794
|
};
|
|
799
|
-
imports.wbg.
|
|
795
|
+
imports.wbg.__wbg_structuredClone_0ed3fd3e1666a43d = function() { return handleError(function (arg0) {
|
|
800
796
|
const ret = window.structuredClone(arg0);
|
|
801
797
|
return ret;
|
|
802
798
|
}, arguments) };
|
|
@@ -804,6 +800,10 @@ function __wbg_get_imports() {
|
|
|
804
800
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
805
801
|
return ret;
|
|
806
802
|
};
|
|
803
|
+
imports.wbg.__wbindgen_is_falsy = function(arg0) {
|
|
804
|
+
const ret = !arg0;
|
|
805
|
+
return ret;
|
|
806
|
+
};
|
|
807
807
|
imports.wbg.__wbindgen_jsval_loose_eq = function(arg0, arg1) {
|
|
808
808
|
const ret = arg0 == arg1;
|
|
809
809
|
return ret;
|
|
@@ -847,31 +847,21 @@ function __wbg_get_imports() {
|
|
|
847
847
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
848
848
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
849
849
|
};
|
|
850
|
-
imports.wbg.
|
|
850
|
+
imports.wbg.__wbg_new_ebdefad4e481c77e = function() {
|
|
851
851
|
const ret = new Error();
|
|
852
852
|
return ret;
|
|
853
853
|
};
|
|
854
|
-
imports.wbg.
|
|
854
|
+
imports.wbg.__wbg_stack_2055239064e86b51 = function(arg0, arg1) {
|
|
855
855
|
const ret = arg1.stack;
|
|
856
856
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
857
857
|
const len1 = WASM_VECTOR_LEN;
|
|
858
858
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
859
859
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
860
860
|
};
|
|
861
|
-
imports.wbg.
|
|
862
|
-
let result;
|
|
863
|
-
try {
|
|
864
|
-
result = arg0 instanceof GPUAdapter;
|
|
865
|
-
} catch (_) {
|
|
866
|
-
result = false;
|
|
867
|
-
}
|
|
868
|
-
const ret = result;
|
|
869
|
-
return ret;
|
|
870
|
-
};
|
|
871
|
-
imports.wbg.__wbg_instanceof_GpuDeviceLostInfo_c7232ceb822b15d6 = function(arg0) {
|
|
861
|
+
imports.wbg.__wbg_instanceof_GpuOutOfMemoryError_658135cd3b3f08e2 = function(arg0) {
|
|
872
862
|
let result;
|
|
873
863
|
try {
|
|
874
|
-
result = arg0 instanceof
|
|
864
|
+
result = arg0 instanceof GPUOutOfMemoryError;
|
|
875
865
|
} catch (_) {
|
|
876
866
|
result = false;
|
|
877
867
|
}
|
|
@@ -888,97 +878,49 @@ function __wbg_get_imports() {
|
|
|
888
878
|
const ret = result;
|
|
889
879
|
return ret;
|
|
890
880
|
};
|
|
891
|
-
imports.wbg.
|
|
892
|
-
const ret = arg1.message;
|
|
893
|
-
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
894
|
-
const len1 = WASM_VECTOR_LEN;
|
|
895
|
-
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
896
|
-
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
897
|
-
};
|
|
898
|
-
imports.wbg.__wbg_instanceof_GpuOutOfMemoryError_658135cd3b3f08e2 = function(arg0) {
|
|
881
|
+
imports.wbg.__wbg_instanceof_GpuCanvasContext_1eacd2a8c6b36ada = function(arg0) {
|
|
899
882
|
let result;
|
|
900
883
|
try {
|
|
901
|
-
result = arg0 instanceof
|
|
884
|
+
result = arg0 instanceof GPUCanvasContext;
|
|
902
885
|
} catch (_) {
|
|
903
886
|
result = false;
|
|
904
887
|
}
|
|
905
888
|
const ret = result;
|
|
906
889
|
return ret;
|
|
907
890
|
};
|
|
908
|
-
imports.wbg.
|
|
909
|
-
const ret = arg0.
|
|
910
|
-
return {"error":0,"warning":1,"info":2,}[ret] ?? 3;
|
|
911
|
-
};
|
|
912
|
-
imports.wbg.__wbg_offset_47f9a19926637c8e = function(arg0) {
|
|
913
|
-
const ret = arg0.offset;
|
|
914
|
-
return ret;
|
|
915
|
-
};
|
|
916
|
-
imports.wbg.__wbg_length_ff62902e8840f82f = function(arg0) {
|
|
917
|
-
const ret = arg0.length;
|
|
918
|
-
return ret;
|
|
919
|
-
};
|
|
920
|
-
imports.wbg.__wbg_lineNum_06a4c70c1027df81 = function(arg0) {
|
|
921
|
-
const ret = arg0.lineNum;
|
|
891
|
+
imports.wbg.__wbg_gpu_7d756a02ad45027d = function(arg0) {
|
|
892
|
+
const ret = arg0.gpu;
|
|
922
893
|
return ret;
|
|
923
894
|
};
|
|
924
|
-
imports.wbg.
|
|
925
|
-
|
|
926
|
-
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
927
|
-
const len1 = WASM_VECTOR_LEN;
|
|
928
|
-
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
929
|
-
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
895
|
+
imports.wbg.__wbg_configure_48cfbf148a9998c2 = function(arg0, arg1) {
|
|
896
|
+
arg0.configure(arg1);
|
|
930
897
|
};
|
|
931
|
-
imports.wbg.
|
|
932
|
-
const ret = arg0.
|
|
898
|
+
imports.wbg.__wbg_getCurrentTexture_1c8e29bec577927d = function(arg0) {
|
|
899
|
+
const ret = arg0.getCurrentTexture();
|
|
933
900
|
return ret;
|
|
934
901
|
};
|
|
935
|
-
imports.wbg.
|
|
936
|
-
arg0.
|
|
937
|
-
};
|
|
938
|
-
imports.wbg.__wbg_dispatchWorkgroupsIndirect_567a84763f6a0b87 = function(arg0, arg1, arg2) {
|
|
939
|
-
arg0.dispatchWorkgroupsIndirect(arg1, arg2);
|
|
940
|
-
};
|
|
941
|
-
imports.wbg.__wbg_end_bbe499813ce72830 = function(arg0) {
|
|
942
|
-
arg0.end();
|
|
943
|
-
};
|
|
944
|
-
imports.wbg.__wbg_setPipeline_4d0e04e7370f0e2e = function(arg0, arg1) {
|
|
945
|
-
arg0.setPipeline(arg1);
|
|
946
|
-
};
|
|
947
|
-
imports.wbg.__wbg_setBindGroup_48300d51a3d74853 = function(arg0, arg1, arg2) {
|
|
948
|
-
arg0.setBindGroup(arg1 >>> 0, arg2);
|
|
949
|
-
};
|
|
950
|
-
imports.wbg.__wbg_setBindGroup_d79f4f1d5e43c06f = function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
951
|
-
arg0.setBindGroup(arg1 >>> 0, arg2, getArrayU32FromWasm0(arg3, arg4), arg5, arg6 >>> 0);
|
|
952
|
-
};
|
|
953
|
-
imports.wbg.__wbg_getBindGroupLayout_0194b7a790ac805d = function(arg0, arg1) {
|
|
954
|
-
const ret = arg0.getBindGroupLayout(arg1 >>> 0);
|
|
955
|
-
return ret;
|
|
902
|
+
imports.wbg.__wbg_copyExternalImageToTexture_e192d56d70996ad4 = function(arg0, arg1, arg2, arg3) {
|
|
903
|
+
arg0.copyExternalImageToTexture(arg1, arg2, arg3);
|
|
956
904
|
};
|
|
957
|
-
imports.wbg.
|
|
958
|
-
|
|
959
|
-
return {"unknown":0,"destroyed":1,}[ret] ?? 2;
|
|
905
|
+
imports.wbg.__wbg_submit_4283b63806c5d15e = function(arg0, arg1) {
|
|
906
|
+
arg0.submit(arg1);
|
|
960
907
|
};
|
|
961
|
-
imports.wbg.
|
|
962
|
-
|
|
963
|
-
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
964
|
-
const len1 = WASM_VECTOR_LEN;
|
|
965
|
-
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
966
|
-
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
908
|
+
imports.wbg.__wbg_writeBuffer_6ce87bc6ff22a2b5 = function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
909
|
+
arg0.writeBuffer(arg1, arg2, arg3, arg4, arg5);
|
|
967
910
|
};
|
|
968
|
-
imports.wbg.
|
|
969
|
-
|
|
970
|
-
return ret;
|
|
911
|
+
imports.wbg.__wbg_writeTexture_3708ced0dd386721 = function(arg0, arg1, arg2, arg3, arg4) {
|
|
912
|
+
arg0.writeTexture(arg1, arg2, arg3, arg4);
|
|
971
913
|
};
|
|
972
|
-
imports.wbg.
|
|
973
|
-
const ret = arg0.
|
|
914
|
+
imports.wbg.__wbg_has_14b751afdcf0a341 = function(arg0, arg1, arg2) {
|
|
915
|
+
const ret = arg0.has(getStringFromWasm0(arg1, arg2));
|
|
974
916
|
return ret;
|
|
975
917
|
};
|
|
976
|
-
imports.wbg.
|
|
977
|
-
const ret = arg0.
|
|
978
|
-
return ret;
|
|
918
|
+
imports.wbg.__wbg_getPreferredCanvasFormat_d55bc32b5a6b948a = function(arg0) {
|
|
919
|
+
const ret = arg0.getPreferredCanvasFormat();
|
|
920
|
+
return {"r8unorm":0,"r8snorm":1,"r8uint":2,"r8sint":3,"r16uint":4,"r16sint":5,"r16float":6,"rg8unorm":7,"rg8snorm":8,"rg8uint":9,"rg8sint":10,"r32uint":11,"r32sint":12,"r32float":13,"rg16uint":14,"rg16sint":15,"rg16float":16,"rgba8unorm":17,"rgba8unorm-srgb":18,"rgba8snorm":19,"rgba8uint":20,"rgba8sint":21,"bgra8unorm":22,"bgra8unorm-srgb":23,"rgb9e5ufloat":24,"rgb10a2uint":25,"rgb10a2unorm":26,"rg11b10ufloat":27,"rg32uint":28,"rg32sint":29,"rg32float":30,"rgba16uint":31,"rgba16sint":32,"rgba16float":33,"rgba32uint":34,"rgba32sint":35,"rgba32float":36,"stencil8":37,"depth16unorm":38,"depth24plus":39,"depth24plus-stencil8":40,"depth32float":41,"depth32float-stencil8":42,"bc1-rgba-unorm":43,"bc1-rgba-unorm-srgb":44,"bc2-rgba-unorm":45,"bc2-rgba-unorm-srgb":46,"bc3-rgba-unorm":47,"bc3-rgba-unorm-srgb":48,"bc4-r-unorm":49,"bc4-r-snorm":50,"bc5-rg-unorm":51,"bc5-rg-snorm":52,"bc6h-rgb-ufloat":53,"bc6h-rgb-float":54,"bc7-rgba-unorm":55,"bc7-rgba-unorm-srgb":56,"etc2-rgb8unorm":57,"etc2-rgb8unorm-srgb":58,"etc2-rgb8a1unorm":59,"etc2-rgb8a1unorm-srgb":60,"etc2-rgba8unorm":61,"etc2-rgba8unorm-srgb":62,"eac-r11unorm":63,"eac-r11snorm":64,"eac-rg11unorm":65,"eac-rg11snorm":66,"astc-4x4-unorm":67,"astc-4x4-unorm-srgb":68,"astc-5x4-unorm":69,"astc-5x4-unorm-srgb":70,"astc-5x5-unorm":71,"astc-5x5-unorm-srgb":72,"astc-6x5-unorm":73,"astc-6x5-unorm-srgb":74,"astc-6x6-unorm":75,"astc-6x6-unorm-srgb":76,"astc-8x5-unorm":77,"astc-8x5-unorm-srgb":78,"astc-8x6-unorm":79,"astc-8x6-unorm-srgb":80,"astc-8x8-unorm":81,"astc-8x8-unorm-srgb":82,"astc-10x5-unorm":83,"astc-10x5-unorm-srgb":84,"astc-10x6-unorm":85,"astc-10x6-unorm-srgb":86,"astc-10x8-unorm":87,"astc-10x8-unorm-srgb":88,"astc-10x10-unorm":89,"astc-10x10-unorm-srgb":90,"astc-12x10-unorm":91,"astc-12x10-unorm-srgb":92,"astc-12x12-unorm":93,"astc-12x12-unorm-srgb":94,}[ret] ?? 95;
|
|
979
921
|
};
|
|
980
|
-
imports.wbg.
|
|
981
|
-
const ret = arg0.
|
|
922
|
+
imports.wbg.__wbg_requestAdapter_8413757c51a35b1d = function(arg0, arg1) {
|
|
923
|
+
const ret = arg0.requestAdapter(arg1);
|
|
982
924
|
return ret;
|
|
983
925
|
};
|
|
984
926
|
imports.wbg.__wbg_finish_5be91110098e071c = function(arg0) {
|
|
@@ -1022,36 +964,8 @@ function __wbg_get_imports() {
|
|
|
1022
964
|
imports.wbg.__wbg_setVertexBuffer_330ab505b9dfc64b = function(arg0, arg1, arg2, arg3, arg4) {
|
|
1023
965
|
arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3, arg4);
|
|
1024
966
|
};
|
|
1025
|
-
imports.wbg.
|
|
1026
|
-
const ret = arg0.
|
|
1027
|
-
return ret;
|
|
1028
|
-
};
|
|
1029
|
-
imports.wbg.__wbg_createView_87e589e1574ba76c = function(arg0, arg1) {
|
|
1030
|
-
const ret = arg0.createView(arg1);
|
|
1031
|
-
return ret;
|
|
1032
|
-
};
|
|
1033
|
-
imports.wbg.__wbg_destroy_b040948312c539a9 = function(arg0) {
|
|
1034
|
-
arg0.destroy();
|
|
1035
|
-
};
|
|
1036
|
-
imports.wbg.__wbg_error_520ca6f621497012 = function(arg0) {
|
|
1037
|
-
const ret = arg0.error;
|
|
1038
|
-
return ret;
|
|
1039
|
-
};
|
|
1040
|
-
imports.wbg.__wbg_instanceof_GpuCanvasContext_1eacd2a8c6b36ada = function(arg0) {
|
|
1041
|
-
let result;
|
|
1042
|
-
try {
|
|
1043
|
-
result = arg0 instanceof GPUCanvasContext;
|
|
1044
|
-
} catch (_) {
|
|
1045
|
-
result = false;
|
|
1046
|
-
}
|
|
1047
|
-
const ret = result;
|
|
1048
|
-
return ret;
|
|
1049
|
-
};
|
|
1050
|
-
imports.wbg.__wbg_configure_48cfbf148a9998c2 = function(arg0, arg1) {
|
|
1051
|
-
arg0.configure(arg1);
|
|
1052
|
-
};
|
|
1053
|
-
imports.wbg.__wbg_getCurrentTexture_1c8e29bec577927d = function(arg0) {
|
|
1054
|
-
const ret = arg0.getCurrentTexture();
|
|
967
|
+
imports.wbg.__wbg_messages_6833dfd0ae6a0a7c = function(arg0) {
|
|
968
|
+
const ret = arg0.messages;
|
|
1055
969
|
return ret;
|
|
1056
970
|
};
|
|
1057
971
|
imports.wbg.__wbg_features_b1971639ec1a77f7 = function(arg0) {
|
|
@@ -1131,100 +1045,31 @@ function __wbg_get_imports() {
|
|
|
1131
1045
|
imports.wbg.__wbg_pushErrorScope_3dc565fa86fee870 = function(arg0, arg1) {
|
|
1132
1046
|
arg0.pushErrorScope(["validation","out-of-memory","internal",][arg1]);
|
|
1133
1047
|
};
|
|
1134
|
-
imports.wbg.
|
|
1135
|
-
const ret = arg0.
|
|
1136
|
-
return {"r8unorm":0,"r8snorm":1,"r8uint":2,"r8sint":3,"r16uint":4,"r16sint":5,"r16float":6,"rg8unorm":7,"rg8snorm":8,"rg8uint":9,"rg8sint":10,"r32uint":11,"r32sint":12,"r32float":13,"rg16uint":14,"rg16sint":15,"rg16float":16,"rgba8unorm":17,"rgba8unorm-srgb":18,"rgba8snorm":19,"rgba8uint":20,"rgba8sint":21,"bgra8unorm":22,"bgra8unorm-srgb":23,"rgb9e5ufloat":24,"rgb10a2uint":25,"rgb10a2unorm":26,"rg11b10ufloat":27,"rg32uint":28,"rg32sint":29,"rg32float":30,"rgba16uint":31,"rgba16sint":32,"rgba16float":33,"rgba32uint":34,"rgba32sint":35,"rgba32float":36,"stencil8":37,"depth16unorm":38,"depth24plus":39,"depth24plus-stencil8":40,"depth32float":41,"depth32float-stencil8":42,"bc1-rgba-unorm":43,"bc1-rgba-unorm-srgb":44,"bc2-rgba-unorm":45,"bc2-rgba-unorm-srgb":46,"bc3-rgba-unorm":47,"bc3-rgba-unorm-srgb":48,"bc4-r-unorm":49,"bc4-r-snorm":50,"bc5-rg-unorm":51,"bc5-rg-snorm":52,"bc6h-rgb-ufloat":53,"bc6h-rgb-float":54,"bc7-rgba-unorm":55,"bc7-rgba-unorm-srgb":56,"etc2-rgb8unorm":57,"etc2-rgb8unorm-srgb":58,"etc2-rgb8a1unorm":59,"etc2-rgb8a1unorm-srgb":60,"etc2-rgba8unorm":61,"etc2-rgba8unorm-srgb":62,"eac-r11unorm":63,"eac-r11snorm":64,"eac-rg11unorm":65,"eac-rg11snorm":66,"astc-4x4-unorm":67,"astc-4x4-unorm-srgb":68,"astc-5x4-unorm":69,"astc-5x4-unorm-srgb":70,"astc-5x5-unorm":71,"astc-5x5-unorm-srgb":72,"astc-6x5-unorm":73,"astc-6x5-unorm-srgb":74,"astc-6x6-unorm":75,"astc-6x6-unorm-srgb":76,"astc-8x5-unorm":77,"astc-8x5-unorm-srgb":78,"astc-8x6-unorm":79,"astc-8x6-unorm-srgb":80,"astc-8x8-unorm":81,"astc-8x8-unorm-srgb":82,"astc-10x5-unorm":83,"astc-10x5-unorm-srgb":84,"astc-10x6-unorm":85,"astc-10x6-unorm-srgb":86,"astc-10x8-unorm":87,"astc-10x8-unorm-srgb":88,"astc-10x10-unorm":89,"astc-10x10-unorm-srgb":90,"astc-12x10-unorm":91,"astc-12x10-unorm-srgb":92,"astc-12x12-unorm":93,"astc-12x12-unorm-srgb":94,}[ret] ?? 95;
|
|
1137
|
-
};
|
|
1138
|
-
imports.wbg.__wbg_requestAdapter_8413757c51a35b1d = function(arg0, arg1) {
|
|
1139
|
-
const ret = arg0.requestAdapter(arg1);
|
|
1140
|
-
return ret;
|
|
1141
|
-
};
|
|
1142
|
-
imports.wbg.__wbg_size_61d4fa05868b79cd = function(arg0) {
|
|
1143
|
-
const ret = arg0.size;
|
|
1144
|
-
return ret;
|
|
1145
|
-
};
|
|
1146
|
-
imports.wbg.__wbg_usage_5043ac06189fbe53 = function(arg0) {
|
|
1147
|
-
const ret = arg0.usage;
|
|
1148
|
-
return ret;
|
|
1149
|
-
};
|
|
1150
|
-
imports.wbg.__wbg_destroy_387cb19081689594 = function(arg0) {
|
|
1151
|
-
arg0.destroy();
|
|
1152
|
-
};
|
|
1153
|
-
imports.wbg.__wbg_mapAsync_98ce4986e2f6d4af = function(arg0, arg1, arg2, arg3) {
|
|
1154
|
-
const ret = arg0.mapAsync(arg1 >>> 0, arg2, arg3);
|
|
1155
|
-
return ret;
|
|
1156
|
-
};
|
|
1157
|
-
imports.wbg.__wbg_unmap_efca7885e5daff78 = function(arg0) {
|
|
1158
|
-
arg0.unmap();
|
|
1159
|
-
};
|
|
1160
|
-
imports.wbg.__wbg_messages_6833dfd0ae6a0a7c = function(arg0) {
|
|
1161
|
-
const ret = arg0.messages;
|
|
1048
|
+
imports.wbg.__wbg_error_520ca6f621497012 = function(arg0) {
|
|
1049
|
+
const ret = arg0.error;
|
|
1162
1050
|
return ret;
|
|
1163
1051
|
};
|
|
1164
|
-
imports.wbg.
|
|
1165
|
-
|
|
1052
|
+
imports.wbg.__wbg_instanceof_GpuDeviceLostInfo_c7232ceb822b15d6 = function(arg0) {
|
|
1053
|
+
let result;
|
|
1054
|
+
try {
|
|
1055
|
+
result = arg0 instanceof GPUDeviceLostInfo;
|
|
1056
|
+
} catch (_) {
|
|
1057
|
+
result = false;
|
|
1058
|
+
}
|
|
1059
|
+
const ret = result;
|
|
1166
1060
|
return ret;
|
|
1167
1061
|
};
|
|
1168
|
-
imports.wbg.
|
|
1169
|
-
arg0.
|
|
1170
|
-
|
|
1171
|
-
imports.wbg.__wbg_submit_4283b63806c5d15e = function(arg0, arg1) {
|
|
1172
|
-
arg0.submit(arg1);
|
|
1173
|
-
};
|
|
1174
|
-
imports.wbg.__wbg_writeBuffer_6ce87bc6ff22a2b5 = function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1175
|
-
arg0.writeBuffer(arg1, arg2, arg3, arg4, arg5);
|
|
1176
|
-
};
|
|
1177
|
-
imports.wbg.__wbg_writeTexture_3708ced0dd386721 = function(arg0, arg1, arg2, arg3, arg4) {
|
|
1178
|
-
arg0.writeTexture(arg1, arg2, arg3, arg4);
|
|
1062
|
+
imports.wbg.__wbg_reason_436ee862de561851 = function(arg0) {
|
|
1063
|
+
const ret = arg0.reason;
|
|
1064
|
+
return {"unknown":0,"destroyed":1,}[ret] ?? 2;
|
|
1179
1065
|
};
|
|
1180
|
-
imports.wbg.
|
|
1181
|
-
const ret = arg1.
|
|
1066
|
+
imports.wbg.__wbg_message_54cb97c0fd1579bf = function(arg0, arg1) {
|
|
1067
|
+
const ret = arg1.message;
|
|
1182
1068
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1183
1069
|
const len1 = WASM_VECTOR_LEN;
|
|
1184
1070
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1185
1071
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1186
1072
|
};
|
|
1187
|
-
imports.wbg.__wbg_beginComputePass_df50d9ddd5f32a63 = function(arg0, arg1) {
|
|
1188
|
-
const ret = arg0.beginComputePass(arg1);
|
|
1189
|
-
return ret;
|
|
1190
|
-
};
|
|
1191
|
-
imports.wbg.__wbg_beginRenderPass_14284a54cee2063b = function(arg0, arg1) {
|
|
1192
|
-
const ret = arg0.beginRenderPass(arg1);
|
|
1193
|
-
return ret;
|
|
1194
|
-
};
|
|
1195
|
-
imports.wbg.__wbg_clearBuffer_a5ccb106665ad51e = function(arg0, arg1, arg2) {
|
|
1196
|
-
arg0.clearBuffer(arg1, arg2);
|
|
1197
|
-
};
|
|
1198
|
-
imports.wbg.__wbg_clearBuffer_f06a69a0aa134d24 = function(arg0, arg1, arg2, arg3) {
|
|
1199
|
-
arg0.clearBuffer(arg1, arg2, arg3);
|
|
1200
|
-
};
|
|
1201
|
-
imports.wbg.__wbg_copyBufferToBuffer_f0736fef84f76be5 = function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1202
|
-
arg0.copyBufferToBuffer(arg1, arg2, arg3, arg4, arg5);
|
|
1203
|
-
};
|
|
1204
|
-
imports.wbg.__wbg_copyBufferToTexture_aedde01ad3786b4f = function(arg0, arg1, arg2, arg3) {
|
|
1205
|
-
arg0.copyBufferToTexture(arg1, arg2, arg3);
|
|
1206
|
-
};
|
|
1207
|
-
imports.wbg.__wbg_copyTextureToBuffer_268207d3e09dfa81 = function(arg0, arg1, arg2, arg3) {
|
|
1208
|
-
arg0.copyTextureToBuffer(arg1, arg2, arg3);
|
|
1209
|
-
};
|
|
1210
|
-
imports.wbg.__wbg_copyTextureToTexture_7ea3d6de0a82ce7f = function(arg0, arg1, arg2, arg3) {
|
|
1211
|
-
arg0.copyTextureToTexture(arg1, arg2, arg3);
|
|
1212
|
-
};
|
|
1213
|
-
imports.wbg.__wbg_finish_7ad9d3e23124bbc6 = function(arg0) {
|
|
1214
|
-
const ret = arg0.finish();
|
|
1215
|
-
return ret;
|
|
1216
|
-
};
|
|
1217
|
-
imports.wbg.__wbg_finish_78696a2f194fbb7a = function(arg0, arg1) {
|
|
1218
|
-
const ret = arg0.finish(arg1);
|
|
1219
|
-
return ret;
|
|
1220
|
-
};
|
|
1221
|
-
imports.wbg.__wbg_resolveQuerySet_7354946ea63dacbb = function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1222
|
-
arg0.resolveQuerySet(arg1, arg2 >>> 0, arg3 >>> 0, arg4, arg5 >>> 0);
|
|
1223
|
-
};
|
|
1224
|
-
imports.wbg.__wbg_has_14b751afdcf0a341 = function(arg0, arg1, arg2) {
|
|
1225
|
-
const ret = arg0.has(getStringFromWasm0(arg1, arg2));
|
|
1226
|
-
return ret;
|
|
1227
|
-
};
|
|
1228
1073
|
imports.wbg.__wbg_maxTextureDimension1D_71c238385d79f287 = function(arg0) {
|
|
1229
1074
|
const ret = arg0.maxTextureDimension1D;
|
|
1230
1075
|
return ret;
|
|
@@ -1345,6 +1190,20 @@ function __wbg_get_imports() {
|
|
|
1345
1190
|
const ret = arg0.maxComputeWorkgroupsPerDimension;
|
|
1346
1191
|
return ret;
|
|
1347
1192
|
};
|
|
1193
|
+
imports.wbg.__wbg_instanceof_GpuAdapter_ba82c448cfa55608 = function(arg0) {
|
|
1194
|
+
let result;
|
|
1195
|
+
try {
|
|
1196
|
+
result = arg0 instanceof GPUAdapter;
|
|
1197
|
+
} catch (_) {
|
|
1198
|
+
result = false;
|
|
1199
|
+
}
|
|
1200
|
+
const ret = result;
|
|
1201
|
+
return ret;
|
|
1202
|
+
};
|
|
1203
|
+
imports.wbg.__wbg_getMappedRange_08e71df297c66a50 = function(arg0, arg1, arg2) {
|
|
1204
|
+
const ret = arg0.getMappedRange(arg1, arg2);
|
|
1205
|
+
return ret;
|
|
1206
|
+
};
|
|
1348
1207
|
imports.wbg.__wbg_Window_4d1f8d969d639a22 = function(arg0) {
|
|
1349
1208
|
const ret = arg0.Window;
|
|
1350
1209
|
return ret;
|
|
@@ -1353,6 +1212,117 @@ function __wbg_get_imports() {
|
|
|
1353
1212
|
const ret = arg0.WorkerGlobalScope;
|
|
1354
1213
|
return ret;
|
|
1355
1214
|
};
|
|
1215
|
+
imports.wbg.__wbg_requestDevice_1c8e4f0fe8729328 = function(arg0, arg1) {
|
|
1216
|
+
const ret = arg0.requestDevice(arg1);
|
|
1217
|
+
return ret;
|
|
1218
|
+
};
|
|
1219
|
+
imports.wbg.__wbg_features_e7f12cb6c5258238 = function(arg0) {
|
|
1220
|
+
const ret = arg0.features;
|
|
1221
|
+
return ret;
|
|
1222
|
+
};
|
|
1223
|
+
imports.wbg.__wbg_limits_622a6ae19a037dbf = function(arg0) {
|
|
1224
|
+
const ret = arg0.limits;
|
|
1225
|
+
return ret;
|
|
1226
|
+
};
|
|
1227
|
+
imports.wbg.__wbg_mapAsync_98ce4986e2f6d4af = function(arg0, arg1, arg2, arg3) {
|
|
1228
|
+
const ret = arg0.mapAsync(arg1 >>> 0, arg2, arg3);
|
|
1229
|
+
return ret;
|
|
1230
|
+
};
|
|
1231
|
+
imports.wbg.__wbg_unmap_efca7885e5daff78 = function(arg0) {
|
|
1232
|
+
arg0.unmap();
|
|
1233
|
+
};
|
|
1234
|
+
imports.wbg.__wbg_getCompilationInfo_adcb4d74ed54d1f9 = function(arg0) {
|
|
1235
|
+
const ret = arg0.getCompilationInfo();
|
|
1236
|
+
return ret;
|
|
1237
|
+
};
|
|
1238
|
+
imports.wbg.__wbg_createView_87e589e1574ba76c = function(arg0, arg1) {
|
|
1239
|
+
const ret = arg0.createView(arg1);
|
|
1240
|
+
return ret;
|
|
1241
|
+
};
|
|
1242
|
+
imports.wbg.__wbg_destroy_387cb19081689594 = function(arg0) {
|
|
1243
|
+
arg0.destroy();
|
|
1244
|
+
};
|
|
1245
|
+
imports.wbg.__wbg_destroy_b040948312c539a9 = function(arg0) {
|
|
1246
|
+
arg0.destroy();
|
|
1247
|
+
};
|
|
1248
|
+
imports.wbg.__wbg_getBindGroupLayout_0194b7a790ac805d = function(arg0, arg1) {
|
|
1249
|
+
const ret = arg0.getBindGroupLayout(arg1 >>> 0);
|
|
1250
|
+
return ret;
|
|
1251
|
+
};
|
|
1252
|
+
imports.wbg.__wbg_getBindGroupLayout_1490d5a61f4fd56b = function(arg0, arg1) {
|
|
1253
|
+
const ret = arg0.getBindGroupLayout(arg1 >>> 0);
|
|
1254
|
+
return ret;
|
|
1255
|
+
};
|
|
1256
|
+
imports.wbg.__wbg_copyBufferToBuffer_f0736fef84f76be5 = function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1257
|
+
arg0.copyBufferToBuffer(arg1, arg2, arg3, arg4, arg5);
|
|
1258
|
+
};
|
|
1259
|
+
imports.wbg.__wbg_copyBufferToTexture_aedde01ad3786b4f = function(arg0, arg1, arg2, arg3) {
|
|
1260
|
+
arg0.copyBufferToTexture(arg1, arg2, arg3);
|
|
1261
|
+
};
|
|
1262
|
+
imports.wbg.__wbg_copyTextureToBuffer_268207d3e09dfa81 = function(arg0, arg1, arg2, arg3) {
|
|
1263
|
+
arg0.copyTextureToBuffer(arg1, arg2, arg3);
|
|
1264
|
+
};
|
|
1265
|
+
imports.wbg.__wbg_copyTextureToTexture_7ea3d6de0a82ce7f = function(arg0, arg1, arg2, arg3) {
|
|
1266
|
+
arg0.copyTextureToTexture(arg1, arg2, arg3);
|
|
1267
|
+
};
|
|
1268
|
+
imports.wbg.__wbg_beginComputePass_df50d9ddd5f32a63 = function(arg0, arg1) {
|
|
1269
|
+
const ret = arg0.beginComputePass(arg1);
|
|
1270
|
+
return ret;
|
|
1271
|
+
};
|
|
1272
|
+
imports.wbg.__wbg_beginRenderPass_14284a54cee2063b = function(arg0, arg1) {
|
|
1273
|
+
const ret = arg0.beginRenderPass(arg1);
|
|
1274
|
+
return ret;
|
|
1275
|
+
};
|
|
1276
|
+
imports.wbg.__wbg_label_81cb6c4ebcba5f4d = function(arg0, arg1) {
|
|
1277
|
+
const ret = arg1.label;
|
|
1278
|
+
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1279
|
+
const len1 = WASM_VECTOR_LEN;
|
|
1280
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1281
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1282
|
+
};
|
|
1283
|
+
imports.wbg.__wbg_finish_78696a2f194fbb7a = function(arg0, arg1) {
|
|
1284
|
+
const ret = arg0.finish(arg1);
|
|
1285
|
+
return ret;
|
|
1286
|
+
};
|
|
1287
|
+
imports.wbg.__wbg_finish_7ad9d3e23124bbc6 = function(arg0) {
|
|
1288
|
+
const ret = arg0.finish();
|
|
1289
|
+
return ret;
|
|
1290
|
+
};
|
|
1291
|
+
imports.wbg.__wbg_clearBuffer_a5ccb106665ad51e = function(arg0, arg1, arg2) {
|
|
1292
|
+
arg0.clearBuffer(arg1, arg2);
|
|
1293
|
+
};
|
|
1294
|
+
imports.wbg.__wbg_clearBuffer_f06a69a0aa134d24 = function(arg0, arg1, arg2, arg3) {
|
|
1295
|
+
arg0.clearBuffer(arg1, arg2, arg3);
|
|
1296
|
+
};
|
|
1297
|
+
imports.wbg.__wbg_resolveQuerySet_7354946ea63dacbb = function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1298
|
+
arg0.resolveQuerySet(arg1, arg2 >>> 0, arg3 >>> 0, arg4, arg5 >>> 0);
|
|
1299
|
+
};
|
|
1300
|
+
imports.wbg.__wbg_usage_5043ac06189fbe53 = function(arg0) {
|
|
1301
|
+
const ret = arg0.usage;
|
|
1302
|
+
return ret;
|
|
1303
|
+
};
|
|
1304
|
+
imports.wbg.__wbg_size_61d4fa05868b79cd = function(arg0) {
|
|
1305
|
+
const ret = arg0.size;
|
|
1306
|
+
return ret;
|
|
1307
|
+
};
|
|
1308
|
+
imports.wbg.__wbg_setPipeline_4d0e04e7370f0e2e = function(arg0, arg1) {
|
|
1309
|
+
arg0.setPipeline(arg1);
|
|
1310
|
+
};
|
|
1311
|
+
imports.wbg.__wbg_setBindGroup_48300d51a3d74853 = function(arg0, arg1, arg2) {
|
|
1312
|
+
arg0.setBindGroup(arg1 >>> 0, arg2);
|
|
1313
|
+
};
|
|
1314
|
+
imports.wbg.__wbg_setBindGroup_d79f4f1d5e43c06f = function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
1315
|
+
arg0.setBindGroup(arg1 >>> 0, arg2, getArrayU32FromWasm0(arg3, arg4), arg5, arg6 >>> 0);
|
|
1316
|
+
};
|
|
1317
|
+
imports.wbg.__wbg_dispatchWorkgroups_f0fd90dcd4a506fa = function(arg0, arg1, arg2, arg3) {
|
|
1318
|
+
arg0.dispatchWorkgroups(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0);
|
|
1319
|
+
};
|
|
1320
|
+
imports.wbg.__wbg_dispatchWorkgroupsIndirect_567a84763f6a0b87 = function(arg0, arg1, arg2) {
|
|
1321
|
+
arg0.dispatchWorkgroupsIndirect(arg1, arg2);
|
|
1322
|
+
};
|
|
1323
|
+
imports.wbg.__wbg_end_bbe499813ce72830 = function(arg0) {
|
|
1324
|
+
arg0.end();
|
|
1325
|
+
};
|
|
1356
1326
|
imports.wbg.__wbg_setPipeline_8f2f5c316ddb7f68 = function(arg0, arg1) {
|
|
1357
1327
|
arg0.setPipeline(arg1);
|
|
1358
1328
|
};
|
|
@@ -1404,20 +1374,50 @@ function __wbg_get_imports() {
|
|
|
1404
1374
|
imports.wbg.__wbg_end_c97b7dbccda72e72 = function(arg0) {
|
|
1405
1375
|
arg0.end();
|
|
1406
1376
|
};
|
|
1407
|
-
imports.wbg.
|
|
1377
|
+
imports.wbg.__wbg_message_0ff806941d54e1d2 = function(arg0, arg1) {
|
|
1378
|
+
const ret = arg1.message;
|
|
1379
|
+
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1380
|
+
const len1 = WASM_VECTOR_LEN;
|
|
1381
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1382
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1383
|
+
};
|
|
1384
|
+
imports.wbg.__wbg_type_c3e79de7c41f03c2 = function(arg0) {
|
|
1385
|
+
const ret = arg0.type;
|
|
1386
|
+
return {"error":0,"warning":1,"info":2,}[ret] ?? 3;
|
|
1387
|
+
};
|
|
1388
|
+
imports.wbg.__wbg_lineNum_06a4c70c1027df81 = function(arg0) {
|
|
1389
|
+
const ret = arg0.lineNum;
|
|
1390
|
+
return ret;
|
|
1391
|
+
};
|
|
1392
|
+
imports.wbg.__wbg_offset_47f9a19926637c8e = function(arg0) {
|
|
1393
|
+
const ret = arg0.offset;
|
|
1394
|
+
return ret;
|
|
1395
|
+
};
|
|
1396
|
+
imports.wbg.__wbg_length_ff62902e8840f82f = function(arg0) {
|
|
1397
|
+
const ret = arg0.length;
|
|
1398
|
+
return ret;
|
|
1399
|
+
};
|
|
1400
|
+
imports.wbg.__wbg_message_4bd9ef09b3092122 = function(arg0, arg1) {
|
|
1401
|
+
const ret = arg1.message;
|
|
1402
|
+
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1403
|
+
const len1 = WASM_VECTOR_LEN;
|
|
1404
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1405
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1406
|
+
};
|
|
1407
|
+
imports.wbg.__wbg_done_510de141aaf69a99 = function(arg0) {
|
|
1408
1408
|
const ret = arg0.done;
|
|
1409
1409
|
return ret;
|
|
1410
1410
|
};
|
|
1411
|
-
imports.wbg.
|
|
1411
|
+
imports.wbg.__wbg_value_3ef4965e9c7085be = function(arg0) {
|
|
1412
1412
|
const ret = arg0.value;
|
|
1413
1413
|
return ret;
|
|
1414
1414
|
};
|
|
1415
|
-
imports.wbg.
|
|
1415
|
+
imports.wbg.__wbg_getReader_584431a478f1339c = function() { return handleError(function (arg0) {
|
|
1416
1416
|
const ret = arg0.getReader();
|
|
1417
1417
|
return ret;
|
|
1418
1418
|
}, arguments) };
|
|
1419
|
-
imports.wbg.
|
|
1420
|
-
imports.wbg.
|
|
1419
|
+
imports.wbg.__wbg_queueMicrotask_12a30234db4045d3 = typeof queueMicrotask == 'function' ? queueMicrotask : notDefined('queueMicrotask');
|
|
1420
|
+
imports.wbg.__wbg_queueMicrotask_48421b3cc9052b68 = function(arg0) {
|
|
1421
1421
|
const ret = arg0.queueMicrotask;
|
|
1422
1422
|
return ret;
|
|
1423
1423
|
};
|
|
@@ -2383,17 +2383,6 @@ function __wbg_get_imports() {
|
|
|
2383
2383
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
2384
2384
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
2385
2385
|
}, arguments) };
|
|
2386
|
-
imports.wbg.__wbg_message_fde1ade05259137c = function(arg0, arg1) {
|
|
2387
|
-
const ret = arg1.message;
|
|
2388
|
-
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
2389
|
-
const len1 = WASM_VECTOR_LEN;
|
|
2390
|
-
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
2391
|
-
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
2392
|
-
};
|
|
2393
|
-
imports.wbg.__wbg_error_f4a23af7ac524546 = function(arg0) {
|
|
2394
|
-
const ret = arg0.error;
|
|
2395
|
-
return ret;
|
|
2396
|
-
};
|
|
2397
2386
|
imports.wbg.__wbg_addEventListener_e167f012cbedfa4e = function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
2398
2387
|
arg0.addEventListener(getStringFromWasm0(arg1, arg2), arg3);
|
|
2399
2388
|
}, arguments) };
|
|
@@ -2812,12 +2801,6 @@ function __wbg_get_imports() {
|
|
|
2812
2801
|
imports.wbg.__wbg_setoptimizeforlatency_8748c0101417bfb0 = function(arg0, arg1) {
|
|
2813
2802
|
arg0.optimizeForLatency = arg1 !== 0;
|
|
2814
2803
|
};
|
|
2815
|
-
imports.wbg.__wbg_seterror_374f6871e211a404 = function(arg0, arg1) {
|
|
2816
|
-
arg0.error = arg1;
|
|
2817
|
-
};
|
|
2818
|
-
imports.wbg.__wbg_setoutput_2b1793bf3fab4a0f = function(arg0, arg1) {
|
|
2819
|
-
arg0.output = arg1;
|
|
2820
|
-
};
|
|
2821
2804
|
imports.wbg.__wbg_instanceof_DomException_1bbe86882eadb549 = function(arg0) {
|
|
2822
2805
|
let result;
|
|
2823
2806
|
try {
|
|
@@ -2963,6 +2946,12 @@ function __wbg_get_imports() {
|
|
|
2963
2946
|
const ret = arg0.deltaMode;
|
|
2964
2947
|
return ret;
|
|
2965
2948
|
};
|
|
2949
|
+
imports.wbg.__wbg_seterror_374f6871e211a404 = function(arg0, arg1) {
|
|
2950
|
+
arg0.error = arg1;
|
|
2951
|
+
};
|
|
2952
|
+
imports.wbg.__wbg_setoutput_2b1793bf3fab4a0f = function(arg0, arg1) {
|
|
2953
|
+
arg0.output = arg1;
|
|
2954
|
+
};
|
|
2966
2955
|
imports.wbg.__wbg_navigator_db73b5b11a0c5c93 = function(arg0) {
|
|
2967
2956
|
const ret = arg0.navigator;
|
|
2968
2957
|
return ret;
|
|
@@ -3228,16 +3217,16 @@ function __wbg_get_imports() {
|
|
|
3228
3217
|
imports.wbg.__wbg_close_d40a9ae3f32e4879 = function(arg0) {
|
|
3229
3218
|
arg0.close();
|
|
3230
3219
|
};
|
|
3231
|
-
imports.wbg.
|
|
3220
|
+
imports.wbg.__wbg_warn_17663c8d0a67016a = function(arg0, arg1) {
|
|
3232
3221
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
3233
3222
|
};
|
|
3234
|
-
imports.wbg.
|
|
3223
|
+
imports.wbg.__wbg_info_09cd125250b82e98 = function(arg0, arg1) {
|
|
3235
3224
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
3236
3225
|
};
|
|
3237
|
-
imports.wbg.
|
|
3226
|
+
imports.wbg.__wbg_debug_53ac2f5a79777f0f = function(arg0, arg1) {
|
|
3238
3227
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
3239
3228
|
};
|
|
3240
|
-
imports.wbg.
|
|
3229
|
+
imports.wbg.__wbg_trace_0673467fc54e02de = function(arg0, arg1) {
|
|
3241
3230
|
console.trace(getStringFromWasm0(arg0, arg1));
|
|
3242
3231
|
};
|
|
3243
3232
|
imports.wbg.__wbg_performance_a1b8bde2ee512264 = function(arg0) {
|
|
@@ -3248,34 +3237,34 @@ function __wbg_get_imports() {
|
|
|
3248
3237
|
const ret = arg0.now();
|
|
3249
3238
|
return ret;
|
|
3250
3239
|
};
|
|
3251
|
-
imports.wbg.
|
|
3240
|
+
imports.wbg.__wbg_crypto_1d1f22824a6a080c = function(arg0) {
|
|
3252
3241
|
const ret = arg0.crypto;
|
|
3253
3242
|
return ret;
|
|
3254
3243
|
};
|
|
3255
|
-
imports.wbg.
|
|
3244
|
+
imports.wbg.__wbg_process_4a72847cc503995b = function(arg0) {
|
|
3256
3245
|
const ret = arg0.process;
|
|
3257
3246
|
return ret;
|
|
3258
3247
|
};
|
|
3259
|
-
imports.wbg.
|
|
3248
|
+
imports.wbg.__wbg_versions_f686565e586dd935 = function(arg0) {
|
|
3260
3249
|
const ret = arg0.versions;
|
|
3261
3250
|
return ret;
|
|
3262
3251
|
};
|
|
3263
|
-
imports.wbg.
|
|
3252
|
+
imports.wbg.__wbg_node_104a2ff8d6ea03a2 = function(arg0) {
|
|
3264
3253
|
const ret = arg0.node;
|
|
3265
3254
|
return ret;
|
|
3266
3255
|
};
|
|
3267
|
-
imports.wbg.
|
|
3256
|
+
imports.wbg.__wbg_require_cca90b1a94a0255b = function() { return handleError(function () {
|
|
3268
3257
|
const ret = module.require;
|
|
3269
3258
|
return ret;
|
|
3270
3259
|
}, arguments) };
|
|
3271
|
-
imports.wbg.
|
|
3260
|
+
imports.wbg.__wbg_msCrypto_eb05e62b530a1508 = function(arg0) {
|
|
3272
3261
|
const ret = arg0.msCrypto;
|
|
3273
3262
|
return ret;
|
|
3274
3263
|
};
|
|
3275
|
-
imports.wbg.
|
|
3264
|
+
imports.wbg.__wbg_randomFillSync_5c9c955aa56b6049 = function() { return handleError(function (arg0, arg1) {
|
|
3276
3265
|
arg0.randomFillSync(arg1);
|
|
3277
3266
|
}, arguments) };
|
|
3278
|
-
imports.wbg.
|
|
3267
|
+
imports.wbg.__wbg_getRandomValues_3aa56aa6edec874c = function() { return handleError(function (arg0, arg1) {
|
|
3279
3268
|
arg0.getRandomValues(arg1);
|
|
3280
3269
|
}, arguments) };
|
|
3281
3270
|
imports.wbg.__wbg_get_3baa728f9d58d3f6 = function(arg0, arg1) {
|
|
@@ -3468,7 +3457,7 @@ function __wbg_get_imports() {
|
|
|
3468
3457
|
const a = state0.a;
|
|
3469
3458
|
state0.a = 0;
|
|
3470
3459
|
try {
|
|
3471
|
-
return
|
|
3460
|
+
return __wbg_adapter_1466(a, state0.b, arg0, arg1);
|
|
3472
3461
|
} finally {
|
|
3473
3462
|
state0.a = a;
|
|
3474
3463
|
}
|
|
@@ -3586,76 +3575,76 @@ function __wbg_get_imports() {
|
|
|
3586
3575
|
const ret = wasm.memory;
|
|
3587
3576
|
return ret;
|
|
3588
3577
|
};
|
|
3589
|
-
imports.wbg.
|
|
3590
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3578
|
+
imports.wbg.__wbindgen_closure_wrapper2736 = function(arg0, arg1, arg2) {
|
|
3579
|
+
const ret = makeMutClosure(arg0, arg1, 804, __wbg_adapter_46);
|
|
3591
3580
|
return ret;
|
|
3592
3581
|
};
|
|
3593
|
-
imports.wbg.
|
|
3594
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3582
|
+
imports.wbg.__wbindgen_closure_wrapper2738 = function(arg0, arg1, arg2) {
|
|
3583
|
+
const ret = makeMutClosure(arg0, arg1, 804, __wbg_adapter_49);
|
|
3595
3584
|
return ret;
|
|
3596
3585
|
};
|
|
3597
|
-
imports.wbg.
|
|
3598
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3586
|
+
imports.wbg.__wbindgen_closure_wrapper14171 = function(arg0, arg1, arg2) {
|
|
3587
|
+
const ret = makeMutClosure(arg0, arg1, 5832, __wbg_adapter_52);
|
|
3599
3588
|
return ret;
|
|
3600
3589
|
};
|
|
3601
|
-
imports.wbg.
|
|
3602
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3590
|
+
imports.wbg.__wbindgen_closure_wrapper14173 = function(arg0, arg1, arg2) {
|
|
3591
|
+
const ret = makeMutClosure(arg0, arg1, 5832, __wbg_adapter_55);
|
|
3603
3592
|
return ret;
|
|
3604
3593
|
};
|
|
3605
|
-
imports.wbg.
|
|
3606
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3594
|
+
imports.wbg.__wbindgen_closure_wrapper14175 = function(arg0, arg1, arg2) {
|
|
3595
|
+
const ret = makeMutClosure(arg0, arg1, 5832, __wbg_adapter_55);
|
|
3607
3596
|
return ret;
|
|
3608
3597
|
};
|
|
3609
|
-
imports.wbg.
|
|
3610
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3598
|
+
imports.wbg.__wbindgen_closure_wrapper19059 = function(arg0, arg1, arg2) {
|
|
3599
|
+
const ret = makeMutClosure(arg0, arg1, 7615, __wbg_adapter_60);
|
|
3611
3600
|
return ret;
|
|
3612
3601
|
};
|
|
3613
|
-
imports.wbg.
|
|
3614
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3602
|
+
imports.wbg.__wbindgen_closure_wrapper19139 = function(arg0, arg1, arg2) {
|
|
3603
|
+
const ret = makeMutClosure(arg0, arg1, 7641, __wbg_adapter_63);
|
|
3615
3604
|
return ret;
|
|
3616
3605
|
};
|
|
3617
|
-
imports.wbg.
|
|
3618
|
-
const ret =
|
|
3606
|
+
imports.wbg.__wbindgen_closure_wrapper23016 = function(arg0, arg1, arg2) {
|
|
3607
|
+
const ret = makeMutClosure(arg0, arg1, 8689, __wbg_adapter_66);
|
|
3619
3608
|
return ret;
|
|
3620
3609
|
};
|
|
3621
|
-
imports.wbg.
|
|
3622
|
-
const ret =
|
|
3610
|
+
imports.wbg.__wbindgen_closure_wrapper23018 = function(arg0, arg1, arg2) {
|
|
3611
|
+
const ret = makeMutClosure(arg0, arg1, 8689, __wbg_adapter_66);
|
|
3623
3612
|
return ret;
|
|
3624
3613
|
};
|
|
3625
|
-
imports.wbg.
|
|
3626
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3614
|
+
imports.wbg.__wbindgen_closure_wrapper30252 = function(arg0, arg1, arg2) {
|
|
3615
|
+
const ret = makeMutClosure(arg0, arg1, 11915, __wbg_adapter_71);
|
|
3627
3616
|
return ret;
|
|
3628
3617
|
};
|
|
3629
|
-
imports.wbg.
|
|
3630
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3618
|
+
imports.wbg.__wbindgen_closure_wrapper30254 = function(arg0, arg1, arg2) {
|
|
3619
|
+
const ret = makeMutClosure(arg0, arg1, 11915, __wbg_adapter_71);
|
|
3631
3620
|
return ret;
|
|
3632
3621
|
};
|
|
3633
|
-
imports.wbg.
|
|
3634
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3622
|
+
imports.wbg.__wbindgen_closure_wrapper30256 = function(arg0, arg1, arg2) {
|
|
3623
|
+
const ret = makeMutClosure(arg0, arg1, 11915, __wbg_adapter_71);
|
|
3635
3624
|
return ret;
|
|
3636
3625
|
};
|
|
3637
|
-
imports.wbg.
|
|
3638
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3626
|
+
imports.wbg.__wbindgen_closure_wrapper30258 = function(arg0, arg1, arg2) {
|
|
3627
|
+
const ret = makeMutClosure(arg0, arg1, 11915, __wbg_adapter_71);
|
|
3639
3628
|
return ret;
|
|
3640
3629
|
};
|
|
3641
|
-
imports.wbg.
|
|
3642
|
-
const ret =
|
|
3630
|
+
imports.wbg.__wbindgen_closure_wrapper35440 = function(arg0, arg1, arg2) {
|
|
3631
|
+
const ret = makeClosure(arg0, arg1, 13984, __wbg_adapter_80);
|
|
3643
3632
|
return ret;
|
|
3644
3633
|
};
|
|
3645
|
-
imports.wbg.
|
|
3646
|
-
const ret =
|
|
3634
|
+
imports.wbg.__wbindgen_closure_wrapper35442 = function(arg0, arg1, arg2) {
|
|
3635
|
+
const ret = makeClosure(arg0, arg1, 13984, __wbg_adapter_80);
|
|
3647
3636
|
return ret;
|
|
3648
3637
|
};
|
|
3649
|
-
imports.wbg.
|
|
3650
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3638
|
+
imports.wbg.__wbindgen_closure_wrapper36941 = function(arg0, arg1, arg2) {
|
|
3639
|
+
const ret = makeMutClosure(arg0, arg1, 14749, __wbg_adapter_85);
|
|
3651
3640
|
return ret;
|
|
3652
3641
|
};
|
|
3653
|
-
imports.wbg.
|
|
3654
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3642
|
+
imports.wbg.__wbindgen_closure_wrapper37366 = function(arg0, arg1, arg2) {
|
|
3643
|
+
const ret = makeMutClosure(arg0, arg1, 14939, __wbg_adapter_88);
|
|
3655
3644
|
return ret;
|
|
3656
3645
|
};
|
|
3657
|
-
imports.wbg.
|
|
3658
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3646
|
+
imports.wbg.__wbindgen_closure_wrapper37479 = function(arg0, arg1, arg2) {
|
|
3647
|
+
const ret = makeMutClosure(arg0, arg1, 14980, __wbg_adapter_91);
|
|
3659
3648
|
return ret;
|
|
3660
3649
|
};
|
|
3661
3650
|
imports.wbg.__wbindgen_init_externref_table = function() {
|
package/re_viewer_bg.wasm
CHANGED
|
Binary file
|
package/re_viewer_bg.wasm.d.ts
CHANGED
|
@@ -28,9 +28,6 @@ export function wgpu_render_bundle_set_index_buffer(a: number, b: number, c: num
|
|
|
28
28
|
export function wgpu_render_bundle_pop_debug_group(a: number): void;
|
|
29
29
|
export function wgpu_render_bundle_insert_debug_marker(a: number, b: number): void;
|
|
30
30
|
export function wgpu_render_bundle_push_debug_group(a: number, b: number): void;
|
|
31
|
-
export function __wbg_intounderlyingsource_free(a: number, b: number): void;
|
|
32
|
-
export function intounderlyingsource_pull(a: number, b: number): number;
|
|
33
|
-
export function intounderlyingsource_cancel(a: number): void;
|
|
34
31
|
export function __wbg_intounderlyingsink_free(a: number, b: number): void;
|
|
35
32
|
export function intounderlyingsink_write(a: number, b: number): number;
|
|
36
33
|
export function intounderlyingsink_close(a: number): number;
|
|
@@ -41,26 +38,29 @@ export function intounderlyingbytesource_autoAllocateChunkSize(a: number): numbe
|
|
|
41
38
|
export function intounderlyingbytesource_start(a: number, b: number): void;
|
|
42
39
|
export function intounderlyingbytesource_pull(a: number, b: number): number;
|
|
43
40
|
export function intounderlyingbytesource_cancel(a: number): void;
|
|
41
|
+
export function __wbg_intounderlyingsource_free(a: number, b: number): void;
|
|
42
|
+
export function intounderlyingsource_pull(a: number, b: number): number;
|
|
43
|
+
export function intounderlyingsource_cancel(a: number): void;
|
|
44
44
|
export function __wbindgen_malloc(a: number, b: number): number;
|
|
45
45
|
export function __wbindgen_realloc(a: number, b: number, c: number, d: number): number;
|
|
46
46
|
export const __wbindgen_export_2: WebAssembly.Table;
|
|
47
47
|
export const __wbindgen_export_3: WebAssembly.Table;
|
|
48
48
|
export function __wbindgen_add_to_stack_pointer(a: number): number;
|
|
49
|
-
export function
|
|
49
|
+
export function closure803_externref_shim(a: number, b: number, c: number, d: number): void;
|
|
50
50
|
export function __externref_table_dealloc(a: number): void;
|
|
51
|
-
export function
|
|
52
|
-
export function
|
|
53
|
-
export function
|
|
54
|
-
export function
|
|
55
|
-
export function
|
|
56
|
-
export function
|
|
57
|
-
export function
|
|
58
|
-
export function
|
|
59
|
-
export function
|
|
60
|
-
export function
|
|
61
|
-
export function
|
|
51
|
+
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h152edff22007f962(a: number, b: number): void;
|
|
52
|
+
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hd9fc7adbccdf16ef(a: number, b: number, c: number): void;
|
|
53
|
+
export function closure5835_externref_shim(a: number, b: number, c: number): void;
|
|
54
|
+
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1fe0a1120d56c742(a: number, b: number): void;
|
|
55
|
+
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hcbeca4ddee3f0d3a(a: number, b: number): void;
|
|
56
|
+
export function closure8688_externref_shim(a: number, b: number, c: number): void;
|
|
57
|
+
export function closure11914_externref_shim(a: number, b: number, c: number): void;
|
|
58
|
+
export function closure13983_externref_shim(a: number, b: number, c: number): void;
|
|
59
|
+
export function closure14748_externref_shim(a: number, b: number, c: number): void;
|
|
60
|
+
export function closure14938_externref_shim(a: number, b: number, c: number): void;
|
|
61
|
+
export function closure14979_externref_shim(a: number, b: number, c: number): void;
|
|
62
62
|
export function __wbindgen_free(a: number, b: number, c: number): void;
|
|
63
63
|
export function __wbindgen_exn_store(a: number): void;
|
|
64
64
|
export function __externref_table_alloc(): number;
|
|
65
|
-
export function
|
|
65
|
+
export function closure18162_externref_shim(a: number, b: number, c: number, d: number): void;
|
|
66
66
|
export function __wbindgen_start(): void;
|