@rerun-io/web-viewer 0.17.0-rc.1 → 0.17.0-rc.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 +10 -10
- package/re_viewer.js +71 -66
- package/re_viewer_bg.wasm +0 -0
- package/re_viewer_bg.wasm.d.ts +10 -10
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.17.0-rc.
|
|
44
|
+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.17.0-rc.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
|
@@ -196,22 +196,22 @@ declare interface InitOutput {
|
|
|
196
196
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
197
197
|
readonly __wbindgen_export_2: WebAssembly.Table;
|
|
198
198
|
readonly __wbindgen_export_3: WebAssembly.Table;
|
|
199
|
-
readonly wasm_bindgen__convert__closures__invoke0_mut__h39ebdf83e5d405ac: (a: number, b: number) => void;
|
|
200
199
|
readonly __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
201
|
-
readonly
|
|
200
|
+
readonly closure668_externref_shim: (a: number, b: number, c: number, d: number) => void;
|
|
202
201
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
202
|
+
readonly wasm_bindgen__convert__closures__invoke0_mut__h824927af896adddf: (a: number, b: number) => void;
|
|
203
203
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h481a4c2bb2473fc6: (a: number, b: number) => void;
|
|
204
|
-
readonly
|
|
205
|
-
readonly
|
|
206
|
-
readonly
|
|
207
|
-
readonly
|
|
208
|
-
readonly
|
|
209
|
-
readonly
|
|
210
|
-
readonly
|
|
204
|
+
readonly closure5323_externref_shim: (a: number, b: number, c: number) => void;
|
|
205
|
+
readonly wasm_bindgen__convert__closures__invoke0_mut__h0a7a075e54c6df92: (a: number, b: number, c: number) => void;
|
|
206
|
+
readonly closure8048_externref_shim: (a: number, b: number, c: number) => void;
|
|
207
|
+
readonly closure11644_externref_shim: (a: number, b: number, c: number) => void;
|
|
208
|
+
readonly closure14121_externref_shim: (a: number, b: number, c: number) => void;
|
|
209
|
+
readonly closure14847_externref_shim: (a: number, b: number, c: number) => void;
|
|
210
|
+
readonly closure14860_externref_shim: (a: number, b: number, c: number) => void;
|
|
211
211
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
212
212
|
readonly __wbindgen_exn_store: (a: number) => void;
|
|
213
213
|
readonly __externref_table_alloc: () => number;
|
|
214
|
-
readonly
|
|
214
|
+
readonly closure17244_externref_shim: (a: number, b: number, c: number, d: number) => void;
|
|
215
215
|
readonly __wbindgen_start: () => void;
|
|
216
216
|
}
|
|
217
217
|
|
package/re_viewer.js
CHANGED
|
@@ -199,19 +199,16 @@ function makeMutClosure(arg0, arg1, dtor, f) {
|
|
|
199
199
|
CLOSURE_DTORS.register(real, state, state);
|
|
200
200
|
return real;
|
|
201
201
|
}
|
|
202
|
-
function __wbg_adapter_46(arg0, arg1) {
|
|
203
|
-
wasm.wasm_bindgen__convert__closures__invoke0_mut__h39ebdf83e5d405ac(arg0, arg1);
|
|
204
|
-
}
|
|
205
202
|
|
|
206
203
|
function takeFromExternrefTable0(idx) {
|
|
207
204
|
const value = wasm.__wbindgen_export_2.get(idx);
|
|
208
205
|
wasm.__externref_table_dealloc(idx);
|
|
209
206
|
return value;
|
|
210
207
|
}
|
|
211
|
-
function
|
|
208
|
+
function __wbg_adapter_46(arg0, arg1, arg2) {
|
|
212
209
|
try {
|
|
213
210
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
214
|
-
wasm.
|
|
211
|
+
wasm.closure668_externref_shim(retptr, arg0, arg1, arg2);
|
|
215
212
|
var r0 = getInt32Memory0()[retptr / 4 + 0];
|
|
216
213
|
var r1 = getInt32Memory0()[retptr / 4 + 1];
|
|
217
214
|
if (r1) {
|
|
@@ -222,18 +219,22 @@ function __wbg_adapter_49(arg0, arg1, arg2) {
|
|
|
222
219
|
}
|
|
223
220
|
}
|
|
224
221
|
|
|
222
|
+
function __wbg_adapter_49(arg0, arg1) {
|
|
223
|
+
wasm.wasm_bindgen__convert__closures__invoke0_mut__h824927af896adddf(arg0, arg1);
|
|
224
|
+
}
|
|
225
|
+
|
|
225
226
|
function __wbg_adapter_52(arg0, arg1) {
|
|
226
227
|
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h481a4c2bb2473fc6(arg0, arg1);
|
|
227
228
|
}
|
|
228
229
|
|
|
229
230
|
function __wbg_adapter_55(arg0, arg1, arg2) {
|
|
230
|
-
wasm.
|
|
231
|
+
wasm.closure5323_externref_shim(arg0, arg1, arg2);
|
|
231
232
|
}
|
|
232
233
|
|
|
233
|
-
function
|
|
234
|
+
function __wbg_adapter_60(arg0, arg1) {
|
|
234
235
|
try {
|
|
235
236
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
236
|
-
wasm.
|
|
237
|
+
wasm.wasm_bindgen__convert__closures__invoke0_mut__h0a7a075e54c6df92(retptr, arg0, arg1);
|
|
237
238
|
var r0 = getInt32Memory0()[retptr / 4 + 0];
|
|
238
239
|
var r1 = getInt32Memory0()[retptr / 4 + 1];
|
|
239
240
|
if (r1) {
|
|
@@ -245,23 +246,23 @@ function __wbg_adapter_58(arg0, arg1) {
|
|
|
245
246
|
}
|
|
246
247
|
|
|
247
248
|
function __wbg_adapter_63(arg0, arg1, arg2) {
|
|
248
|
-
wasm.
|
|
249
|
+
wasm.closure8048_externref_shim(arg0, arg1, arg2);
|
|
249
250
|
}
|
|
250
251
|
|
|
251
252
|
function __wbg_adapter_68(arg0, arg1, arg2) {
|
|
252
|
-
wasm.
|
|
253
|
+
wasm.closure11644_externref_shim(arg0, arg1, arg2);
|
|
253
254
|
}
|
|
254
255
|
|
|
255
256
|
function __wbg_adapter_77(arg0, arg1, arg2) {
|
|
256
|
-
wasm.
|
|
257
|
+
wasm.closure14121_externref_shim(arg0, arg1, arg2);
|
|
257
258
|
}
|
|
258
259
|
|
|
259
260
|
function __wbg_adapter_80(arg0, arg1, arg2) {
|
|
260
|
-
wasm.
|
|
261
|
+
wasm.closure14847_externref_shim(arg0, arg1, arg2);
|
|
261
262
|
}
|
|
262
263
|
|
|
263
264
|
function __wbg_adapter_83(arg0, arg1, arg2) {
|
|
264
|
-
wasm.
|
|
265
|
+
wasm.closure14860_externref_shim(arg0, arg1, arg2);
|
|
265
266
|
}
|
|
266
267
|
|
|
267
268
|
function passArray8ToWasm0(arg, malloc) {
|
|
@@ -333,8 +334,8 @@ function getArrayF32FromWasm0(ptr, len) {
|
|
|
333
334
|
ptr = ptr >>> 0;
|
|
334
335
|
return getFloat32Memory0().subarray(ptr / 4, ptr / 4 + len);
|
|
335
336
|
}
|
|
336
|
-
function
|
|
337
|
-
wasm.
|
|
337
|
+
function __wbg_adapter_1380(arg0, arg1, arg2, arg3) {
|
|
338
|
+
wasm.closure17244_externref_shim(arg0, arg1, arg2, arg3);
|
|
338
339
|
}
|
|
339
340
|
|
|
340
341
|
const IntoUnderlyingByteSourceFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -711,6 +712,10 @@ async function __wbg_load(module, imports) {
|
|
|
711
712
|
function __wbg_get_imports() {
|
|
712
713
|
const imports = {};
|
|
713
714
|
imports.wbg = {};
|
|
715
|
+
imports.wbg.__wbindgen_is_function = function(arg0) {
|
|
716
|
+
const ret = typeof(arg0) === 'function';
|
|
717
|
+
return ret;
|
|
718
|
+
};
|
|
714
719
|
imports.wbg.__wbindgen_string_get = function(arg0, arg1) {
|
|
715
720
|
const obj = arg1;
|
|
716
721
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
@@ -719,8 +724,8 @@ function __wbg_get_imports() {
|
|
|
719
724
|
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
720
725
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
721
726
|
};
|
|
722
|
-
imports.wbg.
|
|
723
|
-
const ret =
|
|
727
|
+
imports.wbg.__wbindgen_error_new = function(arg0, arg1) {
|
|
728
|
+
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
724
729
|
return ret;
|
|
725
730
|
};
|
|
726
731
|
imports.wbg.__wbindgen_boolean_get = function(arg0) {
|
|
@@ -745,6 +750,10 @@ function __wbg_get_imports() {
|
|
|
745
750
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
746
751
|
return ret;
|
|
747
752
|
};
|
|
753
|
+
imports.wbg.__wbindgen_is_string = function(arg0) {
|
|
754
|
+
const ret = typeof(arg0) === 'string';
|
|
755
|
+
return ret;
|
|
756
|
+
};
|
|
748
757
|
imports.wbg.__wbindgen_is_object = function(arg0) {
|
|
749
758
|
const val = arg0;
|
|
750
759
|
const ret = typeof(val) === 'object' && val !== null;
|
|
@@ -758,23 +767,15 @@ function __wbg_get_imports() {
|
|
|
758
767
|
const ret = arg0 in arg1;
|
|
759
768
|
return ret;
|
|
760
769
|
};
|
|
761
|
-
imports.wbg.__wbindgen_is_string = function(arg0) {
|
|
762
|
-
const ret = typeof(arg0) === 'string';
|
|
763
|
-
return ret;
|
|
764
|
-
};
|
|
765
770
|
imports.wbg.__wbindgen_number_new = function(arg0) {
|
|
766
771
|
const ret = arg0;
|
|
767
772
|
return ret;
|
|
768
773
|
};
|
|
769
|
-
imports.wbg.__wbindgen_error_new = function(arg0, arg1) {
|
|
770
|
-
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
771
|
-
return ret;
|
|
772
|
-
};
|
|
773
774
|
imports.wbg.__wbindgen_is_null = function(arg0) {
|
|
774
775
|
const ret = arg0 === null;
|
|
775
776
|
return ret;
|
|
776
777
|
};
|
|
777
|
-
imports.wbg.
|
|
778
|
+
imports.wbg.__wbg_structuredClone_e412079542d82dca = function() { return handleError(function (arg0) {
|
|
778
779
|
const ret = window.structuredClone(arg0);
|
|
779
780
|
return ret;
|
|
780
781
|
}, arguments) };
|
|
@@ -799,7 +800,7 @@ function __wbg_get_imports() {
|
|
|
799
800
|
imports.wbg.__wbg_set_f975102236d3c502 = function(arg0, arg1, arg2) {
|
|
800
801
|
arg0[arg1] = arg2;
|
|
801
802
|
};
|
|
802
|
-
imports.wbg.
|
|
803
|
+
imports.wbg.__wbg_error_d2d279fddc1936c2 = function(arg0, arg1) {
|
|
803
804
|
let deferred0_0;
|
|
804
805
|
let deferred0_1;
|
|
805
806
|
try {
|
|
@@ -810,22 +811,22 @@ function __wbg_get_imports() {
|
|
|
810
811
|
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
811
812
|
}
|
|
812
813
|
};
|
|
813
|
-
imports.wbg.
|
|
814
|
+
imports.wbg.__wbg_new_a337b459b99ce6cf = function() {
|
|
814
815
|
const ret = new Error();
|
|
815
816
|
return ret;
|
|
816
817
|
};
|
|
817
|
-
imports.wbg.
|
|
818
|
+
imports.wbg.__wbg_stack_3cb0faed69ec1c1c = function(arg0, arg1) {
|
|
818
819
|
const ret = arg1.stack;
|
|
819
820
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
820
821
|
const len1 = WASM_VECTOR_LEN;
|
|
821
822
|
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
822
823
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
823
824
|
};
|
|
824
|
-
imports.wbg.
|
|
825
|
+
imports.wbg.__wbg_new_54e63c4e8db29c56 = function() {
|
|
825
826
|
const ret = new Error();
|
|
826
827
|
return ret;
|
|
827
828
|
};
|
|
828
|
-
imports.wbg.
|
|
829
|
+
imports.wbg.__wbg_stack_0fd471858d783891 = function(arg0, arg1) {
|
|
829
830
|
const ret = arg1.stack;
|
|
830
831
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
831
832
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -1967,6 +1968,10 @@ function __wbg_get_imports() {
|
|
|
1967
1968
|
const ret = arg0.querySelectorAll(getStringFromWasm0(arg1, arg2));
|
|
1968
1969
|
return ret;
|
|
1969
1970
|
}, arguments) };
|
|
1971
|
+
imports.wbg.__wbg_elementFromPoint_2816f49709db4437 = function(arg0, arg1, arg2) {
|
|
1972
|
+
const ret = arg0.elementFromPoint(arg1, arg2);
|
|
1973
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1974
|
+
};
|
|
1970
1975
|
imports.wbg.__wbg_instanceof_HtmlElement_3bcc4ff70cfdcba5 = function(arg0) {
|
|
1971
1976
|
let result;
|
|
1972
1977
|
try {
|
|
@@ -3046,16 +3051,16 @@ function __wbg_get_imports() {
|
|
|
3046
3051
|
const ret = arg0.getSupportedProfiles();
|
|
3047
3052
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
3048
3053
|
};
|
|
3049
|
-
imports.wbg.
|
|
3054
|
+
imports.wbg.__wbg_warn_45a0b571e0b70850 = function(arg0, arg1) {
|
|
3050
3055
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
3051
3056
|
};
|
|
3052
|
-
imports.wbg.
|
|
3057
|
+
imports.wbg.__wbg_info_018bff1850e883c3 = function(arg0, arg1) {
|
|
3053
3058
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
3054
3059
|
};
|
|
3055
|
-
imports.wbg.
|
|
3060
|
+
imports.wbg.__wbg_debug_536f52ec9acce61a = function(arg0, arg1) {
|
|
3056
3061
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
3057
3062
|
};
|
|
3058
|
-
imports.wbg.
|
|
3063
|
+
imports.wbg.__wbg_trace_197eea3568602335 = function(arg0, arg1) {
|
|
3059
3064
|
console.trace(getStringFromWasm0(arg0, arg1));
|
|
3060
3065
|
};
|
|
3061
3066
|
imports.wbg.__wbg_performance_e5eb61626698b7a4 = function(arg0) {
|
|
@@ -3286,7 +3291,7 @@ function __wbg_get_imports() {
|
|
|
3286
3291
|
const a = state0.a;
|
|
3287
3292
|
state0.a = 0;
|
|
3288
3293
|
try {
|
|
3289
|
-
return
|
|
3294
|
+
return __wbg_adapter_1380(a, state0.b, arg0, arg1);
|
|
3290
3295
|
} finally {
|
|
3291
3296
|
state0.a = a;
|
|
3292
3297
|
}
|
|
@@ -3404,64 +3409,64 @@ function __wbg_get_imports() {
|
|
|
3404
3409
|
const ret = wasm.memory;
|
|
3405
3410
|
return ret;
|
|
3406
3411
|
};
|
|
3407
|
-
imports.wbg.
|
|
3408
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3412
|
+
imports.wbg.__wbindgen_closure_wrapper2429 = function(arg0, arg1, arg2) {
|
|
3413
|
+
const ret = makeMutClosure(arg0, arg1, 669, __wbg_adapter_46);
|
|
3409
3414
|
return ret;
|
|
3410
3415
|
};
|
|
3411
|
-
imports.wbg.
|
|
3412
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3416
|
+
imports.wbg.__wbindgen_closure_wrapper2431 = function(arg0, arg1, arg2) {
|
|
3417
|
+
const ret = makeMutClosure(arg0, arg1, 669, __wbg_adapter_49);
|
|
3413
3418
|
return ret;
|
|
3414
3419
|
};
|
|
3415
|
-
imports.wbg.
|
|
3416
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3420
|
+
imports.wbg.__wbindgen_closure_wrapper5277 = function(arg0, arg1, arg2) {
|
|
3421
|
+
const ret = makeMutClosure(arg0, arg1, 1808, __wbg_adapter_52);
|
|
3417
3422
|
return ret;
|
|
3418
3423
|
};
|
|
3419
|
-
imports.wbg.
|
|
3420
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3424
|
+
imports.wbg.__wbindgen_closure_wrapper12723 = function(arg0, arg1, arg2) {
|
|
3425
|
+
const ret = makeMutClosure(arg0, arg1, 5324, __wbg_adapter_55);
|
|
3421
3426
|
return ret;
|
|
3422
3427
|
};
|
|
3423
|
-
imports.wbg.
|
|
3424
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3428
|
+
imports.wbg.__wbindgen_closure_wrapper12725 = function(arg0, arg1, arg2) {
|
|
3429
|
+
const ret = makeMutClosure(arg0, arg1, 5324, __wbg_adapter_55);
|
|
3425
3430
|
return ret;
|
|
3426
3431
|
};
|
|
3427
|
-
imports.wbg.
|
|
3428
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3432
|
+
imports.wbg.__wbindgen_closure_wrapper12727 = function(arg0, arg1, arg2) {
|
|
3433
|
+
const ret = makeMutClosure(arg0, arg1, 5324, __wbg_adapter_60);
|
|
3429
3434
|
return ret;
|
|
3430
3435
|
};
|
|
3431
|
-
imports.wbg.
|
|
3432
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3436
|
+
imports.wbg.__wbindgen_closure_wrapper19879 = function(arg0, arg1, arg2) {
|
|
3437
|
+
const ret = makeMutClosure(arg0, arg1, 8049, __wbg_adapter_63);
|
|
3433
3438
|
return ret;
|
|
3434
3439
|
};
|
|
3435
|
-
imports.wbg.
|
|
3436
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3440
|
+
imports.wbg.__wbindgen_closure_wrapper19881 = function(arg0, arg1, arg2) {
|
|
3441
|
+
const ret = makeMutClosure(arg0, arg1, 8049, __wbg_adapter_63);
|
|
3437
3442
|
return ret;
|
|
3438
3443
|
};
|
|
3439
|
-
imports.wbg.
|
|
3440
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3444
|
+
imports.wbg.__wbindgen_closure_wrapper28768 = function(arg0, arg1, arg2) {
|
|
3445
|
+
const ret = makeMutClosure(arg0, arg1, 11645, __wbg_adapter_68);
|
|
3441
3446
|
return ret;
|
|
3442
3447
|
};
|
|
3443
|
-
imports.wbg.
|
|
3444
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3448
|
+
imports.wbg.__wbindgen_closure_wrapper28770 = function(arg0, arg1, arg2) {
|
|
3449
|
+
const ret = makeMutClosure(arg0, arg1, 11645, __wbg_adapter_68);
|
|
3445
3450
|
return ret;
|
|
3446
3451
|
};
|
|
3447
|
-
imports.wbg.
|
|
3448
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3452
|
+
imports.wbg.__wbindgen_closure_wrapper28772 = function(arg0, arg1, arg2) {
|
|
3453
|
+
const ret = makeMutClosure(arg0, arg1, 11645, __wbg_adapter_68);
|
|
3449
3454
|
return ret;
|
|
3450
3455
|
};
|
|
3451
|
-
imports.wbg.
|
|
3452
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3456
|
+
imports.wbg.__wbindgen_closure_wrapper28774 = function(arg0, arg1, arg2) {
|
|
3457
|
+
const ret = makeMutClosure(arg0, arg1, 11645, __wbg_adapter_68);
|
|
3453
3458
|
return ret;
|
|
3454
3459
|
};
|
|
3455
|
-
imports.wbg.
|
|
3456
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3460
|
+
imports.wbg.__wbindgen_closure_wrapper34681 = function(arg0, arg1, arg2) {
|
|
3461
|
+
const ret = makeMutClosure(arg0, arg1, 14122, __wbg_adapter_77);
|
|
3457
3462
|
return ret;
|
|
3458
3463
|
};
|
|
3459
|
-
imports.wbg.
|
|
3460
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3464
|
+
imports.wbg.__wbindgen_closure_wrapper35879 = function(arg0, arg1, arg2) {
|
|
3465
|
+
const ret = makeMutClosure(arg0, arg1, 14848, __wbg_adapter_80);
|
|
3461
3466
|
return ret;
|
|
3462
3467
|
};
|
|
3463
|
-
imports.wbg.
|
|
3464
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3468
|
+
imports.wbg.__wbindgen_closure_wrapper35941 = function(arg0, arg1, arg2) {
|
|
3469
|
+
const ret = makeMutClosure(arg0, arg1, 14861, __wbg_adapter_83);
|
|
3465
3470
|
return ret;
|
|
3466
3471
|
};
|
|
3467
3472
|
imports.wbg.__wbindgen_init_externref_table = function() {
|
package/re_viewer_bg.wasm
CHANGED
|
Binary file
|
package/re_viewer_bg.wasm.d.ts
CHANGED
|
@@ -45,20 +45,20 @@ 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
|
-
export function wasm_bindgen__convert__closures__invoke0_mut__h39ebdf83e5d405ac(a: number, b: number): void;
|
|
49
48
|
export function __wbindgen_add_to_stack_pointer(a: number): number;
|
|
50
|
-
export function
|
|
49
|
+
export function closure668_externref_shim(a: number, b: number, c: number, d: number): void;
|
|
51
50
|
export function __externref_table_dealloc(a: number): void;
|
|
51
|
+
export function wasm_bindgen__convert__closures__invoke0_mut__h824927af896adddf(a: number, b: number): void;
|
|
52
52
|
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h481a4c2bb2473fc6(a: number, b: number): void;
|
|
53
|
-
export function
|
|
54
|
-
export function
|
|
55
|
-
export function
|
|
56
|
-
export function
|
|
57
|
-
export function
|
|
58
|
-
export function
|
|
59
|
-
export function
|
|
53
|
+
export function closure5323_externref_shim(a: number, b: number, c: number): void;
|
|
54
|
+
export function wasm_bindgen__convert__closures__invoke0_mut__h0a7a075e54c6df92(a: number, b: number, c: number): void;
|
|
55
|
+
export function closure8048_externref_shim(a: number, b: number, c: number): void;
|
|
56
|
+
export function closure11644_externref_shim(a: number, b: number, c: number): void;
|
|
57
|
+
export function closure14121_externref_shim(a: number, b: number, c: number): void;
|
|
58
|
+
export function closure14847_externref_shim(a: number, b: number, c: number): void;
|
|
59
|
+
export function closure14860_externref_shim(a: number, b: number, c: number): void;
|
|
60
60
|
export function __wbindgen_free(a: number, b: number, c: number): void;
|
|
61
61
|
export function __wbindgen_exn_store(a: number): void;
|
|
62
62
|
export function __externref_table_alloc(): number;
|
|
63
|
-
export function
|
|
63
|
+
export function closure17244_externref_shim(a: number, b: number, c: number, d: number): void;
|
|
64
64
|
export function __wbindgen_start(): void;
|