@rerun-io/web-viewer 0.31.4 → 0.32.0-rc.1
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 +2 -2
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
- package/re_viewer.d.ts +17 -20
- package/re_viewer.js +1153 -1043
- package/re_viewer_bg.wasm +0 -0
- package/re_viewer_bg.wasm.d.ts +17 -20
package/re_viewer.js
CHANGED
|
@@ -404,74 +404,74 @@ const exports = { __proto__: null };
|
|
|
404
404
|
function __wbg_get_imports() {
|
|
405
405
|
const import0 = {
|
|
406
406
|
__proto__: null,
|
|
407
|
-
|
|
407
|
+
__wbg_Error_2e59b1b37a9a34c3: function(arg0, arg1) {
|
|
408
408
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
409
409
|
return ret;
|
|
410
410
|
},
|
|
411
|
-
|
|
411
|
+
__wbg_Number_e6ffdb596c888833: function(arg0) {
|
|
412
412
|
const ret = Number(arg0);
|
|
413
413
|
return ret;
|
|
414
414
|
},
|
|
415
|
-
|
|
415
|
+
__wbg_Window_65ef42d29dc8174d: function(arg0) {
|
|
416
416
|
const ret = arg0.Window;
|
|
417
417
|
return ret;
|
|
418
418
|
},
|
|
419
|
-
|
|
419
|
+
__wbg_WorkerGlobalScope_d272430d4a323303: function(arg0) {
|
|
420
420
|
const ret = arg0.WorkerGlobalScope;
|
|
421
421
|
return ret;
|
|
422
422
|
},
|
|
423
|
-
|
|
423
|
+
__wbg___wbindgen_boolean_get_a86c216575a75c30: function(arg0) {
|
|
424
424
|
const v = arg0;
|
|
425
425
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
426
426
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
427
427
|
},
|
|
428
|
-
|
|
428
|
+
__wbg___wbindgen_debug_string_dd5d2d07ce9e6c57: function(arg0, arg1) {
|
|
429
429
|
const ret = debugString(arg1);
|
|
430
430
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
431
431
|
const len1 = WASM_VECTOR_LEN;
|
|
432
432
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
433
433
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
434
434
|
},
|
|
435
|
-
|
|
435
|
+
__wbg___wbindgen_in_4bd7a57e54337366: function(arg0, arg1) {
|
|
436
436
|
const ret = arg0 in arg1;
|
|
437
437
|
return ret;
|
|
438
438
|
},
|
|
439
|
-
|
|
439
|
+
__wbg___wbindgen_is_falsy_c6ddfae1bb56d5ef: function(arg0) {
|
|
440
440
|
const ret = !arg0;
|
|
441
441
|
return ret;
|
|
442
442
|
},
|
|
443
|
-
|
|
443
|
+
__wbg___wbindgen_is_function_49868bde5eb1e745: function(arg0) {
|
|
444
444
|
const ret = typeof(arg0) === 'function';
|
|
445
445
|
return ret;
|
|
446
446
|
},
|
|
447
|
-
|
|
447
|
+
__wbg___wbindgen_is_null_344c8750a8525473: function(arg0) {
|
|
448
448
|
const ret = arg0 === null;
|
|
449
449
|
return ret;
|
|
450
450
|
},
|
|
451
|
-
|
|
451
|
+
__wbg___wbindgen_is_object_40c5a80572e8f9d3: function(arg0) {
|
|
452
452
|
const val = arg0;
|
|
453
453
|
const ret = typeof(val) === 'object' && val !== null;
|
|
454
454
|
return ret;
|
|
455
455
|
},
|
|
456
|
-
|
|
456
|
+
__wbg___wbindgen_is_string_b29b5c5a8065ba1a: function(arg0) {
|
|
457
457
|
const ret = typeof(arg0) === 'string';
|
|
458
458
|
return ret;
|
|
459
459
|
},
|
|
460
|
-
|
|
460
|
+
__wbg___wbindgen_is_undefined_c0cca72b82b86f4d: function(arg0) {
|
|
461
461
|
const ret = arg0 === undefined;
|
|
462
462
|
return ret;
|
|
463
463
|
},
|
|
464
|
-
|
|
464
|
+
__wbg___wbindgen_jsval_loose_eq_3a72ae764d46d944: function(arg0, arg1) {
|
|
465
465
|
const ret = arg0 == arg1;
|
|
466
466
|
return ret;
|
|
467
467
|
},
|
|
468
|
-
|
|
468
|
+
__wbg___wbindgen_number_get_7579aab02a8a620c: function(arg0, arg1) {
|
|
469
469
|
const obj = arg1;
|
|
470
470
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
471
471
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
472
472
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
473
473
|
},
|
|
474
|
-
|
|
474
|
+
__wbg___wbindgen_string_get_914df97fcfa788f2: function(arg0, arg1) {
|
|
475
475
|
const obj = arg1;
|
|
476
476
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
477
477
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -479,752 +479,762 @@ const exports = { __proto__: null };
|
|
|
479
479
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
480
480
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
481
481
|
},
|
|
482
|
-
|
|
482
|
+
__wbg___wbindgen_throw_81fc77679af83bc6: function(arg0, arg1) {
|
|
483
483
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
484
484
|
},
|
|
485
|
-
|
|
485
|
+
__wbg__wbg_cb_unref_3c3b4f651835fbcb: function(arg0) {
|
|
486
486
|
arg0._wbg_cb_unref();
|
|
487
487
|
},
|
|
488
|
-
|
|
488
|
+
__wbg_abort_5ee4083ce26e0b01: function(arg0) {
|
|
489
489
|
arg0.abort();
|
|
490
490
|
},
|
|
491
|
-
|
|
491
|
+
__wbg_abort_7a67cb8f9383baa1: function(arg0, arg1) {
|
|
492
492
|
arg0.abort(arg1);
|
|
493
493
|
},
|
|
494
|
-
|
|
494
|
+
__wbg_activeElement_41dff9147c0c1503: function(arg0) {
|
|
495
495
|
const ret = arg0.activeElement;
|
|
496
496
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
497
497
|
},
|
|
498
|
-
|
|
498
|
+
__wbg_activeElement_80ade59832af5117: function(arg0) {
|
|
499
499
|
const ret = arg0.activeElement;
|
|
500
500
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
501
501
|
},
|
|
502
|
-
|
|
502
|
+
__wbg_activeTexture_55755e76627be758: function(arg0, arg1) {
|
|
503
503
|
arg0.activeTexture(arg1 >>> 0);
|
|
504
504
|
},
|
|
505
|
-
|
|
505
|
+
__wbg_activeTexture_bec0539b102730b3: function(arg0, arg1) {
|
|
506
506
|
arg0.activeTexture(arg1 >>> 0);
|
|
507
507
|
},
|
|
508
|
-
|
|
509
|
-
arg0.addEventListener(getStringFromWasm0(arg1, arg2), arg3);
|
|
510
|
-
}, arguments); },
|
|
511
|
-
__wbg_addEventListener_c917b5aafbcf493f: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
508
|
+
__wbg_addEventListener_4696109b6f15c412: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
512
509
|
arg0.addEventListener(getStringFromWasm0(arg1, arg2), arg3, arg4);
|
|
513
510
|
}, arguments); },
|
|
514
|
-
|
|
511
|
+
__wbg_addEventListener_83ef16da0995f634: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
512
|
+
arg0.addEventListener(getStringFromWasm0(arg1, arg2), arg3);
|
|
513
|
+
}, arguments); },
|
|
514
|
+
__wbg_altKey_7a24c21194788eb1: function(arg0) {
|
|
515
515
|
const ret = arg0.altKey;
|
|
516
516
|
return ret;
|
|
517
517
|
},
|
|
518
|
-
|
|
518
|
+
__wbg_altKey_dac3f7f22baf3c82: function(arg0) {
|
|
519
519
|
const ret = arg0.altKey;
|
|
520
520
|
return ret;
|
|
521
521
|
},
|
|
522
|
-
|
|
522
|
+
__wbg_appendChild_8eab65de52dd0834: function() { return handleError(function (arg0, arg1) {
|
|
523
523
|
const ret = arg0.appendChild(arg1);
|
|
524
524
|
return ret;
|
|
525
525
|
}, arguments); },
|
|
526
|
-
|
|
526
|
+
__wbg_append_760ac5e375d658fb: function(arg0, arg1, arg2, arg3, arg4) {
|
|
527
527
|
arg0.append(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
528
528
|
},
|
|
529
|
-
|
|
529
|
+
__wbg_append_c015600138ae60bb: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
530
530
|
arg0.append(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
531
531
|
}, arguments); },
|
|
532
|
-
|
|
532
|
+
__wbg_arrayBuffer_7bba74066875530e: function(arg0) {
|
|
533
533
|
const ret = arg0.arrayBuffer();
|
|
534
534
|
return ret;
|
|
535
535
|
},
|
|
536
|
-
|
|
536
|
+
__wbg_arrayBuffer_dae084a298aa5fe0: function() { return handleError(function (arg0) {
|
|
537
537
|
const ret = arg0.arrayBuffer();
|
|
538
538
|
return ret;
|
|
539
539
|
}, arguments); },
|
|
540
|
-
|
|
540
|
+
__wbg_assign_45099f2ad297b03e: function() { return handleError(function (arg0, arg1, arg2) {
|
|
541
541
|
arg0.assign(getStringFromWasm0(arg1, arg2));
|
|
542
542
|
}, arguments); },
|
|
543
|
-
|
|
543
|
+
__wbg_at_16485bb9c4fe6761: function(arg0, arg1) {
|
|
544
544
|
const ret = arg0.at(arg1);
|
|
545
545
|
return ret;
|
|
546
546
|
},
|
|
547
|
-
|
|
547
|
+
__wbg_attachShader_73ba3bb26991b2f3: function(arg0, arg1, arg2) {
|
|
548
548
|
arg0.attachShader(arg1, arg2);
|
|
549
549
|
},
|
|
550
|
-
|
|
550
|
+
__wbg_attachShader_91626cdf6ee920b8: function(arg0, arg1, arg2) {
|
|
551
551
|
arg0.attachShader(arg1, arg2);
|
|
552
552
|
},
|
|
553
|
-
|
|
553
|
+
__wbg_back_fc3cdc6f5de34e53: function() { return handleError(function (arg0) {
|
|
554
554
|
arg0.back();
|
|
555
555
|
}, arguments); },
|
|
556
|
-
|
|
556
|
+
__wbg_beginQuery_d7f3cb867735ca13: function(arg0, arg1, arg2) {
|
|
557
557
|
arg0.beginQuery(arg1 >>> 0, arg2);
|
|
558
558
|
},
|
|
559
|
-
|
|
559
|
+
__wbg_beginRenderPass_865cbdfaecf89f93: function() { return handleError(function (arg0, arg1) {
|
|
560
560
|
const ret = arg0.beginRenderPass(arg1);
|
|
561
561
|
return ret;
|
|
562
562
|
}, arguments); },
|
|
563
|
-
|
|
563
|
+
__wbg_bindAttribLocation_b392e15ce0851d95: function(arg0, arg1, arg2, arg3, arg4) {
|
|
564
564
|
arg0.bindAttribLocation(arg1, arg2 >>> 0, getStringFromWasm0(arg3, arg4));
|
|
565
565
|
},
|
|
566
|
-
|
|
566
|
+
__wbg_bindAttribLocation_d6ad755e506645eb: function(arg0, arg1, arg2, arg3, arg4) {
|
|
567
567
|
arg0.bindAttribLocation(arg1, arg2 >>> 0, getStringFromWasm0(arg3, arg4));
|
|
568
568
|
},
|
|
569
|
-
|
|
569
|
+
__wbg_bindBufferRange_bc7df7052feacd16: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
570
570
|
arg0.bindBufferRange(arg1 >>> 0, arg2 >>> 0, arg3, arg4, arg5);
|
|
571
571
|
},
|
|
572
|
-
|
|
572
|
+
__wbg_bindBuffer_da48260900fd87cb: function(arg0, arg1, arg2) {
|
|
573
573
|
arg0.bindBuffer(arg1 >>> 0, arg2);
|
|
574
574
|
},
|
|
575
|
-
|
|
575
|
+
__wbg_bindBuffer_ec76634c95f563c2: function(arg0, arg1, arg2) {
|
|
576
576
|
arg0.bindBuffer(arg1 >>> 0, arg2);
|
|
577
577
|
},
|
|
578
|
-
|
|
578
|
+
__wbg_bindFramebuffer_c0a4ba2bb49f7c82: function(arg0, arg1, arg2) {
|
|
579
579
|
arg0.bindFramebuffer(arg1 >>> 0, arg2);
|
|
580
580
|
},
|
|
581
|
-
|
|
581
|
+
__wbg_bindFramebuffer_d78e3a3bc89bd6b6: function(arg0, arg1, arg2) {
|
|
582
582
|
arg0.bindFramebuffer(arg1 >>> 0, arg2);
|
|
583
583
|
},
|
|
584
|
-
|
|
584
|
+
__wbg_bindRenderbuffer_7b127e74cfceb241: function(arg0, arg1, arg2) {
|
|
585
585
|
arg0.bindRenderbuffer(arg1 >>> 0, arg2);
|
|
586
586
|
},
|
|
587
|
-
|
|
587
|
+
__wbg_bindRenderbuffer_dbdb3dd0e2f70c84: function(arg0, arg1, arg2) {
|
|
588
588
|
arg0.bindRenderbuffer(arg1 >>> 0, arg2);
|
|
589
589
|
},
|
|
590
|
-
|
|
590
|
+
__wbg_bindSampler_b8d48229c19b98af: function(arg0, arg1, arg2) {
|
|
591
591
|
arg0.bindSampler(arg1 >>> 0, arg2);
|
|
592
592
|
},
|
|
593
|
-
|
|
593
|
+
__wbg_bindTexture_3f1c468809dfc331: function(arg0, arg1, arg2) {
|
|
594
594
|
arg0.bindTexture(arg1 >>> 0, arg2);
|
|
595
595
|
},
|
|
596
|
-
|
|
596
|
+
__wbg_bindTexture_82948e04f9a38b3e: function(arg0, arg1, arg2) {
|
|
597
597
|
arg0.bindTexture(arg1 >>> 0, arg2);
|
|
598
598
|
},
|
|
599
|
-
|
|
599
|
+
__wbg_bindVertexArrayOES_e9c08ca73f91231f: function(arg0, arg1) {
|
|
600
600
|
arg0.bindVertexArrayOES(arg1);
|
|
601
601
|
},
|
|
602
|
-
|
|
602
|
+
__wbg_bindVertexArray_ef65b171588388e0: function(arg0, arg1) {
|
|
603
603
|
arg0.bindVertexArray(arg1);
|
|
604
604
|
},
|
|
605
|
-
|
|
605
|
+
__wbg_blendColor_747326a5245db209: function(arg0, arg1, arg2, arg3, arg4) {
|
|
606
606
|
arg0.blendColor(arg1, arg2, arg3, arg4);
|
|
607
607
|
},
|
|
608
|
-
|
|
608
|
+
__wbg_blendColor_a11f0977927bf536: function(arg0, arg1, arg2, arg3, arg4) {
|
|
609
609
|
arg0.blendColor(arg1, arg2, arg3, arg4);
|
|
610
610
|
},
|
|
611
|
-
|
|
611
|
+
__wbg_blendEquationSeparate_91ba074ad013b85b: function(arg0, arg1, arg2) {
|
|
612
612
|
arg0.blendEquationSeparate(arg1 >>> 0, arg2 >>> 0);
|
|
613
613
|
},
|
|
614
|
-
|
|
614
|
+
__wbg_blendEquationSeparate_faa06617b84f5c1f: function(arg0, arg1, arg2) {
|
|
615
615
|
arg0.blendEquationSeparate(arg1 >>> 0, arg2 >>> 0);
|
|
616
616
|
},
|
|
617
|
-
|
|
617
|
+
__wbg_blendEquation_8627f3d7b1a7144e: function(arg0, arg1) {
|
|
618
618
|
arg0.blendEquation(arg1 >>> 0);
|
|
619
619
|
},
|
|
620
|
-
|
|
620
|
+
__wbg_blendEquation_ecf1b35395da3338: function(arg0, arg1) {
|
|
621
621
|
arg0.blendEquation(arg1 >>> 0);
|
|
622
622
|
},
|
|
623
|
-
|
|
623
|
+
__wbg_blendFuncSeparate_9de3db6383af1e0c: function(arg0, arg1, arg2, arg3, arg4) {
|
|
624
624
|
arg0.blendFuncSeparate(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
625
625
|
},
|
|
626
|
-
|
|
626
|
+
__wbg_blendFuncSeparate_fb17a9951727aac3: function(arg0, arg1, arg2, arg3, arg4) {
|
|
627
627
|
arg0.blendFuncSeparate(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
628
628
|
},
|
|
629
|
-
|
|
629
|
+
__wbg_blendFunc_6bd52d055ab15452: function(arg0, arg1, arg2) {
|
|
630
630
|
arg0.blendFunc(arg1 >>> 0, arg2 >>> 0);
|
|
631
631
|
},
|
|
632
|
-
|
|
632
|
+
__wbg_blendFunc_9ec46725800dafb1: function(arg0, arg1, arg2) {
|
|
633
633
|
arg0.blendFunc(arg1 >>> 0, arg2 >>> 0);
|
|
634
634
|
},
|
|
635
|
-
|
|
635
|
+
__wbg_blitFramebuffer_8a5340cdf51be775: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) {
|
|
636
636
|
arg0.blitFramebuffer(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0);
|
|
637
637
|
},
|
|
638
|
-
|
|
638
|
+
__wbg_blockSize_e20f2753687379d2: function(arg0) {
|
|
639
639
|
const ret = arg0.blockSize;
|
|
640
640
|
return ret;
|
|
641
641
|
},
|
|
642
|
-
|
|
642
|
+
__wbg_blur_2a28d7189bd9dbc7: function() { return handleError(function (arg0) {
|
|
643
643
|
arg0.blur();
|
|
644
644
|
}, arguments); },
|
|
645
|
-
|
|
645
|
+
__wbg_body_401b41698e8b50fe: function(arg0) {
|
|
646
646
|
const ret = arg0.body;
|
|
647
647
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
648
648
|
},
|
|
649
|
-
|
|
649
|
+
__wbg_body_9a25d64338506fbe: function(arg0) {
|
|
650
650
|
const ret = arg0.body;
|
|
651
651
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
652
652
|
},
|
|
653
|
-
|
|
653
|
+
__wbg_bottom_6dbc1e08a40f8ad4: function(arg0) {
|
|
654
654
|
const ret = arg0.bottom;
|
|
655
655
|
return ret;
|
|
656
656
|
},
|
|
657
|
-
|
|
657
|
+
__wbg_bufferData_143a9bcd4d03d07c: function(arg0, arg1, arg2, arg3) {
|
|
658
658
|
arg0.bufferData(arg1 >>> 0, arg2, arg3 >>> 0);
|
|
659
659
|
},
|
|
660
|
-
|
|
660
|
+
__wbg_bufferData_1db58b556ccdf08f: function(arg0, arg1, arg2, arg3) {
|
|
661
661
|
arg0.bufferData(arg1 >>> 0, arg2, arg3 >>> 0);
|
|
662
662
|
},
|
|
663
|
-
|
|
663
|
+
__wbg_bufferData_74194b1c2d90193e: function(arg0, arg1, arg2, arg3) {
|
|
664
664
|
arg0.bufferData(arg1 >>> 0, arg2, arg3 >>> 0);
|
|
665
665
|
},
|
|
666
|
-
|
|
666
|
+
__wbg_bufferData_e8a8c8a38ae9cbb2: function(arg0, arg1, arg2, arg3) {
|
|
667
667
|
arg0.bufferData(arg1 >>> 0, arg2, arg3 >>> 0);
|
|
668
668
|
},
|
|
669
|
-
|
|
669
|
+
__wbg_bufferSubData_29c9a68f5152e39e: function(arg0, arg1, arg2, arg3) {
|
|
670
670
|
arg0.bufferSubData(arg1 >>> 0, arg2, arg3);
|
|
671
671
|
},
|
|
672
|
-
|
|
672
|
+
__wbg_bufferSubData_870fa411e629e0be: function(arg0, arg1, arg2, arg3) {
|
|
673
673
|
arg0.bufferSubData(arg1 >>> 0, arg2, arg3);
|
|
674
674
|
},
|
|
675
|
-
|
|
675
|
+
__wbg_buffer_a77cc90da4bdb503: function(arg0) {
|
|
676
676
|
const ret = arg0.buffer;
|
|
677
677
|
return ret;
|
|
678
678
|
},
|
|
679
|
-
|
|
679
|
+
__wbg_button_225d9d40d1b0539a: function(arg0) {
|
|
680
680
|
const ret = arg0.button;
|
|
681
681
|
return ret;
|
|
682
682
|
},
|
|
683
|
-
|
|
683
|
+
__wbg_byobRequest_41018d4f78e8364a: function(arg0) {
|
|
684
684
|
const ret = arg0.byobRequest;
|
|
685
685
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
686
686
|
},
|
|
687
|
-
|
|
687
|
+
__wbg_byteLength_f5c761c4472de41b: function(arg0) {
|
|
688
688
|
const ret = arg0.byteLength;
|
|
689
689
|
return ret;
|
|
690
690
|
},
|
|
691
|
-
|
|
691
|
+
__wbg_byteOffset_7cd0c9f7e573845c: function(arg0) {
|
|
692
692
|
const ret = arg0.byteOffset;
|
|
693
693
|
return ret;
|
|
694
694
|
},
|
|
695
|
-
|
|
695
|
+
__wbg_call_7f2987183bb62793: function() { return handleError(function (arg0, arg1) {
|
|
696
696
|
const ret = arg0.call(arg1);
|
|
697
697
|
return ret;
|
|
698
698
|
}, arguments); },
|
|
699
|
-
|
|
699
|
+
__wbg_call_d578befcc3145dee: function() { return handleError(function (arg0, arg1, arg2) {
|
|
700
700
|
const ret = arg0.call(arg1, arg2);
|
|
701
701
|
return ret;
|
|
702
702
|
}, arguments); },
|
|
703
|
-
|
|
703
|
+
__wbg_cancelAnimationFrame_19ab829762998ae9: function() { return handleError(function (arg0, arg1) {
|
|
704
704
|
arg0.cancelAnimationFrame(arg1);
|
|
705
705
|
}, arguments); },
|
|
706
|
-
|
|
706
|
+
__wbg_cancel_8314206ca10b9605: function(arg0) {
|
|
707
707
|
const ret = arg0.cancel();
|
|
708
708
|
return ret;
|
|
709
709
|
},
|
|
710
|
-
|
|
710
|
+
__wbg_catch_32d296b856e661d9: function(arg0, arg1) {
|
|
711
711
|
const ret = arg0.catch(arg1);
|
|
712
712
|
return ret;
|
|
713
713
|
},
|
|
714
|
-
|
|
714
|
+
__wbg_changedTouches_78d90c47b062c222: function(arg0) {
|
|
715
715
|
const ret = arg0.changedTouches;
|
|
716
716
|
return ret;
|
|
717
717
|
},
|
|
718
|
-
|
|
718
|
+
__wbg_clearBufferfv_cd54aebb35643d0c: function(arg0, arg1, arg2, arg3, arg4) {
|
|
719
719
|
arg0.clearBufferfv(arg1 >>> 0, arg2, getArrayF32FromWasm0(arg3, arg4));
|
|
720
720
|
},
|
|
721
|
-
|
|
721
|
+
__wbg_clearBufferiv_ced17d2ca37ed768: function(arg0, arg1, arg2, arg3, arg4) {
|
|
722
722
|
arg0.clearBufferiv(arg1 >>> 0, arg2, getArrayI32FromWasm0(arg3, arg4));
|
|
723
723
|
},
|
|
724
|
-
|
|
724
|
+
__wbg_clearBufferuiv_d9e8389c736e29f5: function(arg0, arg1, arg2, arg3, arg4) {
|
|
725
725
|
arg0.clearBufferuiv(arg1 >>> 0, arg2, getArrayU32FromWasm0(arg3, arg4));
|
|
726
726
|
},
|
|
727
|
-
|
|
727
|
+
__wbg_clearDepth_124325f82e0ca22f: function(arg0, arg1) {
|
|
728
728
|
arg0.clearDepth(arg1);
|
|
729
729
|
},
|
|
730
|
-
|
|
730
|
+
__wbg_clearDepth_c61614548cd3b4e0: function(arg0, arg1) {
|
|
731
731
|
arg0.clearDepth(arg1);
|
|
732
732
|
},
|
|
733
|
-
|
|
733
|
+
__wbg_clearInterval_c7f2b17b895f0bc4: function(arg0, arg1) {
|
|
734
734
|
arg0.clearInterval(arg1);
|
|
735
735
|
},
|
|
736
|
-
|
|
736
|
+
__wbg_clearStencil_2a902925d96d41de: function(arg0, arg1) {
|
|
737
737
|
arg0.clearStencil(arg1);
|
|
738
738
|
},
|
|
739
|
-
|
|
739
|
+
__wbg_clearStencil_4d7e0568af04ac91: function(arg0, arg1) {
|
|
740
740
|
arg0.clearStencil(arg1);
|
|
741
741
|
},
|
|
742
|
-
|
|
742
|
+
__wbg_clearTimeout_4ce8abcdd5386a8f: function(arg0) {
|
|
743
743
|
const ret = clearTimeout(arg0);
|
|
744
744
|
return ret;
|
|
745
745
|
},
|
|
746
|
-
|
|
746
|
+
__wbg_clearTimeout_8d22a43d8d3c1bfa: function(arg0) {
|
|
747
747
|
const ret = clearTimeout(arg0);
|
|
748
748
|
return ret;
|
|
749
749
|
},
|
|
750
|
-
|
|
750
|
+
__wbg_clear_4d247257533aabcb: function(arg0, arg1) {
|
|
751
751
|
arg0.clear(arg1 >>> 0);
|
|
752
752
|
},
|
|
753
|
-
|
|
753
|
+
__wbg_clear_98a9ca84e00ae8e2: function(arg0, arg1) {
|
|
754
754
|
arg0.clear(arg1 >>> 0);
|
|
755
755
|
},
|
|
756
|
-
|
|
756
|
+
__wbg_click_71fd1ebdfba801e9: function(arg0) {
|
|
757
757
|
arg0.click();
|
|
758
758
|
},
|
|
759
|
-
|
|
759
|
+
__wbg_clientWaitSync_d12a62026038cb46: function(arg0, arg1, arg2, arg3) {
|
|
760
760
|
const ret = arg0.clientWaitSync(arg1, arg2 >>> 0, arg3 >>> 0);
|
|
761
761
|
return ret;
|
|
762
762
|
},
|
|
763
|
-
|
|
763
|
+
__wbg_clientX_d00d5c12d0187aaa: function(arg0) {
|
|
764
764
|
const ret = arg0.clientX;
|
|
765
765
|
return ret;
|
|
766
766
|
},
|
|
767
|
-
|
|
767
|
+
__wbg_clientX_dbc3f9f00736bbd4: function(arg0) {
|
|
768
768
|
const ret = arg0.clientX;
|
|
769
769
|
return ret;
|
|
770
770
|
},
|
|
771
|
-
|
|
771
|
+
__wbg_clientY_010f69b0d7c9cf50: function(arg0) {
|
|
772
772
|
const ret = arg0.clientY;
|
|
773
773
|
return ret;
|
|
774
774
|
},
|
|
775
|
-
|
|
775
|
+
__wbg_clientY_864b67221ee11ca2: function(arg0) {
|
|
776
776
|
const ret = arg0.clientY;
|
|
777
777
|
return ret;
|
|
778
778
|
},
|
|
779
|
-
|
|
779
|
+
__wbg_clipboardData_e9e89b525c2a07ab: function(arg0) {
|
|
780
780
|
const ret = arg0.clipboardData;
|
|
781
781
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
782
782
|
},
|
|
783
|
-
|
|
783
|
+
__wbg_clipboard_949fe156c7f0644e: function(arg0) {
|
|
784
784
|
const ret = arg0.clipboard;
|
|
785
785
|
return ret;
|
|
786
786
|
},
|
|
787
|
-
|
|
787
|
+
__wbg_close_4b4bd60beb241196: function(arg0) {
|
|
788
788
|
arg0.close();
|
|
789
|
-
},
|
|
790
|
-
|
|
789
|
+
},
|
|
790
|
+
__wbg_close_9998ebb2f4515c42: function() { return handleError(function (arg0) {
|
|
791
791
|
arg0.close();
|
|
792
792
|
}, arguments); },
|
|
793
|
-
|
|
793
|
+
__wbg_close_a7c33e895baeb773: function() { return handleError(function (arg0) {
|
|
794
794
|
arg0.close();
|
|
795
|
-
},
|
|
796
|
-
|
|
795
|
+
}, arguments); },
|
|
796
|
+
__wbg_close_c33e1fa5b0d33158: function() { return handleError(function (arg0) {
|
|
797
797
|
arg0.close();
|
|
798
798
|
}, arguments); },
|
|
799
|
-
|
|
799
|
+
__wbg_close_d7dfb18ebacbdd81: function() { return handleError(function (arg0) {
|
|
800
800
|
arg0.close();
|
|
801
801
|
}, arguments); },
|
|
802
|
-
|
|
802
|
+
__wbg_closed_b7ba2aea8995f8fe: function() { return handleError(function (arg0) {
|
|
803
803
|
const ret = arg0.closed;
|
|
804
804
|
return ret;
|
|
805
805
|
}, arguments); },
|
|
806
|
-
|
|
806
|
+
__wbg_code_8b9f98f9216b2f10: function(arg0) {
|
|
807
807
|
const ret = arg0.code;
|
|
808
808
|
return ret;
|
|
809
809
|
},
|
|
810
|
-
|
|
810
|
+
__wbg_colorMask_134144611b082d70: function(arg0, arg1, arg2, arg3, arg4) {
|
|
811
811
|
arg0.colorMask(arg1 !== 0, arg2 !== 0, arg3 !== 0, arg4 !== 0);
|
|
812
812
|
},
|
|
813
|
-
|
|
813
|
+
__wbg_colorMask_67f0083d53f15052: function(arg0, arg1, arg2, arg3, arg4) {
|
|
814
814
|
arg0.colorMask(arg1 !== 0, arg2 !== 0, arg3 !== 0, arg4 !== 0);
|
|
815
815
|
},
|
|
816
|
-
|
|
816
|
+
__wbg_compileShader_30b1185156c62e3a: function(arg0, arg1) {
|
|
817
817
|
arg0.compileShader(arg1);
|
|
818
818
|
},
|
|
819
|
-
|
|
819
|
+
__wbg_compileShader_d097925490ad9cba: function(arg0, arg1) {
|
|
820
820
|
arg0.compileShader(arg1);
|
|
821
821
|
},
|
|
822
|
-
|
|
822
|
+
__wbg_compressedTexSubImage2D_63fd448bab71e19f: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) {
|
|
823
823
|
arg0.compressedTexSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8);
|
|
824
824
|
},
|
|
825
|
-
|
|
826
|
-
arg0.compressedTexSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8);
|
|
827
|
-
},
|
|
828
|
-
__wbg_compressedTexSubImage2D_d8fbae93bb8c4cc9: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
825
|
+
__wbg_compressedTexSubImage2D_6ca8f1d912fb0a21: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
829
826
|
arg0.compressedTexSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8, arg9);
|
|
830
827
|
},
|
|
831
|
-
|
|
828
|
+
__wbg_compressedTexSubImage2D_d6940ad4fd037f63: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) {
|
|
829
|
+
arg0.compressedTexSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8);
|
|
830
|
+
},
|
|
831
|
+
__wbg_compressedTexSubImage3D_a9dd717a25de88ae: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) {
|
|
832
832
|
arg0.compressedTexSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10);
|
|
833
833
|
},
|
|
834
|
-
|
|
834
|
+
__wbg_compressedTexSubImage3D_cea1617c94dc89b1: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
|
|
835
835
|
arg0.compressedTexSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10, arg11);
|
|
836
836
|
},
|
|
837
|
-
|
|
837
|
+
__wbg_configure_9750ce06cc4cea98: function() { return handleError(function (arg0, arg1) {
|
|
838
838
|
arg0.configure(arg1);
|
|
839
839
|
}, arguments); },
|
|
840
|
-
|
|
840
|
+
__wbg_configure_c0a3d80e97c0e7b1: function() { return handleError(function (arg0, arg1) {
|
|
841
841
|
arg0.configure(arg1);
|
|
842
842
|
}, arguments); },
|
|
843
|
-
|
|
843
|
+
__wbg_contentBoxSize_eeeb1078851bcdc4: function(arg0) {
|
|
844
844
|
const ret = arg0.contentBoxSize;
|
|
845
845
|
return ret;
|
|
846
846
|
},
|
|
847
|
-
|
|
847
|
+
__wbg_contentRect_ffc7f5bc1857d6fe: function(arg0) {
|
|
848
848
|
const ret = arg0.contentRect;
|
|
849
849
|
return ret;
|
|
850
850
|
},
|
|
851
|
-
|
|
851
|
+
__wbg_copyBufferSubData_ffd7512172742ce5: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
852
852
|
arg0.copyBufferSubData(arg1 >>> 0, arg2 >>> 0, arg3, arg4, arg5);
|
|
853
853
|
},
|
|
854
|
-
|
|
854
|
+
__wbg_copyBufferToBuffer_3b119149df2dc5eb: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
855
855
|
arg0.copyBufferToBuffer(arg1, arg2, arg3, arg4);
|
|
856
856
|
}, arguments); },
|
|
857
|
-
|
|
857
|
+
__wbg_copyBufferToBuffer_9e5aea97d7828aa3: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
858
858
|
arg0.copyBufferToBuffer(arg1, arg2, arg3, arg4, arg5);
|
|
859
859
|
}, arguments); },
|
|
860
|
-
|
|
860
|
+
__wbg_copyBufferToTexture_46f05a7a84552c50: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
861
861
|
arg0.copyBufferToTexture(arg1, arg2, arg3);
|
|
862
862
|
}, arguments); },
|
|
863
|
-
|
|
863
|
+
__wbg_copyExternalImageToTexture_305b23364c470d9e: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
864
864
|
arg0.copyExternalImageToTexture(arg1, arg2, arg3);
|
|
865
865
|
}, arguments); },
|
|
866
|
-
|
|
866
|
+
__wbg_copyTexSubImage2D_4a2d7e2efd99dfa8: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) {
|
|
867
867
|
arg0.copyTexSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8);
|
|
868
868
|
},
|
|
869
|
-
|
|
869
|
+
__wbg_copyTexSubImage2D_509ece20b65a16c7: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) {
|
|
870
870
|
arg0.copyTexSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8);
|
|
871
871
|
},
|
|
872
|
-
|
|
872
|
+
__wbg_copyTexSubImage3D_ef5526f572f36d56: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
873
873
|
arg0.copyTexSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9);
|
|
874
874
|
},
|
|
875
|
-
|
|
875
|
+
__wbg_copyTextureToBuffer_a9b82ac765521aab: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
876
876
|
arg0.copyTextureToBuffer(arg1, arg2, arg3);
|
|
877
877
|
}, arguments); },
|
|
878
|
-
|
|
878
|
+
__wbg_createBindGroupLayout_59891d473ac8665d: function() { return handleError(function (arg0, arg1) {
|
|
879
879
|
const ret = arg0.createBindGroupLayout(arg1);
|
|
880
880
|
return ret;
|
|
881
881
|
}, arguments); },
|
|
882
|
-
|
|
882
|
+
__wbg_createBindGroup_4cb86ff853df5c69: function(arg0, arg1) {
|
|
883
883
|
const ret = arg0.createBindGroup(arg1);
|
|
884
884
|
return ret;
|
|
885
885
|
},
|
|
886
|
-
|
|
886
|
+
__wbg_createBuffer_3fa0256cba655273: function() { return handleError(function (arg0, arg1) {
|
|
887
887
|
const ret = arg0.createBuffer(arg1);
|
|
888
888
|
return ret;
|
|
889
889
|
}, arguments); },
|
|
890
|
-
|
|
890
|
+
__wbg_createBuffer_8dc942ca97cf9d2a: function(arg0) {
|
|
891
891
|
const ret = arg0.createBuffer();
|
|
892
892
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
893
893
|
},
|
|
894
|
-
|
|
894
|
+
__wbg_createBuffer_bdda716ebf68ba59: function(arg0) {
|
|
895
895
|
const ret = arg0.createBuffer();
|
|
896
896
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
897
897
|
},
|
|
898
|
-
|
|
898
|
+
__wbg_createCommandEncoder_98e3b731629054b4: function(arg0, arg1) {
|
|
899
899
|
const ret = arg0.createCommandEncoder(arg1);
|
|
900
900
|
return ret;
|
|
901
901
|
},
|
|
902
|
-
|
|
902
|
+
__wbg_createElement_8640e331213b402e: function() { return handleError(function (arg0, arg1, arg2) {
|
|
903
903
|
const ret = arg0.createElement(getStringFromWasm0(arg1, arg2));
|
|
904
904
|
return ret;
|
|
905
905
|
}, arguments); },
|
|
906
|
-
|
|
906
|
+
__wbg_createFramebuffer_3f2bfbc211cd82f2: function(arg0) {
|
|
907
907
|
const ret = arg0.createFramebuffer();
|
|
908
908
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
909
909
|
},
|
|
910
|
-
|
|
910
|
+
__wbg_createFramebuffer_b2cc13b01b560d6f: function(arg0) {
|
|
911
911
|
const ret = arg0.createFramebuffer();
|
|
912
912
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
913
913
|
},
|
|
914
|
-
|
|
914
|
+
__wbg_createImageBitmap_cb080b12f9a4532b: function() { return handleError(function (arg0, arg1) {
|
|
915
|
+
const ret = arg0.createImageBitmap(arg1);
|
|
916
|
+
return ret;
|
|
917
|
+
}, arguments); },
|
|
918
|
+
__wbg_createObjectURL_470fa06cc4a9e8f0: function() { return handleError(function (arg0, arg1) {
|
|
915
919
|
const ret = URL.createObjectURL(arg1);
|
|
916
920
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
917
921
|
const len1 = WASM_VECTOR_LEN;
|
|
918
922
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
919
923
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
920
924
|
}, arguments); },
|
|
921
|
-
|
|
925
|
+
__wbg_createPipelineLayout_270b4fd0b4230373: function(arg0, arg1) {
|
|
922
926
|
const ret = arg0.createPipelineLayout(arg1);
|
|
923
927
|
return ret;
|
|
924
928
|
},
|
|
925
|
-
|
|
929
|
+
__wbg_createProgram_03cf82c6259699da: function(arg0) {
|
|
926
930
|
const ret = arg0.createProgram();
|
|
927
931
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
928
932
|
},
|
|
929
|
-
|
|
933
|
+
__wbg_createProgram_ba013605ddf3824a: function(arg0) {
|
|
930
934
|
const ret = arg0.createProgram();
|
|
931
935
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
932
936
|
},
|
|
933
|
-
|
|
937
|
+
__wbg_createQuery_6c795620aa1cd6db: function(arg0) {
|
|
934
938
|
const ret = arg0.createQuery();
|
|
935
939
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
936
940
|
},
|
|
937
|
-
|
|
941
|
+
__wbg_createRenderPipeline_4c120add6a62a442: function() { return handleError(function (arg0, arg1) {
|
|
938
942
|
const ret = arg0.createRenderPipeline(arg1);
|
|
939
943
|
return ret;
|
|
940
944
|
}, arguments); },
|
|
941
|
-
|
|
945
|
+
__wbg_createRenderbuffer_0029ab986ce8c0da: function(arg0) {
|
|
942
946
|
const ret = arg0.createRenderbuffer();
|
|
943
947
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
944
948
|
},
|
|
945
|
-
|
|
949
|
+
__wbg_createRenderbuffer_5b5217ebb1024b24: function(arg0) {
|
|
946
950
|
const ret = arg0.createRenderbuffer();
|
|
947
951
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
948
952
|
},
|
|
949
|
-
|
|
950
|
-
const ret = arg0.createSampler(arg1);
|
|
951
|
-
return ret;
|
|
952
|
-
},
|
|
953
|
-
__wbg_createSampler_da6bb96c9ffaaa27: function(arg0) {
|
|
953
|
+
__wbg_createSampler_2f89f67a6a2aa51f: function(arg0) {
|
|
954
954
|
const ret = arg0.createSampler();
|
|
955
955
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
956
956
|
},
|
|
957
|
-
|
|
957
|
+
__wbg_createSampler_95bff4f5405a3dd1: function(arg0, arg1) {
|
|
958
|
+
const ret = arg0.createSampler(arg1);
|
|
959
|
+
return ret;
|
|
960
|
+
},
|
|
961
|
+
__wbg_createShaderModule_f0aa469466c7bdaa: function(arg0, arg1) {
|
|
958
962
|
const ret = arg0.createShaderModule(arg1);
|
|
959
963
|
return ret;
|
|
960
964
|
},
|
|
961
|
-
|
|
965
|
+
__wbg_createShader_b2c5333fcc05114e: function(arg0, arg1) {
|
|
962
966
|
const ret = arg0.createShader(arg1 >>> 0);
|
|
963
967
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
964
968
|
},
|
|
965
|
-
|
|
969
|
+
__wbg_createShader_f556b21db86193fd: function(arg0, arg1) {
|
|
966
970
|
const ret = arg0.createShader(arg1 >>> 0);
|
|
967
971
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
968
972
|
},
|
|
969
|
-
|
|
970
|
-
const ret = arg0.createTexture();
|
|
971
|
-
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
972
|
-
},
|
|
973
|
-
__wbg_createTexture_1d91bb9e10a9bd61: function() { return handleError(function (arg0, arg1) {
|
|
973
|
+
__wbg_createTexture_28341edbcc7d129e: function() { return handleError(function (arg0, arg1) {
|
|
974
974
|
const ret = arg0.createTexture(arg1);
|
|
975
975
|
return ret;
|
|
976
976
|
}, arguments); },
|
|
977
|
-
|
|
977
|
+
__wbg_createTexture_ab0a6dde87005cb1: function(arg0) {
|
|
978
|
+
const ret = arg0.createTexture();
|
|
979
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
980
|
+
},
|
|
981
|
+
__wbg_createTexture_b2dbf72113bdda56: function(arg0) {
|
|
978
982
|
const ret = arg0.createTexture();
|
|
979
983
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
980
984
|
},
|
|
981
|
-
|
|
985
|
+
__wbg_createVertexArrayOES_a89b0d9f1070e733: function(arg0) {
|
|
982
986
|
const ret = arg0.createVertexArrayOES();
|
|
983
987
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
984
988
|
},
|
|
985
|
-
|
|
989
|
+
__wbg_createVertexArray_be0c22725872a475: function(arg0) {
|
|
986
990
|
const ret = arg0.createVertexArray();
|
|
987
991
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
988
992
|
},
|
|
989
|
-
|
|
993
|
+
__wbg_createView_d04a0f9bdd723238: function() { return handleError(function (arg0, arg1) {
|
|
990
994
|
const ret = arg0.createView(arg1);
|
|
991
995
|
return ret;
|
|
992
996
|
}, arguments); },
|
|
993
|
-
|
|
997
|
+
__wbg_ctrlKey_af896fa77d43a375: function(arg0) {
|
|
994
998
|
const ret = arg0.ctrlKey;
|
|
995
999
|
return ret;
|
|
996
1000
|
},
|
|
997
|
-
|
|
1001
|
+
__wbg_ctrlKey_dc8c7fcd63c26948: function(arg0) {
|
|
998
1002
|
const ret = arg0.ctrlKey;
|
|
999
1003
|
return ret;
|
|
1000
1004
|
},
|
|
1001
|
-
|
|
1005
|
+
__wbg_cullFace_a9283a49d745da71: function(arg0, arg1) {
|
|
1002
1006
|
arg0.cullFace(arg1 >>> 0);
|
|
1003
1007
|
},
|
|
1004
|
-
|
|
1008
|
+
__wbg_cullFace_ee2bd5882746855f: function(arg0, arg1) {
|
|
1005
1009
|
arg0.cullFace(arg1 >>> 0);
|
|
1006
1010
|
},
|
|
1007
|
-
|
|
1011
|
+
__wbg_dataTransfer_994cf664bb1da77f: function(arg0) {
|
|
1008
1012
|
const ret = arg0.dataTransfer;
|
|
1009
1013
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1010
1014
|
},
|
|
1011
|
-
|
|
1012
|
-
const ret = arg0.data;
|
|
1013
|
-
return ret;
|
|
1014
|
-
},
|
|
1015
|
-
__wbg_data_acd149571f3b741a: function(arg0, arg1) {
|
|
1015
|
+
__wbg_data_31cbb395bfd6c6ce: function(arg0, arg1) {
|
|
1016
1016
|
const ret = arg1.data;
|
|
1017
1017
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1018
1018
|
var len1 = WASM_VECTOR_LEN;
|
|
1019
1019
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1020
1020
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1021
1021
|
},
|
|
1022
|
-
|
|
1023
|
-
|
|
1022
|
+
__wbg_data_60b50110c5bd9349: function(arg0) {
|
|
1023
|
+
const ret = arg0.data;
|
|
1024
|
+
return ret;
|
|
1025
|
+
},
|
|
1026
|
+
__wbg_debug_50e24f25b064ded1: function(arg0) {
|
|
1027
|
+
console.debug(arg0);
|
|
1024
1028
|
},
|
|
1025
|
-
|
|
1029
|
+
__wbg_debug_58754cc8dbfec7ec: function(arg0, arg1, arg2, arg3) {
|
|
1030
|
+
console.debug(arg0, arg1, arg2, arg3);
|
|
1031
|
+
},
|
|
1032
|
+
__wbg_decode_728a4fb6d8b559ae: function() { return handleError(function (arg0, arg1) {
|
|
1026
1033
|
arg0.decode(arg1);
|
|
1027
1034
|
}, arguments); },
|
|
1028
|
-
|
|
1035
|
+
__wbg_deleteBuffer_38cfc45ad05c89ef: function(arg0, arg1) {
|
|
1029
1036
|
arg0.deleteBuffer(arg1);
|
|
1030
1037
|
},
|
|
1031
|
-
|
|
1038
|
+
__wbg_deleteBuffer_ef356b1392cab959: function(arg0, arg1) {
|
|
1032
1039
|
arg0.deleteBuffer(arg1);
|
|
1033
1040
|
},
|
|
1034
|
-
|
|
1041
|
+
__wbg_deleteFramebuffer_3385f016ae9cb4ca: function(arg0, arg1) {
|
|
1035
1042
|
arg0.deleteFramebuffer(arg1);
|
|
1036
1043
|
},
|
|
1037
|
-
|
|
1044
|
+
__wbg_deleteFramebuffer_6395b8aef0749d3c: function(arg0, arg1) {
|
|
1038
1045
|
arg0.deleteFramebuffer(arg1);
|
|
1039
1046
|
},
|
|
1040
|
-
|
|
1047
|
+
__wbg_deleteProgram_6eccd9aa110cbb2c: function(arg0, arg1) {
|
|
1041
1048
|
arg0.deleteProgram(arg1);
|
|
1042
1049
|
},
|
|
1043
|
-
|
|
1050
|
+
__wbg_deleteProgram_e1eaf172c61bd109: function(arg0, arg1) {
|
|
1044
1051
|
arg0.deleteProgram(arg1);
|
|
1045
1052
|
},
|
|
1046
|
-
|
|
1053
|
+
__wbg_deleteQuery_9fa8004f05bf6e44: function(arg0, arg1) {
|
|
1047
1054
|
arg0.deleteQuery(arg1);
|
|
1048
1055
|
},
|
|
1049
|
-
|
|
1056
|
+
__wbg_deleteRenderbuffer_83a815667e112d6a: function(arg0, arg1) {
|
|
1050
1057
|
arg0.deleteRenderbuffer(arg1);
|
|
1051
1058
|
},
|
|
1052
|
-
|
|
1059
|
+
__wbg_deleteRenderbuffer_e5753c22e2612fd3: function(arg0, arg1) {
|
|
1053
1060
|
arg0.deleteRenderbuffer(arg1);
|
|
1054
1061
|
},
|
|
1055
|
-
|
|
1062
|
+
__wbg_deleteSampler_204829b1a680fa98: function(arg0, arg1) {
|
|
1056
1063
|
arg0.deleteSampler(arg1);
|
|
1057
1064
|
},
|
|
1058
|
-
|
|
1065
|
+
__wbg_deleteShader_0784961238f3ba6f: function(arg0, arg1) {
|
|
1059
1066
|
arg0.deleteShader(arg1);
|
|
1060
1067
|
},
|
|
1061
|
-
|
|
1068
|
+
__wbg_deleteShader_13b98e109c7ec22b: function(arg0, arg1) {
|
|
1062
1069
|
arg0.deleteShader(arg1);
|
|
1063
1070
|
},
|
|
1064
|
-
|
|
1071
|
+
__wbg_deleteSync_68c37014fd090e43: function(arg0, arg1) {
|
|
1065
1072
|
arg0.deleteSync(arg1);
|
|
1066
1073
|
},
|
|
1067
|
-
|
|
1074
|
+
__wbg_deleteTexture_57bf3a76dc0a7bf9: function(arg0, arg1) {
|
|
1068
1075
|
arg0.deleteTexture(arg1);
|
|
1069
1076
|
},
|
|
1070
|
-
|
|
1077
|
+
__wbg_deleteTexture_72eed589178ae2f9: function(arg0, arg1) {
|
|
1071
1078
|
arg0.deleteTexture(arg1);
|
|
1072
1079
|
},
|
|
1073
|
-
|
|
1080
|
+
__wbg_deleteVertexArrayOES_49cf118408f32324: function(arg0, arg1) {
|
|
1074
1081
|
arg0.deleteVertexArrayOES(arg1);
|
|
1075
1082
|
},
|
|
1076
|
-
|
|
1083
|
+
__wbg_deleteVertexArray_51740ccf7085a65a: function(arg0, arg1) {
|
|
1077
1084
|
arg0.deleteVertexArray(arg1);
|
|
1078
1085
|
},
|
|
1079
|
-
|
|
1086
|
+
__wbg_delete_096f196851a1f47b: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1080
1087
|
delete arg0[getStringFromWasm0(arg1, arg2)];
|
|
1081
1088
|
}, arguments); },
|
|
1082
|
-
|
|
1089
|
+
__wbg_deltaMode_389ab9e0c7c47a3c: function(arg0) {
|
|
1083
1090
|
const ret = arg0.deltaMode;
|
|
1084
1091
|
return ret;
|
|
1085
1092
|
},
|
|
1086
|
-
|
|
1093
|
+
__wbg_deltaX_6fd68d53fb18c3ea: function(arg0) {
|
|
1087
1094
|
const ret = arg0.deltaX;
|
|
1088
1095
|
return ret;
|
|
1089
1096
|
},
|
|
1090
|
-
|
|
1097
|
+
__wbg_deltaY_d67fb1a74cff23bc: function(arg0) {
|
|
1091
1098
|
const ret = arg0.deltaY;
|
|
1092
1099
|
return ret;
|
|
1093
1100
|
},
|
|
1094
|
-
|
|
1101
|
+
__wbg_depthFunc_4025ae02b54073f8: function(arg0, arg1) {
|
|
1095
1102
|
arg0.depthFunc(arg1 >>> 0);
|
|
1096
1103
|
},
|
|
1097
|
-
|
|
1104
|
+
__wbg_depthFunc_b26bec47c7bcebee: function(arg0, arg1) {
|
|
1098
1105
|
arg0.depthFunc(arg1 >>> 0);
|
|
1099
1106
|
},
|
|
1100
|
-
|
|
1107
|
+
__wbg_depthMask_2e4372fcba47dc49: function(arg0, arg1) {
|
|
1101
1108
|
arg0.depthMask(arg1 !== 0);
|
|
1102
1109
|
},
|
|
1103
|
-
|
|
1110
|
+
__wbg_depthMask_d943acfff13d2ce2: function(arg0, arg1) {
|
|
1104
1111
|
arg0.depthMask(arg1 !== 0);
|
|
1105
1112
|
},
|
|
1106
|
-
|
|
1113
|
+
__wbg_depthRange_0bcfa7da45794a56: function(arg0, arg1, arg2) {
|
|
1107
1114
|
arg0.depthRange(arg1, arg2);
|
|
1108
1115
|
},
|
|
1109
|
-
|
|
1116
|
+
__wbg_depthRange_1430e03ed51da89f: function(arg0, arg1, arg2) {
|
|
1110
1117
|
arg0.depthRange(arg1, arg2);
|
|
1111
1118
|
},
|
|
1112
|
-
|
|
1119
|
+
__wbg_description_f6ebcdce701b056b: function(arg0, arg1) {
|
|
1113
1120
|
const ret = arg1.description;
|
|
1114
1121
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1115
1122
|
const len1 = WASM_VECTOR_LEN;
|
|
1116
1123
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1117
1124
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1118
1125
|
},
|
|
1119
|
-
|
|
1126
|
+
__wbg_destroy_a1ad55d8110037a7: function(arg0) {
|
|
1120
1127
|
arg0.destroy();
|
|
1121
1128
|
},
|
|
1122
|
-
|
|
1129
|
+
__wbg_destroy_ce807b0d8ddbb656: function(arg0) {
|
|
1123
1130
|
arg0.destroy();
|
|
1124
1131
|
},
|
|
1125
|
-
|
|
1132
|
+
__wbg_devicePixelContentBoxSize_74f4718d7ccbbda0: function(arg0) {
|
|
1126
1133
|
const ret = arg0.devicePixelContentBoxSize;
|
|
1127
1134
|
return ret;
|
|
1128
1135
|
},
|
|
1129
|
-
|
|
1136
|
+
__wbg_devicePixelRatio_a0dc790882837272: function(arg0) {
|
|
1130
1137
|
const ret = arg0.devicePixelRatio;
|
|
1131
1138
|
return ret;
|
|
1132
1139
|
},
|
|
1133
|
-
|
|
1140
|
+
__wbg_disableVertexAttribArray_502ba5544050cc4a: function(arg0, arg1) {
|
|
1134
1141
|
arg0.disableVertexAttribArray(arg1 >>> 0);
|
|
1135
1142
|
},
|
|
1136
|
-
|
|
1143
|
+
__wbg_disableVertexAttribArray_a1f4414d0521b130: function(arg0, arg1) {
|
|
1137
1144
|
arg0.disableVertexAttribArray(arg1 >>> 0);
|
|
1138
1145
|
},
|
|
1139
|
-
|
|
1146
|
+
__wbg_disable_5c6898ffc41889ea: function(arg0, arg1) {
|
|
1140
1147
|
arg0.disable(arg1 >>> 0);
|
|
1141
1148
|
},
|
|
1142
|
-
|
|
1149
|
+
__wbg_disable_896f703cc44cf1e8: function(arg0, arg1) {
|
|
1143
1150
|
arg0.disable(arg1 >>> 0);
|
|
1144
1151
|
},
|
|
1145
|
-
|
|
1152
|
+
__wbg_disconnect_99bdd53252c1a923: function(arg0) {
|
|
1146
1153
|
arg0.disconnect();
|
|
1147
1154
|
},
|
|
1148
|
-
|
|
1155
|
+
__wbg_displayHeight_6a09027747b2839c: function(arg0) {
|
|
1149
1156
|
const ret = arg0.displayHeight;
|
|
1150
1157
|
return ret;
|
|
1151
1158
|
},
|
|
1152
|
-
|
|
1159
|
+
__wbg_displayWidth_969bcee30c9ba96e: function(arg0) {
|
|
1153
1160
|
const ret = arg0.displayWidth;
|
|
1154
1161
|
return ret;
|
|
1155
1162
|
},
|
|
1156
|
-
|
|
1163
|
+
__wbg_document_a28a21ae315de4ea: function(arg0) {
|
|
1157
1164
|
const ret = arg0.document;
|
|
1158
1165
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1159
1166
|
},
|
|
1160
|
-
|
|
1167
|
+
__wbg_done_547d467e97529006: function(arg0) {
|
|
1161
1168
|
const ret = arg0.done;
|
|
1162
1169
|
return ret;
|
|
1163
1170
|
},
|
|
1164
|
-
|
|
1171
|
+
__wbg_drawArraysInstancedANGLE_73044a94e5127803: function(arg0, arg1, arg2, arg3, arg4) {
|
|
1165
1172
|
arg0.drawArraysInstancedANGLE(arg1 >>> 0, arg2, arg3, arg4);
|
|
1166
1173
|
},
|
|
1167
|
-
|
|
1174
|
+
__wbg_drawArraysInstanced_f8a4998461298b8d: function(arg0, arg1, arg2, arg3, arg4) {
|
|
1168
1175
|
arg0.drawArraysInstanced(arg1 >>> 0, arg2, arg3, arg4);
|
|
1169
1176
|
},
|
|
1170
|
-
|
|
1177
|
+
__wbg_drawArrays_079aad920afe1404: function(arg0, arg1, arg2, arg3) {
|
|
1171
1178
|
arg0.drawArrays(arg1 >>> 0, arg2, arg3);
|
|
1172
1179
|
},
|
|
1173
|
-
|
|
1180
|
+
__wbg_drawArrays_b159d63fb955e0cb: function(arg0, arg1, arg2, arg3) {
|
|
1174
1181
|
arg0.drawArrays(arg1 >>> 0, arg2, arg3);
|
|
1175
1182
|
},
|
|
1176
|
-
|
|
1183
|
+
__wbg_drawBuffersWEBGL_b187a1d10b662517: function(arg0, arg1) {
|
|
1177
1184
|
arg0.drawBuffersWEBGL(arg1);
|
|
1178
1185
|
},
|
|
1179
|
-
|
|
1186
|
+
__wbg_drawBuffers_7f711677354b104a: function(arg0, arg1) {
|
|
1180
1187
|
arg0.drawBuffers(arg1);
|
|
1181
1188
|
},
|
|
1182
|
-
|
|
1189
|
+
__wbg_drawElementsInstancedANGLE_93fa83c14a69f07c: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1183
1190
|
arg0.drawElementsInstancedANGLE(arg1 >>> 0, arg2, arg3 >>> 0, arg4, arg5);
|
|
1184
1191
|
},
|
|
1185
|
-
|
|
1192
|
+
__wbg_drawElementsInstanced_e67f42392ded7e15: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1186
1193
|
arg0.drawElementsInstanced(arg1 >>> 0, arg2, arg3 >>> 0, arg4, arg5);
|
|
1187
1194
|
},
|
|
1188
|
-
|
|
1195
|
+
__wbg_drawIndexed_cc7c04c1088cafad: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1189
1196
|
arg0.drawIndexed(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4, arg5 >>> 0);
|
|
1190
1197
|
},
|
|
1191
|
-
|
|
1198
|
+
__wbg_draw_92eb37d6b3b2aab4: function(arg0, arg1, arg2, arg3, arg4) {
|
|
1192
1199
|
arg0.draw(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
1193
1200
|
},
|
|
1194
|
-
|
|
1201
|
+
__wbg_elementFromPoint_6c20f1acad715888: function(arg0, arg1, arg2) {
|
|
1195
1202
|
const ret = arg0.elementFromPoint(arg1, arg2);
|
|
1196
1203
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1197
1204
|
},
|
|
1198
|
-
|
|
1205
|
+
__wbg_elementFromPoint_d497b2a177e5ac7c: function(arg0, arg1, arg2) {
|
|
1199
1206
|
const ret = arg0.elementFromPoint(arg1, arg2);
|
|
1200
1207
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1201
1208
|
},
|
|
1202
|
-
|
|
1209
|
+
__wbg_enableVertexAttribArray_acf4abf519ab0114: function(arg0, arg1) {
|
|
1203
1210
|
arg0.enableVertexAttribArray(arg1 >>> 0);
|
|
1204
1211
|
},
|
|
1205
|
-
|
|
1212
|
+
__wbg_enableVertexAttribArray_b4abeab358174fdb: function(arg0, arg1) {
|
|
1206
1213
|
arg0.enableVertexAttribArray(arg1 >>> 0);
|
|
1207
1214
|
},
|
|
1208
|
-
|
|
1215
|
+
__wbg_enable_9328f475236428ef: function(arg0, arg1) {
|
|
1209
1216
|
arg0.enable(arg1 >>> 0);
|
|
1210
1217
|
},
|
|
1211
|
-
|
|
1218
|
+
__wbg_enable_f1131cfcbbb57556: function(arg0, arg1) {
|
|
1212
1219
|
arg0.enable(arg1 >>> 0);
|
|
1213
1220
|
},
|
|
1214
|
-
|
|
1221
|
+
__wbg_endQuery_9b3877af76f58a68: function(arg0, arg1) {
|
|
1215
1222
|
arg0.endQuery(arg1 >>> 0);
|
|
1216
1223
|
},
|
|
1217
|
-
|
|
1224
|
+
__wbg_end_d49513b309f4ca43: function(arg0) {
|
|
1218
1225
|
arg0.end();
|
|
1219
1226
|
},
|
|
1220
|
-
|
|
1227
|
+
__wbg_enqueue_bb06efec8458a81a: function() { return handleError(function (arg0, arg1) {
|
|
1221
1228
|
arg0.enqueue(arg1);
|
|
1222
1229
|
}, arguments); },
|
|
1223
|
-
|
|
1230
|
+
__wbg_entries_616b1a459b85be0b: function(arg0) {
|
|
1224
1231
|
const ret = Object.entries(arg0);
|
|
1225
1232
|
return ret;
|
|
1226
1233
|
},
|
|
1227
|
-
|
|
1234
|
+
__wbg_error_38bec0a78dd8ded8: function(arg0) {
|
|
1235
|
+
console.error(arg0);
|
|
1236
|
+
},
|
|
1237
|
+
__wbg_error_a4d9fb65600441d5: function(arg0, arg1) {
|
|
1228
1238
|
let deferred0_0;
|
|
1229
1239
|
let deferred0_1;
|
|
1230
1240
|
try {
|
|
@@ -1235,422 +1245,433 @@ const exports = { __proto__: null };
|
|
|
1235
1245
|
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
1236
1246
|
}
|
|
1237
1247
|
},
|
|
1238
|
-
|
|
1239
|
-
console.error(arg0);
|
|
1240
|
-
},
|
|
1241
|
-
__wbg_error_f0b9698dec860bd4: function(arg0) {
|
|
1248
|
+
__wbg_error_f6720b4bc5b9976f: function(arg0) {
|
|
1242
1249
|
const ret = arg0.error;
|
|
1243
1250
|
return ret;
|
|
1244
1251
|
},
|
|
1245
|
-
|
|
1252
|
+
__wbg_error_f8d1622cb1d8c53c: function(arg0, arg1, arg2, arg3) {
|
|
1253
|
+
console.error(arg0, arg1, arg2, arg3);
|
|
1254
|
+
},
|
|
1255
|
+
__wbg_features_6906f30d3b243f58: function(arg0) {
|
|
1246
1256
|
const ret = arg0.features;
|
|
1247
1257
|
return ret;
|
|
1248
1258
|
},
|
|
1249
|
-
|
|
1259
|
+
__wbg_fenceSync_76fd7e7573b1c3d3: function(arg0, arg1, arg2) {
|
|
1250
1260
|
const ret = arg0.fenceSync(arg1 >>> 0, arg2 >>> 0);
|
|
1251
1261
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1252
1262
|
},
|
|
1253
|
-
|
|
1254
|
-
const ret = fetch(
|
|
1263
|
+
__wbg_fetch_1a731e18c5e21884: function(arg0, arg1) {
|
|
1264
|
+
const ret = arg0.fetch(arg1);
|
|
1255
1265
|
return ret;
|
|
1256
1266
|
},
|
|
1257
|
-
|
|
1258
|
-
const ret = fetch(
|
|
1267
|
+
__wbg_fetch_a920260d19124083: function(arg0, arg1, arg2) {
|
|
1268
|
+
const ret = arg0.fetch(arg1, arg2);
|
|
1259
1269
|
return ret;
|
|
1260
1270
|
},
|
|
1261
|
-
|
|
1271
|
+
__wbg_fetch_b371b952a61cca04: function(arg0) {
|
|
1262
1272
|
const ret = fetch(arg0);
|
|
1263
1273
|
return ret;
|
|
1264
1274
|
},
|
|
1265
|
-
|
|
1266
|
-
const ret =
|
|
1275
|
+
__wbg_fetch_b9ec7cc04e1ed641: function(arg0, arg1) {
|
|
1276
|
+
const ret = fetch(arg0, arg1);
|
|
1267
1277
|
return ret;
|
|
1268
1278
|
},
|
|
1269
|
-
|
|
1270
|
-
const ret =
|
|
1279
|
+
__wbg_fetch_fa4854adc83457ba: function(arg0) {
|
|
1280
|
+
const ret = fetch(arg0);
|
|
1271
1281
|
return ret;
|
|
1272
1282
|
},
|
|
1273
|
-
|
|
1283
|
+
__wbg_files_49421c0860b80e49: function(arg0) {
|
|
1274
1284
|
const ret = arg0.files;
|
|
1275
1285
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1276
1286
|
},
|
|
1277
|
-
|
|
1287
|
+
__wbg_files_becc181f99e4c14c: function(arg0) {
|
|
1278
1288
|
const ret = arg0.files;
|
|
1279
1289
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1280
1290
|
},
|
|
1281
|
-
|
|
1291
|
+
__wbg_finish_6c7bba424ffe1bbc: function(arg0, arg1) {
|
|
1282
1292
|
const ret = arg0.finish(arg1);
|
|
1283
1293
|
return ret;
|
|
1284
1294
|
},
|
|
1285
|
-
|
|
1295
|
+
__wbg_finish_c40b67ff2af88e0c: function(arg0) {
|
|
1286
1296
|
const ret = arg0.finish();
|
|
1287
1297
|
return ret;
|
|
1288
1298
|
},
|
|
1289
|
-
|
|
1299
|
+
__wbg_flush_2dbf18333ea13590: function(arg0) {
|
|
1290
1300
|
const ret = arg0.flush();
|
|
1291
1301
|
return ret;
|
|
1292
1302
|
},
|
|
1293
|
-
|
|
1303
|
+
__wbg_flush_3960af47143225d1: function(arg0) {
|
|
1294
1304
|
arg0.flush();
|
|
1295
1305
|
},
|
|
1296
|
-
|
|
1306
|
+
__wbg_flush_7044918ba0f7d59b: function(arg0) {
|
|
1297
1307
|
arg0.flush();
|
|
1298
1308
|
},
|
|
1299
|
-
|
|
1309
|
+
__wbg_focus_93aead258d471c93: function() { return handleError(function (arg0) {
|
|
1300
1310
|
arg0.focus();
|
|
1301
1311
|
}, arguments); },
|
|
1302
|
-
|
|
1312
|
+
__wbg_force_12fb0f147a1b59af: function(arg0) {
|
|
1303
1313
|
const ret = arg0.force;
|
|
1304
1314
|
return ret;
|
|
1305
1315
|
},
|
|
1306
|
-
|
|
1316
|
+
__wbg_forward_67b33c508af383d0: function() { return handleError(function (arg0) {
|
|
1307
1317
|
arg0.forward();
|
|
1308
1318
|
}, arguments); },
|
|
1309
|
-
|
|
1319
|
+
__wbg_framebufferRenderbuffer_09fadd099736edc1: function(arg0, arg1, arg2, arg3, arg4) {
|
|
1310
1320
|
arg0.framebufferRenderbuffer(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4);
|
|
1311
1321
|
},
|
|
1312
|
-
|
|
1322
|
+
__wbg_framebufferRenderbuffer_2604d9558c7cddc1: function(arg0, arg1, arg2, arg3, arg4) {
|
|
1313
1323
|
arg0.framebufferRenderbuffer(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4);
|
|
1314
1324
|
},
|
|
1315
|
-
|
|
1325
|
+
__wbg_framebufferTexture2D_88c527c558c09cf5: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1316
1326
|
arg0.framebufferTexture2D(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4, arg5);
|
|
1317
1327
|
},
|
|
1318
|
-
|
|
1328
|
+
__wbg_framebufferTexture2D_eddd6f0f599ffc34: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1319
1329
|
arg0.framebufferTexture2D(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4, arg5);
|
|
1320
1330
|
},
|
|
1321
|
-
|
|
1331
|
+
__wbg_framebufferTextureLayer_e5625e06e97b63de: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1322
1332
|
arg0.framebufferTextureLayer(arg1 >>> 0, arg2 >>> 0, arg3, arg4, arg5);
|
|
1323
1333
|
},
|
|
1324
|
-
|
|
1334
|
+
__wbg_framebufferTextureMultiviewOVR_dbaa070c3a6c7ea3: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
1325
1335
|
arg0.framebufferTextureMultiviewOVR(arg1 >>> 0, arg2 >>> 0, arg3, arg4, arg5, arg6);
|
|
1326
1336
|
},
|
|
1327
|
-
|
|
1337
|
+
__wbg_frontFace_82dd2745b23de0b6: function(arg0, arg1) {
|
|
1328
1338
|
arg0.frontFace(arg1 >>> 0);
|
|
1329
1339
|
},
|
|
1330
|
-
|
|
1340
|
+
__wbg_frontFace_8751ba7bc82d3bcb: function(arg0, arg1) {
|
|
1331
1341
|
arg0.frontFace(arg1 >>> 0);
|
|
1332
1342
|
},
|
|
1333
|
-
|
|
1343
|
+
__wbg_getBindGroupLayout_3e25f08ba260b2a6: function(arg0, arg1) {
|
|
1334
1344
|
const ret = arg0.getBindGroupLayout(arg1 >>> 0);
|
|
1335
1345
|
return ret;
|
|
1336
1346
|
},
|
|
1337
|
-
|
|
1347
|
+
__wbg_getBoundingClientRect_dd4198d549ad0fd6: function(arg0) {
|
|
1338
1348
|
const ret = arg0.getBoundingClientRect();
|
|
1339
1349
|
return ret;
|
|
1340
1350
|
},
|
|
1341
|
-
|
|
1351
|
+
__wbg_getBufferSubData_c064a23bd730f094: function(arg0, arg1, arg2, arg3) {
|
|
1342
1352
|
arg0.getBufferSubData(arg1 >>> 0, arg2, arg3);
|
|
1343
1353
|
},
|
|
1344
|
-
|
|
1354
|
+
__wbg_getComputedStyle_032eef1be41bbff9: function() { return handleError(function (arg0, arg1) {
|
|
1345
1355
|
const ret = arg0.getComputedStyle(arg1);
|
|
1346
1356
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1347
1357
|
}, arguments); },
|
|
1348
|
-
|
|
1358
|
+
__wbg_getContext_8ab47e12b2ed57e5: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1349
1359
|
const ret = arg0.getContext(getStringFromWasm0(arg1, arg2));
|
|
1350
1360
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1351
1361
|
}, arguments); },
|
|
1352
|
-
|
|
1362
|
+
__wbg_getContext_8f1ff363618c55da: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1353
1363
|
const ret = arg0.getContext(getStringFromWasm0(arg1, arg2));
|
|
1354
1364
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1355
1365
|
}, arguments); },
|
|
1356
|
-
|
|
1366
|
+
__wbg_getContext_9da116ef0547477e: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1357
1367
|
const ret = arg0.getContext(getStringFromWasm0(arg1, arg2), arg3);
|
|
1358
1368
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1359
1369
|
}, arguments); },
|
|
1360
|
-
|
|
1370
|
+
__wbg_getContext_d61338bafcc57ccd: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1361
1371
|
const ret = arg0.getContext(getStringFromWasm0(arg1, arg2), arg3);
|
|
1362
1372
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1363
1373
|
}, arguments); },
|
|
1364
|
-
|
|
1374
|
+
__wbg_getCurrentTexture_274b67f871b2dea5: function() { return handleError(function (arg0) {
|
|
1365
1375
|
const ret = arg0.getCurrentTexture();
|
|
1366
1376
|
return ret;
|
|
1367
1377
|
}, arguments); },
|
|
1368
|
-
|
|
1378
|
+
__wbg_getData_546274e368ce61dd: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1369
1379
|
const ret = arg1.getData(getStringFromWasm0(arg2, arg3));
|
|
1370
1380
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1371
1381
|
const len1 = WASM_VECTOR_LEN;
|
|
1372
1382
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1373
1383
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1374
1384
|
}, arguments); },
|
|
1375
|
-
|
|
1385
|
+
__wbg_getElementById_1a2b69d69d3a074f: function(arg0, arg1, arg2) {
|
|
1376
1386
|
const ret = arg0.getElementById(getStringFromWasm0(arg1, arg2));
|
|
1377
1387
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1378
1388
|
},
|
|
1379
|
-
|
|
1389
|
+
__wbg_getExtension_ce16f3780572b35e: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1380
1390
|
const ret = arg0.getExtension(getStringFromWasm0(arg1, arg2));
|
|
1381
1391
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1382
1392
|
}, arguments); },
|
|
1383
|
-
|
|
1393
|
+
__wbg_getIndexedParameter_a462264cdcf47430: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1384
1394
|
const ret = arg0.getIndexedParameter(arg1 >>> 0, arg2 >>> 0);
|
|
1385
1395
|
return ret;
|
|
1386
1396
|
}, arguments); },
|
|
1387
|
-
|
|
1397
|
+
__wbg_getItem_203869d4a1ba1433: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1388
1398
|
const ret = arg1.getItem(getStringFromWasm0(arg2, arg3));
|
|
1389
1399
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1390
1400
|
var len1 = WASM_VECTOR_LEN;
|
|
1391
1401
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1392
1402
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1393
1403
|
}, arguments); },
|
|
1394
|
-
|
|
1404
|
+
__wbg_getMappedRange_59829576da3edd39: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1395
1405
|
const ret = arg0.getMappedRange(arg1, arg2);
|
|
1396
1406
|
return ret;
|
|
1397
1407
|
}, arguments); },
|
|
1398
|
-
|
|
1408
|
+
__wbg_getParameter_037149e897c929ad: function() { return handleError(function (arg0, arg1) {
|
|
1399
1409
|
const ret = arg0.getParameter(arg1 >>> 0);
|
|
1400
1410
|
return ret;
|
|
1401
1411
|
}, arguments); },
|
|
1402
|
-
|
|
1412
|
+
__wbg_getParameter_09ce4298daa62d31: function() { return handleError(function (arg0, arg1) {
|
|
1403
1413
|
const ret = arg0.getParameter(arg1 >>> 0);
|
|
1404
1414
|
return ret;
|
|
1405
1415
|
}, arguments); },
|
|
1406
|
-
|
|
1416
|
+
__wbg_getPreferredCanvasFormat_6f629398d892f0c9: function(arg0) {
|
|
1407
1417
|
const ret = arg0.getPreferredCanvasFormat();
|
|
1408
1418
|
return (__wbindgen_enum_GpuTextureFormat.indexOf(ret) + 1 || 96) - 1;
|
|
1409
1419
|
},
|
|
1410
|
-
|
|
1420
|
+
__wbg_getProgramInfoLog_b2d112da8cb8c5c5: function(arg0, arg1, arg2) {
|
|
1411
1421
|
const ret = arg1.getProgramInfoLog(arg2);
|
|
1412
1422
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1413
1423
|
var len1 = WASM_VECTOR_LEN;
|
|
1414
1424
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1415
1425
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1416
1426
|
},
|
|
1417
|
-
|
|
1427
|
+
__wbg_getProgramInfoLog_b4bc560fd6ea687d: function(arg0, arg1, arg2) {
|
|
1418
1428
|
const ret = arg1.getProgramInfoLog(arg2);
|
|
1419
1429
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1420
1430
|
var len1 = WASM_VECTOR_LEN;
|
|
1421
1431
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1422
1432
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1423
1433
|
},
|
|
1424
|
-
|
|
1434
|
+
__wbg_getProgramParameter_2b7693f9edfde93d: function(arg0, arg1, arg2) {
|
|
1425
1435
|
const ret = arg0.getProgramParameter(arg1, arg2 >>> 0);
|
|
1426
1436
|
return ret;
|
|
1427
1437
|
},
|
|
1428
|
-
|
|
1438
|
+
__wbg_getProgramParameter_6dc3590345750abb: function(arg0, arg1, arg2) {
|
|
1429
1439
|
const ret = arg0.getProgramParameter(arg1, arg2 >>> 0);
|
|
1430
1440
|
return ret;
|
|
1431
1441
|
},
|
|
1432
|
-
|
|
1442
|
+
__wbg_getPropertyValue_12e464ea4b1c3fe4: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1433
1443
|
const ret = arg1.getPropertyValue(getStringFromWasm0(arg2, arg3));
|
|
1434
1444
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1435
1445
|
const len1 = WASM_VECTOR_LEN;
|
|
1436
1446
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1437
1447
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1438
1448
|
}, arguments); },
|
|
1439
|
-
|
|
1449
|
+
__wbg_getQueryParameter_e4d2a987adf1449e: function(arg0, arg1, arg2) {
|
|
1440
1450
|
const ret = arg0.getQueryParameter(arg1, arg2 >>> 0);
|
|
1441
1451
|
return ret;
|
|
1442
1452
|
},
|
|
1443
|
-
|
|
1453
|
+
__wbg_getRandomValues_3dda8830c2565714: function() { return handleError(function (arg0, arg1) {
|
|
1444
1454
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
1445
1455
|
}, arguments); },
|
|
1446
|
-
|
|
1456
|
+
__wbg_getRandomValues_3f44b700395062e5: function() { return handleError(function (arg0, arg1) {
|
|
1447
1457
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
1448
1458
|
}, arguments); },
|
|
1449
|
-
|
|
1459
|
+
__wbg_getReader_b4b1868fbca77dbe: function() { return handleError(function (arg0) {
|
|
1450
1460
|
const ret = arg0.getReader();
|
|
1451
1461
|
return ret;
|
|
1452
1462
|
}, arguments); },
|
|
1453
|
-
|
|
1463
|
+
__wbg_getRootNode_cbe0078ee615c20a: function(arg0) {
|
|
1454
1464
|
const ret = arg0.getRootNode();
|
|
1455
1465
|
return ret;
|
|
1456
1466
|
},
|
|
1457
|
-
|
|
1467
|
+
__wbg_getShaderInfoLog_57aaac3110ec22f3: function(arg0, arg1, arg2) {
|
|
1458
1468
|
const ret = arg1.getShaderInfoLog(arg2);
|
|
1459
1469
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1460
1470
|
var len1 = WASM_VECTOR_LEN;
|
|
1461
1471
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1462
1472
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1463
1473
|
},
|
|
1464
|
-
|
|
1474
|
+
__wbg_getShaderInfoLog_737b1be2c43195d8: function(arg0, arg1, arg2) {
|
|
1465
1475
|
const ret = arg1.getShaderInfoLog(arg2);
|
|
1466
1476
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1467
1477
|
var len1 = WASM_VECTOR_LEN;
|
|
1468
1478
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1469
1479
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1470
1480
|
},
|
|
1471
|
-
|
|
1481
|
+
__wbg_getShaderParameter_2b6f35d96d51cc82: function(arg0, arg1, arg2) {
|
|
1472
1482
|
const ret = arg0.getShaderParameter(arg1, arg2 >>> 0);
|
|
1473
1483
|
return ret;
|
|
1474
1484
|
},
|
|
1475
|
-
|
|
1485
|
+
__wbg_getShaderParameter_cc12071135e57d45: function(arg0, arg1, arg2) {
|
|
1476
1486
|
const ret = arg0.getShaderParameter(arg1, arg2 >>> 0);
|
|
1477
1487
|
return ret;
|
|
1478
1488
|
},
|
|
1479
|
-
|
|
1489
|
+
__wbg_getSupportedExtensions_92b6dc82a889082d: function(arg0) {
|
|
1480
1490
|
const ret = arg0.getSupportedExtensions();
|
|
1481
1491
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1482
1492
|
},
|
|
1483
|
-
|
|
1493
|
+
__wbg_getSupportedProfiles_593187c5922410c6: function(arg0) {
|
|
1484
1494
|
const ret = arg0.getSupportedProfiles();
|
|
1485
1495
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1486
1496
|
},
|
|
1487
|
-
|
|
1497
|
+
__wbg_getSyncParameter_6c7d58a19ab45344: function(arg0, arg1, arg2) {
|
|
1488
1498
|
const ret = arg0.getSyncParameter(arg1, arg2 >>> 0);
|
|
1489
1499
|
return ret;
|
|
1490
1500
|
},
|
|
1491
|
-
|
|
1501
|
+
__wbg_getTime_f6ac312467f7cf09: function(arg0) {
|
|
1492
1502
|
const ret = arg0.getTime();
|
|
1493
1503
|
return ret;
|
|
1494
1504
|
},
|
|
1495
|
-
|
|
1505
|
+
__wbg_getUniformBlockIndex_afbce80bbbee480c: function(arg0, arg1, arg2, arg3) {
|
|
1496
1506
|
const ret = arg0.getUniformBlockIndex(arg1, getStringFromWasm0(arg2, arg3));
|
|
1497
1507
|
return ret;
|
|
1498
1508
|
},
|
|
1499
|
-
|
|
1509
|
+
__wbg_getUniformLocation_2e7496f74219fc19: function(arg0, arg1, arg2, arg3) {
|
|
1500
1510
|
const ret = arg0.getUniformLocation(arg1, getStringFromWasm0(arg2, arg3));
|
|
1501
1511
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1502
1512
|
},
|
|
1503
|
-
|
|
1513
|
+
__wbg_getUniformLocation_8d93a5f3de4232bf: function(arg0, arg1, arg2, arg3) {
|
|
1504
1514
|
const ret = arg0.getUniformLocation(arg1, getStringFromWasm0(arg2, arg3));
|
|
1505
1515
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1506
1516
|
},
|
|
1507
|
-
|
|
1517
|
+
__wbg_get_22172cd3e3bb6c58: function(arg0, arg1) {
|
|
1508
1518
|
const ret = arg0[arg1 >>> 0];
|
|
1509
1519
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1510
1520
|
},
|
|
1511
|
-
|
|
1521
|
+
__wbg_get_4848e350b40afc16: function(arg0, arg1) {
|
|
1512
1522
|
const ret = arg0[arg1 >>> 0];
|
|
1513
|
-
return
|
|
1523
|
+
return ret;
|
|
1514
1524
|
},
|
|
1515
|
-
|
|
1525
|
+
__wbg_get_753152eb19d860b1: function(arg0, arg1) {
|
|
1516
1526
|
const ret = arg0[arg1 >>> 0];
|
|
1517
1527
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1518
1528
|
},
|
|
1519
|
-
|
|
1529
|
+
__wbg_get_761e9cf5d605bcbd: function(arg0, arg1) {
|
|
1520
1530
|
const ret = arg0[arg1 >>> 0];
|
|
1521
|
-
return ret;
|
|
1531
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1522
1532
|
},
|
|
1523
|
-
|
|
1524
|
-
const ret = Reflect.get(arg0, arg1);
|
|
1525
|
-
return ret;
|
|
1526
|
-
}, arguments); },
|
|
1527
|
-
__wbg_get_d8db2ad31d529ff8: function(arg0, arg1) {
|
|
1533
|
+
__wbg_get_cb1662031c6b2d85: function(arg0, arg1) {
|
|
1528
1534
|
const ret = arg0[arg1 >>> 0];
|
|
1529
1535
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1530
1536
|
},
|
|
1531
|
-
|
|
1537
|
+
__wbg_get_done_46f064515323cd59: function(arg0) {
|
|
1532
1538
|
const ret = arg0.done;
|
|
1533
1539
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
1534
1540
|
},
|
|
1535
|
-
|
|
1541
|
+
__wbg_get_ed0642c4b9d31ddf: function() { return handleError(function (arg0, arg1) {
|
|
1542
|
+
const ret = Reflect.get(arg0, arg1);
|
|
1543
|
+
return ret;
|
|
1544
|
+
}, arguments); },
|
|
1545
|
+
__wbg_get_f96702c6245e4ef9: function() { return handleError(function (arg0, arg1) {
|
|
1546
|
+
const ret = Reflect.get(arg0, arg1);
|
|
1547
|
+
return ret;
|
|
1548
|
+
}, arguments); },
|
|
1549
|
+
__wbg_get_unchecked_7d7babe32e9e6a54: function(arg0, arg1) {
|
|
1550
|
+
const ret = arg0[arg1 >>> 0];
|
|
1551
|
+
return ret;
|
|
1552
|
+
},
|
|
1553
|
+
__wbg_get_value_28b7deb73d356d88: function(arg0) {
|
|
1536
1554
|
const ret = arg0.value;
|
|
1537
1555
|
return ret;
|
|
1538
1556
|
},
|
|
1539
|
-
|
|
1557
|
+
__wbg_get_with_ref_key_6412cf3094599694: function(arg0, arg1) {
|
|
1540
1558
|
const ret = arg0[arg1];
|
|
1541
1559
|
return ret;
|
|
1542
1560
|
},
|
|
1543
|
-
|
|
1561
|
+
__wbg_gpu_cbd27ad0589bc0b3: function(arg0) {
|
|
1544
1562
|
const ret = arg0.gpu;
|
|
1545
1563
|
return ret;
|
|
1546
1564
|
},
|
|
1547
|
-
|
|
1548
|
-
const ret =
|
|
1565
|
+
__wbg_hasOwn_8000c3db5749d89f: function(arg0, arg1) {
|
|
1566
|
+
const ret = Object.hasOwn(arg0, arg1);
|
|
1549
1567
|
return ret;
|
|
1550
1568
|
},
|
|
1551
|
-
|
|
1552
|
-
const ret = arg0.has(getStringFromWasm0(arg1, arg2));
|
|
1553
|
-
return ret;
|
|
1554
|
-
},
|
|
1555
|
-
__wbg_has_d4e53238966c12b6: function() { return handleError(function (arg0, arg1) {
|
|
1569
|
+
__wbg_has_3ec5c22db2e5237a: function() { return handleError(function (arg0, arg1) {
|
|
1556
1570
|
const ret = Reflect.has(arg0, arg1);
|
|
1557
1571
|
return ret;
|
|
1558
1572
|
}, arguments); },
|
|
1559
|
-
|
|
1573
|
+
__wbg_has_dbcaf77712624019: function(arg0, arg1, arg2) {
|
|
1574
|
+
const ret = arg0.has(getStringFromWasm0(arg1, arg2));
|
|
1575
|
+
return ret;
|
|
1576
|
+
},
|
|
1577
|
+
__wbg_hash_da89606b87400cf8: function() { return handleError(function (arg0, arg1) {
|
|
1560
1578
|
const ret = arg1.hash;
|
|
1561
1579
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1562
1580
|
const len1 = WASM_VECTOR_LEN;
|
|
1563
1581
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1564
1582
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1565
1583
|
}, arguments); },
|
|
1566
|
-
|
|
1584
|
+
__wbg_headers_e08dcb5aa09b9a63: function(arg0) {
|
|
1567
1585
|
const ret = arg0.headers;
|
|
1568
1586
|
return ret;
|
|
1569
1587
|
},
|
|
1570
|
-
|
|
1588
|
+
__wbg_headers_f82eee91a0c91695: function(arg0) {
|
|
1571
1589
|
const ret = arg0.headers;
|
|
1572
1590
|
return ret;
|
|
1573
1591
|
},
|
|
1574
|
-
|
|
1592
|
+
__wbg_height_09395aee19ee0c83: function(arg0) {
|
|
1575
1593
|
const ret = arg0.height;
|
|
1576
1594
|
return ret;
|
|
1577
1595
|
},
|
|
1578
|
-
|
|
1596
|
+
__wbg_height_2f8ba47ff2d364fa: function(arg0) {
|
|
1579
1597
|
const ret = arg0.height;
|
|
1580
1598
|
return ret;
|
|
1581
1599
|
},
|
|
1582
|
-
|
|
1600
|
+
__wbg_height_734034c3ff2654af: function(arg0) {
|
|
1583
1601
|
const ret = arg0.height;
|
|
1584
1602
|
return ret;
|
|
1585
1603
|
},
|
|
1586
|
-
|
|
1604
|
+
__wbg_height_7b4d4d42e2cf1777: function(arg0) {
|
|
1587
1605
|
const ret = arg0.height;
|
|
1588
1606
|
return ret;
|
|
1589
1607
|
},
|
|
1590
|
-
|
|
1608
|
+
__wbg_height_851bcd638e890abc: function(arg0) {
|
|
1591
1609
|
const ret = arg0.height;
|
|
1592
1610
|
return ret;
|
|
1593
1611
|
},
|
|
1594
|
-
|
|
1612
|
+
__wbg_height_c9bfbe517e2c65f2: function(arg0) {
|
|
1595
1613
|
const ret = arg0.height;
|
|
1596
1614
|
return ret;
|
|
1597
1615
|
},
|
|
1598
|
-
|
|
1616
|
+
__wbg_hidden_9d47d82daa2677c0: function(arg0) {
|
|
1599
1617
|
const ret = arg0.hidden;
|
|
1600
1618
|
return ret;
|
|
1601
1619
|
},
|
|
1602
|
-
|
|
1620
|
+
__wbg_history_e0fde1755ec7a020: function() { return handleError(function (arg0) {
|
|
1603
1621
|
const ret = arg0.history;
|
|
1604
1622
|
return ret;
|
|
1605
1623
|
}, arguments); },
|
|
1606
|
-
|
|
1624
|
+
__wbg_host_142a4b1e170efc7f: function() { return handleError(function (arg0, arg1) {
|
|
1607
1625
|
const ret = arg1.host;
|
|
1608
1626
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1609
1627
|
const len1 = WASM_VECTOR_LEN;
|
|
1610
1628
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1611
1629
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1612
1630
|
}, arguments); },
|
|
1613
|
-
|
|
1631
|
+
__wbg_hostname_a42f31a9081ac639: function() { return handleError(function (arg0, arg1) {
|
|
1614
1632
|
const ret = arg1.hostname;
|
|
1615
1633
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1616
1634
|
const len1 = WASM_VECTOR_LEN;
|
|
1617
1635
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1618
1636
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1619
1637
|
}, arguments); },
|
|
1620
|
-
|
|
1638
|
+
__wbg_href_bc5537e1b5176567: function(arg0, arg1) {
|
|
1621
1639
|
const ret = arg1.href;
|
|
1622
1640
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1623
1641
|
const len1 = WASM_VECTOR_LEN;
|
|
1624
1642
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1625
1643
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1626
|
-
},
|
|
1627
|
-
|
|
1644
|
+
},
|
|
1645
|
+
__wbg_href_e111373f8d7ae763: function() { return handleError(function (arg0, arg1) {
|
|
1628
1646
|
const ret = arg1.href;
|
|
1629
1647
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1630
1648
|
const len1 = WASM_VECTOR_LEN;
|
|
1631
1649
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1632
1650
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1633
|
-
},
|
|
1634
|
-
|
|
1651
|
+
}, arguments); },
|
|
1652
|
+
__wbg_identifier_db6b606c00c0fc57: function(arg0) {
|
|
1635
1653
|
const ret = arg0.identifier;
|
|
1636
1654
|
return ret;
|
|
1637
1655
|
},
|
|
1638
|
-
|
|
1656
|
+
__wbg_includes_e1c3d5075ba084c5: function(arg0, arg1, arg2) {
|
|
1639
1657
|
const ret = arg0.includes(arg1, arg2);
|
|
1640
1658
|
return ret;
|
|
1641
1659
|
},
|
|
1642
|
-
|
|
1660
|
+
__wbg_info_4e3339024d0fb613: function(arg0) {
|
|
1661
|
+
console.info(arg0);
|
|
1662
|
+
},
|
|
1663
|
+
__wbg_info_8e80eb6c0f1d9449: function(arg0, arg1, arg2, arg3) {
|
|
1664
|
+
console.info(arg0, arg1, arg2, arg3);
|
|
1665
|
+
},
|
|
1666
|
+
__wbg_info_91a8fcd51fd17fff: function(arg0) {
|
|
1643
1667
|
const ret = arg0.info;
|
|
1644
1668
|
return ret;
|
|
1645
1669
|
},
|
|
1646
|
-
|
|
1647
|
-
console.info(getStringFromWasm0(arg0, arg1));
|
|
1648
|
-
},
|
|
1649
|
-
__wbg_inlineSize_3e4e7e8c813884fd: function(arg0) {
|
|
1670
|
+
__wbg_inlineSize_4d595b2867bf7d83: function(arg0) {
|
|
1650
1671
|
const ret = arg0.inlineSize;
|
|
1651
1672
|
return ret;
|
|
1652
1673
|
},
|
|
1653
|
-
|
|
1674
|
+
__wbg_instanceof_ArrayBuffer_ff7c1337a5e3b33a: function(arg0) {
|
|
1654
1675
|
let result;
|
|
1655
1676
|
try {
|
|
1656
1677
|
result = arg0 instanceof ArrayBuffer;
|
|
@@ -1660,7 +1681,7 @@ const exports = { __proto__: null };
|
|
|
1660
1681
|
const ret = result;
|
|
1661
1682
|
return ret;
|
|
1662
1683
|
},
|
|
1663
|
-
|
|
1684
|
+
__wbg_instanceof_Document_fa497c324471af6b: function(arg0) {
|
|
1664
1685
|
let result;
|
|
1665
1686
|
try {
|
|
1666
1687
|
result = arg0 instanceof Document;
|
|
@@ -1670,7 +1691,7 @@ const exports = { __proto__: null };
|
|
|
1670
1691
|
const ret = result;
|
|
1671
1692
|
return ret;
|
|
1672
1693
|
},
|
|
1673
|
-
|
|
1694
|
+
__wbg_instanceof_DomException_37f96d3fb69189bd: function(arg0) {
|
|
1674
1695
|
let result;
|
|
1675
1696
|
try {
|
|
1676
1697
|
result = arg0 instanceof DOMException;
|
|
@@ -1680,7 +1701,7 @@ const exports = { __proto__: null };
|
|
|
1680
1701
|
const ret = result;
|
|
1681
1702
|
return ret;
|
|
1682
1703
|
},
|
|
1683
|
-
|
|
1704
|
+
__wbg_instanceof_Element_c4784e8a9522e087: function(arg0) {
|
|
1684
1705
|
let result;
|
|
1685
1706
|
try {
|
|
1686
1707
|
result = arg0 instanceof Element;
|
|
@@ -1690,7 +1711,7 @@ const exports = { __proto__: null };
|
|
|
1690
1711
|
const ret = result;
|
|
1691
1712
|
return ret;
|
|
1692
1713
|
},
|
|
1693
|
-
|
|
1714
|
+
__wbg_instanceof_Error_e3390d6805733dad: function(arg0) {
|
|
1694
1715
|
let result;
|
|
1695
1716
|
try {
|
|
1696
1717
|
result = arg0 instanceof Error;
|
|
@@ -1700,7 +1721,7 @@ const exports = { __proto__: null };
|
|
|
1700
1721
|
const ret = result;
|
|
1701
1722
|
return ret;
|
|
1702
1723
|
},
|
|
1703
|
-
|
|
1724
|
+
__wbg_instanceof_GpuAdapter_1297a3a5ce0db3ff: function(arg0) {
|
|
1704
1725
|
let result;
|
|
1705
1726
|
try {
|
|
1706
1727
|
result = arg0 instanceof GPUAdapter;
|
|
@@ -1710,7 +1731,7 @@ const exports = { __proto__: null };
|
|
|
1710
1731
|
const ret = result;
|
|
1711
1732
|
return ret;
|
|
1712
1733
|
},
|
|
1713
|
-
|
|
1734
|
+
__wbg_instanceof_GpuCanvasContext_13613277d7bf3768: function(arg0) {
|
|
1714
1735
|
let result;
|
|
1715
1736
|
try {
|
|
1716
1737
|
result = arg0 instanceof GPUCanvasContext;
|
|
@@ -1720,7 +1741,7 @@ const exports = { __proto__: null };
|
|
|
1720
1741
|
const ret = result;
|
|
1721
1742
|
return ret;
|
|
1722
1743
|
},
|
|
1723
|
-
|
|
1744
|
+
__wbg_instanceof_GpuOutOfMemoryError_100c4600c3e13387: function(arg0) {
|
|
1724
1745
|
let result;
|
|
1725
1746
|
try {
|
|
1726
1747
|
result = arg0 instanceof GPUOutOfMemoryError;
|
|
@@ -1730,7 +1751,7 @@ const exports = { __proto__: null };
|
|
|
1730
1751
|
const ret = result;
|
|
1731
1752
|
return ret;
|
|
1732
1753
|
},
|
|
1733
|
-
|
|
1754
|
+
__wbg_instanceof_GpuValidationError_94580aa7a41f3bdb: function(arg0) {
|
|
1734
1755
|
let result;
|
|
1735
1756
|
try {
|
|
1736
1757
|
result = arg0 instanceof GPUValidationError;
|
|
@@ -1740,7 +1761,7 @@ const exports = { __proto__: null };
|
|
|
1740
1761
|
const ret = result;
|
|
1741
1762
|
return ret;
|
|
1742
1763
|
},
|
|
1743
|
-
|
|
1764
|
+
__wbg_instanceof_HtmlAnchorElement_d244ac11562c8f69: function(arg0) {
|
|
1744
1765
|
let result;
|
|
1745
1766
|
try {
|
|
1746
1767
|
result = arg0 instanceof HTMLAnchorElement;
|
|
@@ -1750,7 +1771,7 @@ const exports = { __proto__: null };
|
|
|
1750
1771
|
const ret = result;
|
|
1751
1772
|
return ret;
|
|
1752
1773
|
},
|
|
1753
|
-
|
|
1774
|
+
__wbg_instanceof_HtmlButtonElement_94e31ca453766121: function(arg0) {
|
|
1754
1775
|
let result;
|
|
1755
1776
|
try {
|
|
1756
1777
|
result = arg0 instanceof HTMLButtonElement;
|
|
@@ -1760,7 +1781,7 @@ const exports = { __proto__: null };
|
|
|
1760
1781
|
const ret = result;
|
|
1761
1782
|
return ret;
|
|
1762
1783
|
},
|
|
1763
|
-
|
|
1784
|
+
__wbg_instanceof_HtmlCanvasElement_3cec11b30b0d54e4: function(arg0) {
|
|
1764
1785
|
let result;
|
|
1765
1786
|
try {
|
|
1766
1787
|
result = arg0 instanceof HTMLCanvasElement;
|
|
@@ -1770,7 +1791,7 @@ const exports = { __proto__: null };
|
|
|
1770
1791
|
const ret = result;
|
|
1771
1792
|
return ret;
|
|
1772
1793
|
},
|
|
1773
|
-
|
|
1794
|
+
__wbg_instanceof_HtmlElement_43b8bbfdb4aaefd5: function(arg0) {
|
|
1774
1795
|
let result;
|
|
1775
1796
|
try {
|
|
1776
1797
|
result = arg0 instanceof HTMLElement;
|
|
@@ -1780,7 +1801,7 @@ const exports = { __proto__: null };
|
|
|
1780
1801
|
const ret = result;
|
|
1781
1802
|
return ret;
|
|
1782
1803
|
},
|
|
1783
|
-
|
|
1804
|
+
__wbg_instanceof_HtmlInputElement_ed700e6a857d360a: function(arg0) {
|
|
1784
1805
|
let result;
|
|
1785
1806
|
try {
|
|
1786
1807
|
result = arg0 instanceof HTMLInputElement;
|
|
@@ -1790,7 +1811,17 @@ const exports = { __proto__: null };
|
|
|
1790
1811
|
const ret = result;
|
|
1791
1812
|
return ret;
|
|
1792
1813
|
},
|
|
1793
|
-
|
|
1814
|
+
__wbg_instanceof_ImageBitmap_d23d5f2ff367649d: function(arg0) {
|
|
1815
|
+
let result;
|
|
1816
|
+
try {
|
|
1817
|
+
result = arg0 instanceof ImageBitmap;
|
|
1818
|
+
} catch (_) {
|
|
1819
|
+
result = false;
|
|
1820
|
+
}
|
|
1821
|
+
const ret = result;
|
|
1822
|
+
return ret;
|
|
1823
|
+
},
|
|
1824
|
+
__wbg_instanceof_MessageEvent_3c68912ba847d8e1: function(arg0) {
|
|
1794
1825
|
let result;
|
|
1795
1826
|
try {
|
|
1796
1827
|
result = arg0 instanceof MessageEvent;
|
|
@@ -1800,7 +1831,7 @@ const exports = { __proto__: null };
|
|
|
1800
1831
|
const ret = result;
|
|
1801
1832
|
return ret;
|
|
1802
1833
|
},
|
|
1803
|
-
|
|
1834
|
+
__wbg_instanceof_ReadableStream_d46dd192e1ce3f88: function(arg0) {
|
|
1804
1835
|
let result;
|
|
1805
1836
|
try {
|
|
1806
1837
|
result = arg0 instanceof ReadableStream;
|
|
@@ -1810,7 +1841,7 @@ const exports = { __proto__: null };
|
|
|
1810
1841
|
const ret = result;
|
|
1811
1842
|
return ret;
|
|
1812
1843
|
},
|
|
1813
|
-
|
|
1844
|
+
__wbg_instanceof_ResizeObserverEntry_2934c3da74688b5b: function(arg0) {
|
|
1814
1845
|
let result;
|
|
1815
1846
|
try {
|
|
1816
1847
|
result = arg0 instanceof ResizeObserverEntry;
|
|
@@ -1820,7 +1851,7 @@ const exports = { __proto__: null };
|
|
|
1820
1851
|
const ret = result;
|
|
1821
1852
|
return ret;
|
|
1822
1853
|
},
|
|
1823
|
-
|
|
1854
|
+
__wbg_instanceof_ResizeObserverSize_5b368efa5128c601: function(arg0) {
|
|
1824
1855
|
let result;
|
|
1825
1856
|
try {
|
|
1826
1857
|
result = arg0 instanceof ResizeObserverSize;
|
|
@@ -1830,7 +1861,7 @@ const exports = { __proto__: null };
|
|
|
1830
1861
|
const ret = result;
|
|
1831
1862
|
return ret;
|
|
1832
1863
|
},
|
|
1833
|
-
|
|
1864
|
+
__wbg_instanceof_Response_06795eab66cc4036: function(arg0) {
|
|
1834
1865
|
let result;
|
|
1835
1866
|
try {
|
|
1836
1867
|
result = arg0 instanceof Response;
|
|
@@ -1840,7 +1871,7 @@ const exports = { __proto__: null };
|
|
|
1840
1871
|
const ret = result;
|
|
1841
1872
|
return ret;
|
|
1842
1873
|
},
|
|
1843
|
-
|
|
1874
|
+
__wbg_instanceof_ShadowRoot_9508b4512523f14c: function(arg0) {
|
|
1844
1875
|
let result;
|
|
1845
1876
|
try {
|
|
1846
1877
|
result = arg0 instanceof ShadowRoot;
|
|
@@ -1850,7 +1881,7 @@ const exports = { __proto__: null };
|
|
|
1850
1881
|
const ret = result;
|
|
1851
1882
|
return ret;
|
|
1852
1883
|
},
|
|
1853
|
-
|
|
1884
|
+
__wbg_instanceof_TypeError_dd6397f181d803d0: function(arg0) {
|
|
1854
1885
|
let result;
|
|
1855
1886
|
try {
|
|
1856
1887
|
result = arg0 instanceof TypeError;
|
|
@@ -1860,7 +1891,7 @@ const exports = { __proto__: null };
|
|
|
1860
1891
|
const ret = result;
|
|
1861
1892
|
return ret;
|
|
1862
1893
|
},
|
|
1863
|
-
|
|
1894
|
+
__wbg_instanceof_Uint8Array_4b8da683deb25d72: function(arg0) {
|
|
1864
1895
|
let result;
|
|
1865
1896
|
try {
|
|
1866
1897
|
result = arg0 instanceof Uint8Array;
|
|
@@ -1870,7 +1901,7 @@ const exports = { __proto__: null };
|
|
|
1870
1901
|
const ret = result;
|
|
1871
1902
|
return ret;
|
|
1872
1903
|
},
|
|
1873
|
-
|
|
1904
|
+
__wbg_instanceof_WebGl2RenderingContext_6502f76e53996a5e: function(arg0) {
|
|
1874
1905
|
let result;
|
|
1875
1906
|
try {
|
|
1876
1907
|
result = arg0 instanceof WebGL2RenderingContext;
|
|
@@ -1880,7 +1911,7 @@ const exports = { __proto__: null };
|
|
|
1880
1911
|
const ret = result;
|
|
1881
1912
|
return ret;
|
|
1882
1913
|
},
|
|
1883
|
-
|
|
1914
|
+
__wbg_instanceof_Window_c0fee4c064502536: function(arg0) {
|
|
1884
1915
|
let result;
|
|
1885
1916
|
try {
|
|
1886
1917
|
result = arg0 instanceof Window;
|
|
@@ -1890,341 +1921,321 @@ const exports = { __proto__: null };
|
|
|
1890
1921
|
const ret = result;
|
|
1891
1922
|
return ret;
|
|
1892
1923
|
},
|
|
1893
|
-
|
|
1924
|
+
__wbg_invalidateFramebuffer_33d1760cdf66128f: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1894
1925
|
arg0.invalidateFramebuffer(arg1 >>> 0, arg2);
|
|
1895
1926
|
}, arguments); },
|
|
1896
|
-
|
|
1927
|
+
__wbg_isActive_453c915c78ca9cf6: function(arg0) {
|
|
1897
1928
|
const ret = arg0.isActive;
|
|
1898
1929
|
return ret;
|
|
1899
1930
|
},
|
|
1900
|
-
|
|
1931
|
+
__wbg_isArray_db61795ad004c139: function(arg0) {
|
|
1901
1932
|
const ret = Array.isArray(arg0);
|
|
1902
1933
|
return ret;
|
|
1903
1934
|
},
|
|
1904
|
-
|
|
1935
|
+
__wbg_isComposing_926558e85c1322f5: function(arg0) {
|
|
1905
1936
|
const ret = arg0.isComposing;
|
|
1906
1937
|
return ret;
|
|
1907
1938
|
},
|
|
1908
|
-
|
|
1939
|
+
__wbg_isComposing_fc3ec12836b74836: function(arg0) {
|
|
1909
1940
|
const ret = arg0.isComposing;
|
|
1910
1941
|
return ret;
|
|
1911
1942
|
},
|
|
1912
|
-
|
|
1943
|
+
__wbg_isSafeInteger_ea83862ba994770c: function(arg0) {
|
|
1913
1944
|
const ret = Number.isSafeInteger(arg0);
|
|
1914
1945
|
return ret;
|
|
1915
1946
|
},
|
|
1916
|
-
|
|
1947
|
+
__wbg_isSecureContext_2ad7065a08159f29: function(arg0) {
|
|
1917
1948
|
const ret = arg0.isSecureContext;
|
|
1918
1949
|
return ret;
|
|
1919
1950
|
},
|
|
1920
|
-
|
|
1951
|
+
__wbg_is_3ce118e1fc3aa47e: function(arg0, arg1) {
|
|
1921
1952
|
const ret = Object.is(arg0, arg1);
|
|
1922
1953
|
return ret;
|
|
1923
1954
|
},
|
|
1924
|
-
|
|
1955
|
+
__wbg_item_f76abbdc0cf17647: function(arg0, arg1) {
|
|
1925
1956
|
const ret = arg0.item(arg1 >>> 0);
|
|
1926
1957
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1927
1958
|
},
|
|
1928
|
-
|
|
1959
|
+
__wbg_items_38e88bb85ee8204a: function(arg0) {
|
|
1929
1960
|
const ret = arg0.items;
|
|
1930
1961
|
return ret;
|
|
1931
1962
|
},
|
|
1932
|
-
|
|
1963
|
+
__wbg_iterator_de403ef31815a3e6: function() {
|
|
1933
1964
|
const ret = Symbol.iterator;
|
|
1934
1965
|
return ret;
|
|
1935
1966
|
},
|
|
1936
|
-
|
|
1967
|
+
__wbg_keyCode_7772df4809d7d3d8: function(arg0) {
|
|
1937
1968
|
const ret = arg0.keyCode;
|
|
1938
1969
|
return ret;
|
|
1939
1970
|
},
|
|
1940
|
-
|
|
1971
|
+
__wbg_key_1f885799907fdc30: function(arg0, arg1) {
|
|
1941
1972
|
const ret = arg1.key;
|
|
1942
1973
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1943
1974
|
var len1 = WASM_VECTOR_LEN;
|
|
1944
1975
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1945
1976
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1946
1977
|
},
|
|
1947
|
-
|
|
1978
|
+
__wbg_key_7cfa20193d517a74: function(arg0, arg1) {
|
|
1948
1979
|
const ret = arg1.key;
|
|
1949
1980
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1950
1981
|
const len1 = WASM_VECTOR_LEN;
|
|
1951
1982
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1952
1983
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1953
1984
|
},
|
|
1954
|
-
|
|
1985
|
+
__wbg_label_9a8583e3a20fafc7: function(arg0, arg1) {
|
|
1955
1986
|
const ret = arg1.label;
|
|
1956
1987
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1957
1988
|
const len1 = WASM_VECTOR_LEN;
|
|
1958
1989
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1959
1990
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1960
1991
|
},
|
|
1961
|
-
|
|
1992
|
+
__wbg_lastModified_f3daedc0b92f6ee2: function(arg0) {
|
|
1962
1993
|
const ret = arg0.lastModified;
|
|
1963
1994
|
return ret;
|
|
1964
1995
|
},
|
|
1965
|
-
|
|
1996
|
+
__wbg_left_542bbb36968c6d4e: function(arg0) {
|
|
1966
1997
|
const ret = arg0.left;
|
|
1967
1998
|
return ret;
|
|
1968
1999
|
},
|
|
1969
|
-
|
|
2000
|
+
__wbg_length_06fc61606800dfdc: function(arg0) {
|
|
1970
2001
|
const ret = arg0.length;
|
|
1971
2002
|
return ret;
|
|
1972
2003
|
},
|
|
1973
|
-
|
|
2004
|
+
__wbg_length_0c32cb8543c8e4c8: function(arg0) {
|
|
1974
2005
|
const ret = arg0.length;
|
|
1975
2006
|
return ret;
|
|
1976
2007
|
},
|
|
1977
|
-
|
|
2008
|
+
__wbg_length_2463cf44caac7a20: function(arg0) {
|
|
1978
2009
|
const ret = arg0.length;
|
|
1979
2010
|
return ret;
|
|
1980
2011
|
},
|
|
1981
|
-
|
|
2012
|
+
__wbg_length_6e821edde497a532: function(arg0) {
|
|
1982
2013
|
const ret = arg0.length;
|
|
1983
2014
|
return ret;
|
|
1984
2015
|
},
|
|
1985
|
-
|
|
2016
|
+
__wbg_length_c68a80a6327e9194: function(arg0) {
|
|
1986
2017
|
const ret = arg0.length;
|
|
1987
2018
|
return ret;
|
|
1988
2019
|
},
|
|
1989
|
-
|
|
2020
|
+
__wbg_limits_25f7265ea0cad6c5: function(arg0) {
|
|
1990
2021
|
const ret = arg0.limits;
|
|
1991
2022
|
return ret;
|
|
1992
2023
|
},
|
|
1993
|
-
|
|
2024
|
+
__wbg_limits_b3a1d99e863846d4: function(arg0) {
|
|
1994
2025
|
const ret = arg0.limits;
|
|
1995
2026
|
return ret;
|
|
1996
2027
|
},
|
|
1997
|
-
|
|
2028
|
+
__wbg_linkProgram_4a3a45fa4d8d09f0: function(arg0, arg1) {
|
|
1998
2029
|
arg0.linkProgram(arg1);
|
|
1999
2030
|
},
|
|
2000
|
-
|
|
2031
|
+
__wbg_linkProgram_d86c69f8f86f3031: function(arg0, arg1) {
|
|
2001
2032
|
arg0.linkProgram(arg1);
|
|
2002
2033
|
},
|
|
2003
|
-
|
|
2034
|
+
__wbg_localStorage_b1a71e6b7afdce21: function() { return handleError(function (arg0) {
|
|
2004
2035
|
const ret = arg0.localStorage;
|
|
2005
2036
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
2006
2037
|
}, arguments); },
|
|
2007
|
-
|
|
2038
|
+
__wbg_location_91b3fdbca3c76d9e: function(arg0) {
|
|
2008
2039
|
const ret = arg0.location;
|
|
2009
2040
|
return ret;
|
|
2010
2041
|
},
|
|
2011
|
-
|
|
2042
|
+
__wbg_mapAsync_e3cfbd141919d03c: function(arg0, arg1, arg2, arg3) {
|
|
2012
2043
|
const ret = arg0.mapAsync(arg1 >>> 0, arg2, arg3);
|
|
2013
2044
|
return ret;
|
|
2014
2045
|
},
|
|
2015
|
-
|
|
2046
|
+
__wbg_matchMedia_1d8b96312cffb576: function() { return handleError(function (arg0, arg1, arg2) {
|
|
2016
2047
|
const ret = arg0.matchMedia(getStringFromWasm0(arg1, arg2));
|
|
2017
2048
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
2018
2049
|
}, arguments); },
|
|
2019
|
-
|
|
2050
|
+
__wbg_matches_86946499f934a7fd: function(arg0) {
|
|
2020
2051
|
const ret = arg0.matches;
|
|
2021
2052
|
return ret;
|
|
2022
2053
|
},
|
|
2023
|
-
|
|
2054
|
+
__wbg_maxBindGroups_7e4965b5daa53b23: function(arg0) {
|
|
2024
2055
|
const ret = arg0.maxBindGroups;
|
|
2025
2056
|
return ret;
|
|
2026
2057
|
},
|
|
2027
|
-
|
|
2058
|
+
__wbg_maxBindingsPerBindGroup_5d11588150650215: function(arg0) {
|
|
2028
2059
|
const ret = arg0.maxBindingsPerBindGroup;
|
|
2029
2060
|
return ret;
|
|
2030
2061
|
},
|
|
2031
|
-
|
|
2062
|
+
__wbg_maxBufferSize_b59f147488bf047a: function(arg0) {
|
|
2032
2063
|
const ret = arg0.maxBufferSize;
|
|
2033
2064
|
return ret;
|
|
2034
2065
|
},
|
|
2035
|
-
|
|
2066
|
+
__wbg_maxColorAttachmentBytesPerSample_726ea37aedfb839a: function(arg0) {
|
|
2036
2067
|
const ret = arg0.maxColorAttachmentBytesPerSample;
|
|
2037
2068
|
return ret;
|
|
2038
2069
|
},
|
|
2039
|
-
|
|
2070
|
+
__wbg_maxColorAttachments_62ecca7ef94d78e4: function(arg0) {
|
|
2040
2071
|
const ret = arg0.maxColorAttachments;
|
|
2041
2072
|
return ret;
|
|
2042
2073
|
},
|
|
2043
|
-
|
|
2074
|
+
__wbg_maxComputeInvocationsPerWorkgroup_a14458d75e0b90ac: function(arg0) {
|
|
2044
2075
|
const ret = arg0.maxComputeInvocationsPerWorkgroup;
|
|
2045
2076
|
return ret;
|
|
2046
2077
|
},
|
|
2047
|
-
|
|
2078
|
+
__wbg_maxComputeWorkgroupSizeX_6b8c17d5e4738e77: function(arg0) {
|
|
2048
2079
|
const ret = arg0.maxComputeWorkgroupSizeX;
|
|
2049
2080
|
return ret;
|
|
2050
2081
|
},
|
|
2051
|
-
|
|
2082
|
+
__wbg_maxComputeWorkgroupSizeY_13b5de41c6e0bc2a: function(arg0) {
|
|
2052
2083
|
const ret = arg0.maxComputeWorkgroupSizeY;
|
|
2053
2084
|
return ret;
|
|
2054
2085
|
},
|
|
2055
|
-
|
|
2086
|
+
__wbg_maxComputeWorkgroupSizeZ_b12d7f3e670aa0a2: function(arg0) {
|
|
2056
2087
|
const ret = arg0.maxComputeWorkgroupSizeZ;
|
|
2057
2088
|
return ret;
|
|
2058
2089
|
},
|
|
2059
|
-
|
|
2090
|
+
__wbg_maxComputeWorkgroupStorageSize_886498bc3b0baa23: function(arg0) {
|
|
2060
2091
|
const ret = arg0.maxComputeWorkgroupStorageSize;
|
|
2061
2092
|
return ret;
|
|
2062
2093
|
},
|
|
2063
|
-
|
|
2094
|
+
__wbg_maxComputeWorkgroupsPerDimension_144b6bbf6ac24451: function(arg0) {
|
|
2064
2095
|
const ret = arg0.maxComputeWorkgroupsPerDimension;
|
|
2065
2096
|
return ret;
|
|
2066
2097
|
},
|
|
2067
|
-
|
|
2098
|
+
__wbg_maxDynamicStorageBuffersPerPipelineLayout_d81239ef90f4f920: function(arg0) {
|
|
2068
2099
|
const ret = arg0.maxDynamicStorageBuffersPerPipelineLayout;
|
|
2069
2100
|
return ret;
|
|
2070
2101
|
},
|
|
2071
|
-
|
|
2102
|
+
__wbg_maxDynamicUniformBuffersPerPipelineLayout_0cca7d1cb9e5adf7: function(arg0) {
|
|
2072
2103
|
const ret = arg0.maxDynamicUniformBuffersPerPipelineLayout;
|
|
2073
2104
|
return ret;
|
|
2074
2105
|
},
|
|
2075
|
-
|
|
2106
|
+
__wbg_maxInterStageShaderVariables_4504147f810dd43d: function(arg0) {
|
|
2076
2107
|
const ret = arg0.maxInterStageShaderVariables;
|
|
2077
2108
|
return ret;
|
|
2078
2109
|
},
|
|
2079
|
-
|
|
2110
|
+
__wbg_maxSampledTexturesPerShaderStage_54e5ed0537676c83: function(arg0) {
|
|
2080
2111
|
const ret = arg0.maxSampledTexturesPerShaderStage;
|
|
2081
2112
|
return ret;
|
|
2082
2113
|
},
|
|
2083
|
-
|
|
2114
|
+
__wbg_maxSamplersPerShaderStage_71315fab0d7f34b1: function(arg0) {
|
|
2084
2115
|
const ret = arg0.maxSamplersPerShaderStage;
|
|
2085
2116
|
return ret;
|
|
2086
2117
|
},
|
|
2087
|
-
|
|
2118
|
+
__wbg_maxStorageBufferBindingSize_779fd522aaaa6f90: function(arg0) {
|
|
2088
2119
|
const ret = arg0.maxStorageBufferBindingSize;
|
|
2089
2120
|
return ret;
|
|
2090
2121
|
},
|
|
2091
|
-
|
|
2122
|
+
__wbg_maxStorageBuffersPerShaderStage_c99b4f72aaf19e34: function(arg0) {
|
|
2092
2123
|
const ret = arg0.maxStorageBuffersPerShaderStage;
|
|
2093
2124
|
return ret;
|
|
2094
2125
|
},
|
|
2095
|
-
|
|
2126
|
+
__wbg_maxStorageTexturesPerShaderStage_5403c17d11da5280: function(arg0) {
|
|
2096
2127
|
const ret = arg0.maxStorageTexturesPerShaderStage;
|
|
2097
2128
|
return ret;
|
|
2098
2129
|
},
|
|
2099
|
-
|
|
2130
|
+
__wbg_maxTextureArrayLayers_eca9fa36b3d46099: function(arg0) {
|
|
2100
2131
|
const ret = arg0.maxTextureArrayLayers;
|
|
2101
2132
|
return ret;
|
|
2102
2133
|
},
|
|
2103
|
-
|
|
2134
|
+
__wbg_maxTextureDimension1D_a7d9d7ecd19aae9b: function(arg0) {
|
|
2104
2135
|
const ret = arg0.maxTextureDimension1D;
|
|
2105
2136
|
return ret;
|
|
2106
2137
|
},
|
|
2107
|
-
|
|
2138
|
+
__wbg_maxTextureDimension2D_c6a3937eb3ab18df: function(arg0) {
|
|
2108
2139
|
const ret = arg0.maxTextureDimension2D;
|
|
2109
2140
|
return ret;
|
|
2110
2141
|
},
|
|
2111
|
-
|
|
2142
|
+
__wbg_maxTextureDimension3D_d941aa547d9e0801: function(arg0) {
|
|
2112
2143
|
const ret = arg0.maxTextureDimension3D;
|
|
2113
2144
|
return ret;
|
|
2114
2145
|
},
|
|
2115
|
-
|
|
2146
|
+
__wbg_maxUniformBufferBindingSize_1e8c92a2094b7ce7: function(arg0) {
|
|
2116
2147
|
const ret = arg0.maxUniformBufferBindingSize;
|
|
2117
2148
|
return ret;
|
|
2118
2149
|
},
|
|
2119
|
-
|
|
2150
|
+
__wbg_maxUniformBuffersPerShaderStage_83cde6650612f178: function(arg0) {
|
|
2120
2151
|
const ret = arg0.maxUniformBuffersPerShaderStage;
|
|
2121
2152
|
return ret;
|
|
2122
2153
|
},
|
|
2123
|
-
|
|
2154
|
+
__wbg_maxVertexAttributes_dd313a3540d56e88: function(arg0) {
|
|
2124
2155
|
const ret = arg0.maxVertexAttributes;
|
|
2125
2156
|
return ret;
|
|
2126
2157
|
},
|
|
2127
|
-
|
|
2158
|
+
__wbg_maxVertexBufferArrayStride_6fd082d9954d1f4a: function(arg0) {
|
|
2128
2159
|
const ret = arg0.maxVertexBufferArrayStride;
|
|
2129
2160
|
return ret;
|
|
2130
2161
|
},
|
|
2131
|
-
|
|
2162
|
+
__wbg_maxVertexBuffers_bbd14712ac158c6f: function(arg0) {
|
|
2132
2163
|
const ret = arg0.maxVertexBuffers;
|
|
2133
2164
|
return ret;
|
|
2134
2165
|
},
|
|
2135
|
-
|
|
2166
|
+
__wbg_message_1c3aafa647009286: function(arg0, arg1) {
|
|
2136
2167
|
const ret = arg1.message;
|
|
2137
2168
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
2138
2169
|
const len1 = WASM_VECTOR_LEN;
|
|
2139
2170
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
2140
2171
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
2141
2172
|
},
|
|
2142
|
-
|
|
2173
|
+
__wbg_metaKey_29a14f6b2fe9783e: function(arg0) {
|
|
2143
2174
|
const ret = arg0.metaKey;
|
|
2144
2175
|
return ret;
|
|
2145
2176
|
},
|
|
2146
|
-
|
|
2177
|
+
__wbg_metaKey_cabf24bec9d42077: function(arg0) {
|
|
2147
2178
|
const ret = arg0.metaKey;
|
|
2148
2179
|
return ret;
|
|
2149
2180
|
},
|
|
2150
|
-
|
|
2181
|
+
__wbg_minStorageBufferOffsetAlignment_726c386298254510: function(arg0) {
|
|
2151
2182
|
const ret = arg0.minStorageBufferOffsetAlignment;
|
|
2152
2183
|
return ret;
|
|
2153
2184
|
},
|
|
2154
|
-
|
|
2185
|
+
__wbg_minUniformBufferOffsetAlignment_6df1f95f5974788e: function(arg0) {
|
|
2155
2186
|
const ret = arg0.minUniformBufferOffsetAlignment;
|
|
2156
2187
|
return ret;
|
|
2157
2188
|
},
|
|
2158
|
-
|
|
2189
|
+
__wbg_name_c20e84db554b626b: function(arg0, arg1) {
|
|
2159
2190
|
const ret = arg1.name;
|
|
2160
2191
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
2161
2192
|
const len1 = WASM_VECTOR_LEN;
|
|
2162
2193
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
2163
2194
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
2164
2195
|
},
|
|
2165
|
-
|
|
2196
|
+
__wbg_navigator_9b09ea705d03d227: function(arg0) {
|
|
2166
2197
|
const ret = arg0.navigator;
|
|
2167
2198
|
return ret;
|
|
2168
2199
|
},
|
|
2169
|
-
|
|
2200
|
+
__wbg_navigator_af52153252bdf29d: function(arg0) {
|
|
2170
2201
|
const ret = arg0.navigator;
|
|
2171
2202
|
return ret;
|
|
2172
2203
|
},
|
|
2173
|
-
|
|
2204
|
+
__wbg_newValue_96509bb33d209ac9: function(arg0, arg1) {
|
|
2174
2205
|
const ret = arg1.newValue;
|
|
2175
2206
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
2176
2207
|
var len1 = WASM_VECTOR_LEN;
|
|
2177
2208
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
2178
2209
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
2179
2210
|
},
|
|
2180
|
-
|
|
2181
|
-
const ret = new URLSearchParams();
|
|
2182
|
-
return ret;
|
|
2183
|
-
}, arguments); },
|
|
2184
|
-
__wbg_new_0_73afc35eb544e539: function() {
|
|
2211
|
+
__wbg_new_0_bfa2ef4bc447daa2: function() {
|
|
2185
2212
|
const ret = new Date();
|
|
2186
2213
|
return ret;
|
|
2187
2214
|
},
|
|
2188
|
-
|
|
2189
|
-
const ret = new
|
|
2215
|
+
__wbg_new_0cf97f899a952e9e: function(arg0, arg1) {
|
|
2216
|
+
const ret = new Intl.DateTimeFormat(arg0, arg1);
|
|
2190
2217
|
return ret;
|
|
2191
2218
|
},
|
|
2192
|
-
|
|
2193
|
-
const ret = new
|
|
2219
|
+
__wbg_new_0fec9fb02d03a383: function() { return handleError(function (arg0, arg1) {
|
|
2220
|
+
const ret = new URL(getStringFromWasm0(arg0, arg1));
|
|
2194
2221
|
return ret;
|
|
2195
2222
|
}, arguments); },
|
|
2196
|
-
|
|
2197
|
-
const ret = new
|
|
2198
|
-
return ret;
|
|
2199
|
-
},
|
|
2200
|
-
__wbg_new_3eb36ae241fe6f44: function() {
|
|
2201
|
-
const ret = new Array();
|
|
2223
|
+
__wbg_new_23ac95738b27f596: function() { return handleError(function (arg0) {
|
|
2224
|
+
const ret = new EncodedVideoChunk(arg0);
|
|
2202
2225
|
return ret;
|
|
2203
|
-
},
|
|
2204
|
-
|
|
2226
|
+
}, arguments); },
|
|
2227
|
+
__wbg_new_3a112826a89cb962: function() { return handleError(function () {
|
|
2205
2228
|
const ret = new Headers();
|
|
2206
2229
|
return ret;
|
|
2207
2230
|
}, arguments); },
|
|
2208
|
-
|
|
2209
|
-
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
2210
|
-
return ret;
|
|
2211
|
-
},
|
|
2212
|
-
__wbg_new_72e7b12a3de206c6: function() {
|
|
2213
|
-
const ret = new Error();
|
|
2214
|
-
return ret;
|
|
2215
|
-
},
|
|
2216
|
-
__wbg_new_77c95b2cd0e1885c: function(arg0, arg1) {
|
|
2217
|
-
const ret = new TypeError(getStringFromWasm0(arg0, arg1));
|
|
2218
|
-
return ret;
|
|
2219
|
-
},
|
|
2220
|
-
__wbg_new_b5d9e2fb389fef91: function(arg0, arg1) {
|
|
2231
|
+
__wbg_new_40792555590ec35c: function(arg0, arg1) {
|
|
2221
2232
|
try {
|
|
2222
2233
|
var state0 = {a: arg0, b: arg1};
|
|
2223
2234
|
var cb0 = (arg0, arg1) => {
|
|
2224
2235
|
const a = state0.a;
|
|
2225
2236
|
state0.a = 0;
|
|
2226
2237
|
try {
|
|
2227
|
-
return
|
|
2238
|
+
return wasm_bindgen__convert__closures_____invoke__h08eb2ec0200b261d(a, state0.b, arg0, arg1);
|
|
2228
2239
|
} finally {
|
|
2229
2240
|
state0.a = a;
|
|
2230
2241
|
}
|
|
@@ -2232,1590 +2243,1656 @@ const exports = { __proto__: null };
|
|
|
2232
2243
|
const ret = new Promise(cb0);
|
|
2233
2244
|
return ret;
|
|
2234
2245
|
} finally {
|
|
2235
|
-
state0.a =
|
|
2246
|
+
state0.a = 0;
|
|
2236
2247
|
}
|
|
2237
2248
|
},
|
|
2238
|
-
|
|
2239
|
-
const ret = new
|
|
2249
|
+
__wbg_new_47dfee3855dec446: function(arg0, arg1) {
|
|
2250
|
+
const ret = new TypeError(getStringFromWasm0(arg0, arg1));
|
|
2251
|
+
return ret;
|
|
2252
|
+
},
|
|
2253
|
+
__wbg_new_4f9fafbb3909af72: function() {
|
|
2254
|
+
const ret = new Object();
|
|
2255
|
+
return ret;
|
|
2256
|
+
},
|
|
2257
|
+
__wbg_new_6f89ec4f8aab68cc: function() { return handleError(function (arg0) {
|
|
2258
|
+
const ret = new ResizeObserver(arg0);
|
|
2240
2259
|
return ret;
|
|
2241
2260
|
}, arguments); },
|
|
2242
|
-
|
|
2243
|
-
const ret = new
|
|
2261
|
+
__wbg_new_70c95928e8a73d1e: function() {
|
|
2262
|
+
const ret = new Error();
|
|
2244
2263
|
return ret;
|
|
2245
2264
|
},
|
|
2246
|
-
|
|
2247
|
-
const ret = new
|
|
2265
|
+
__wbg_new_71d7eef92e920458: function() { return handleError(function (arg0) {
|
|
2266
|
+
const ret = new VideoDecoder(arg0);
|
|
2248
2267
|
return ret;
|
|
2249
2268
|
}, arguments); },
|
|
2250
|
-
|
|
2251
|
-
const ret = new
|
|
2269
|
+
__wbg_new_739dfb9403a93711: function() {
|
|
2270
|
+
const ret = new Error();
|
|
2271
|
+
return ret;
|
|
2272
|
+
},
|
|
2273
|
+
__wbg_new_7681c4155808e30a: function() { return handleError(function () {
|
|
2274
|
+
const ret = new URLSearchParams();
|
|
2252
2275
|
return ret;
|
|
2253
2276
|
}, arguments); },
|
|
2254
|
-
|
|
2277
|
+
__wbg_new_9abbf7148481485e: function() { return handleError(function () {
|
|
2278
|
+
const ret = new AbortController();
|
|
2279
|
+
return ret;
|
|
2280
|
+
}, arguments); },
|
|
2281
|
+
__wbg_new_a560378ea1240b14: function(arg0) {
|
|
2255
2282
|
const ret = new Uint8Array(arg0);
|
|
2256
2283
|
return ret;
|
|
2257
2284
|
},
|
|
2258
|
-
|
|
2259
|
-
const ret = new
|
|
2285
|
+
__wbg_new_a5a447223ac6ad64: function() { return handleError(function () {
|
|
2286
|
+
const ret = new FileReader();
|
|
2260
2287
|
return ret;
|
|
2261
2288
|
}, arguments); },
|
|
2262
|
-
|
|
2263
|
-
const ret = new
|
|
2289
|
+
__wbg_new_e3b04b4d53d1b593: function(arg0, arg1) {
|
|
2290
|
+
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
2264
2291
|
return ret;
|
|
2265
|
-
},
|
|
2266
|
-
|
|
2267
|
-
const ret = new
|
|
2292
|
+
},
|
|
2293
|
+
__wbg_new_f3c9df4f38f3f798: function() {
|
|
2294
|
+
const ret = new Array();
|
|
2268
2295
|
return ret;
|
|
2269
2296
|
},
|
|
2270
|
-
|
|
2271
|
-
const ret = new
|
|
2297
|
+
__wbg_new_from_slice_2580ff33d0d10520: function(arg0, arg1) {
|
|
2298
|
+
const ret = new Uint8Array(getArrayU8FromWasm0(arg0, arg1));
|
|
2272
2299
|
return ret;
|
|
2273
2300
|
},
|
|
2274
|
-
|
|
2301
|
+
__wbg_new_typed_14d7cc391ce53d2c: function(arg0, arg1) {
|
|
2302
|
+
try {
|
|
2303
|
+
var state0 = {a: arg0, b: arg1};
|
|
2304
|
+
var cb0 = (arg0, arg1) => {
|
|
2305
|
+
const a = state0.a;
|
|
2306
|
+
state0.a = 0;
|
|
2307
|
+
try {
|
|
2308
|
+
return wasm_bindgen__convert__closures_____invoke__h08eb2ec0200b261d(a, state0.b, arg0, arg1);
|
|
2309
|
+
} finally {
|
|
2310
|
+
state0.a = a;
|
|
2311
|
+
}
|
|
2312
|
+
};
|
|
2313
|
+
const ret = new Promise(cb0);
|
|
2314
|
+
return ret;
|
|
2315
|
+
} finally {
|
|
2316
|
+
state0.a = 0;
|
|
2317
|
+
}
|
|
2318
|
+
},
|
|
2319
|
+
__wbg_new_with_byte_offset_and_length_6bfc75833d6170c8: function(arg0, arg1, arg2) {
|
|
2275
2320
|
const ret = new Uint8Array(arg0, arg1 >>> 0, arg2 >>> 0);
|
|
2276
2321
|
return ret;
|
|
2277
2322
|
},
|
|
2278
|
-
|
|
2323
|
+
__wbg_new_with_image_bitmap_and_video_frame_init_2c62b03bed8b0694: function() { return handleError(function (arg0, arg1) {
|
|
2324
|
+
const ret = new VideoFrame(arg0, arg1);
|
|
2325
|
+
return ret;
|
|
2326
|
+
}, arguments); },
|
|
2327
|
+
__wbg_new_with_length_9cedd08484b73942: function(arg0) {
|
|
2279
2328
|
const ret = new Uint8Array(arg0 >>> 0);
|
|
2280
2329
|
return ret;
|
|
2281
2330
|
},
|
|
2282
|
-
|
|
2331
|
+
__wbg_new_with_record_from_str_to_blob_promise_50c718d98edeba27: function() { return handleError(function (arg0) {
|
|
2283
2332
|
const ret = new ClipboardItem(arg0);
|
|
2284
2333
|
return ret;
|
|
2285
2334
|
}, arguments); },
|
|
2286
|
-
|
|
2335
|
+
__wbg_new_with_str_and_init_f663b6d334baa878: function() { return handleError(function (arg0, arg1, arg2) {
|
|
2287
2336
|
const ret = new Request(getStringFromWasm0(arg0, arg1), arg2);
|
|
2288
2337
|
return ret;
|
|
2289
2338
|
}, arguments); },
|
|
2290
|
-
|
|
2339
|
+
__wbg_new_with_u8_array_sequence_and_options_0ea871c78d13a6d8: function() { return handleError(function (arg0, arg1) {
|
|
2291
2340
|
const ret = new Blob(arg0, arg1);
|
|
2292
2341
|
return ret;
|
|
2293
2342
|
}, arguments); },
|
|
2294
|
-
|
|
2295
|
-
const ret = arg0.next();
|
|
2296
|
-
return ret;
|
|
2297
|
-
}, arguments); },
|
|
2298
|
-
__wbg_next_418f80d8f5303233: function(arg0) {
|
|
2343
|
+
__wbg_next_01132ed6134b8ef5: function(arg0) {
|
|
2299
2344
|
const ret = arg0.next;
|
|
2300
2345
|
return ret;
|
|
2301
2346
|
},
|
|
2302
|
-
|
|
2347
|
+
__wbg_next_b3713ec761a9dbfd: function() { return handleError(function (arg0) {
|
|
2348
|
+
const ret = arg0.next();
|
|
2349
|
+
return ret;
|
|
2350
|
+
}, arguments); },
|
|
2351
|
+
__wbg_now_2c44418ca0623664: function(arg0) {
|
|
2303
2352
|
const ret = arg0.now();
|
|
2304
2353
|
return ret;
|
|
2305
2354
|
},
|
|
2306
|
-
|
|
2355
|
+
__wbg_now_88621c9c9a4f3ffc: function() {
|
|
2307
2356
|
const ret = Date.now();
|
|
2308
2357
|
return ret;
|
|
2309
2358
|
},
|
|
2310
|
-
|
|
2359
|
+
__wbg_now_e7c6795a7f81e10f: function(arg0) {
|
|
2311
2360
|
const ret = arg0.now();
|
|
2312
2361
|
return ret;
|
|
2313
2362
|
},
|
|
2314
|
-
|
|
2363
|
+
__wbg_observe_aa0d17c78115be71: function(arg0, arg1, arg2) {
|
|
2315
2364
|
arg0.observe(arg1, arg2);
|
|
2316
2365
|
},
|
|
2317
|
-
|
|
2366
|
+
__wbg_of_cc32e7afcce5ea8e: function(arg0) {
|
|
2318
2367
|
const ret = Array.of(arg0);
|
|
2319
2368
|
return ret;
|
|
2320
2369
|
},
|
|
2321
|
-
|
|
2370
|
+
__wbg_offsetTop_03ccc0dfd690579b: function(arg0) {
|
|
2322
2371
|
const ret = arg0.offsetTop;
|
|
2323
2372
|
return ret;
|
|
2324
2373
|
},
|
|
2325
|
-
|
|
2374
|
+
__wbg_ok_36f7b13b74596c24: function(arg0) {
|
|
2326
2375
|
const ret = arg0.ok;
|
|
2327
2376
|
return ret;
|
|
2328
2377
|
},
|
|
2329
|
-
|
|
2378
|
+
__wbg_onSubmittedWorkDone_5f36409816d68e04: function(arg0) {
|
|
2330
2379
|
const ret = arg0.onSubmittedWorkDone();
|
|
2331
2380
|
return ret;
|
|
2332
2381
|
},
|
|
2333
|
-
|
|
2382
|
+
__wbg_open_60396cb239d529f9: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
2334
2383
|
const ret = arg0.open(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4), getStringFromWasm0(arg5, arg6));
|
|
2335
2384
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
2336
2385
|
}, arguments); },
|
|
2337
|
-
|
|
2386
|
+
__wbg_open_a3e83bb9ce5c4f9d: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
2338
2387
|
const ret = arg0.open(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
2339
2388
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
2340
2389
|
}, arguments); },
|
|
2341
|
-
|
|
2390
|
+
__wbg_origin_068a8b12f26e8142: function() { return handleError(function (arg0, arg1) {
|
|
2342
2391
|
const ret = arg1.origin;
|
|
2343
2392
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
2344
2393
|
const len1 = WASM_VECTOR_LEN;
|
|
2345
2394
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
2346
2395
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
2347
2396
|
}, arguments); },
|
|
2348
|
-
|
|
2397
|
+
__wbg_performance_3fcf6e32a7e1ed0a: function(arg0) {
|
|
2349
2398
|
const ret = arg0.performance;
|
|
2350
|
-
return
|
|
2399
|
+
return ret;
|
|
2351
2400
|
},
|
|
2352
|
-
|
|
2401
|
+
__wbg_performance_5ed3f6a3bbe36d0d: function(arg0) {
|
|
2353
2402
|
const ret = arg0.performance;
|
|
2354
|
-
return ret;
|
|
2403
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
2355
2404
|
},
|
|
2356
|
-
|
|
2405
|
+
__wbg_pixelStorei_3dd51cd2a28442f6: function(arg0, arg1, arg2) {
|
|
2357
2406
|
arg0.pixelStorei(arg1 >>> 0, arg2);
|
|
2358
2407
|
},
|
|
2359
|
-
|
|
2408
|
+
__wbg_pixelStorei_a5f8fc3966b8599d: function(arg0, arg1, arg2) {
|
|
2360
2409
|
arg0.pixelStorei(arg1 >>> 0, arg2);
|
|
2361
2410
|
},
|
|
2362
|
-
|
|
2411
|
+
__wbg_polygonOffset_01073fa7aec4d962: function(arg0, arg1, arg2) {
|
|
2363
2412
|
arg0.polygonOffset(arg1, arg2);
|
|
2364
2413
|
},
|
|
2365
|
-
|
|
2414
|
+
__wbg_polygonOffset_3e546c4ce04eeffd: function(arg0, arg1, arg2) {
|
|
2366
2415
|
arg0.polygonOffset(arg1, arg2);
|
|
2367
2416
|
},
|
|
2368
|
-
|
|
2417
|
+
__wbg_port_97246809d787c307: function() { return handleError(function (arg0, arg1) {
|
|
2369
2418
|
const ret = arg1.port;
|
|
2370
2419
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
2371
2420
|
const len1 = WASM_VECTOR_LEN;
|
|
2372
2421
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
2373
2422
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
2374
2423
|
}, arguments); },
|
|
2375
|
-
|
|
2424
|
+
__wbg_preventDefault_9c72c03ba5e7d9c7: function(arg0) {
|
|
2376
2425
|
arg0.preventDefault();
|
|
2377
2426
|
},
|
|
2378
|
-
|
|
2427
|
+
__wbg_protocol_45fde0ce406160d8: function() { return handleError(function (arg0, arg1) {
|
|
2379
2428
|
const ret = arg1.protocol;
|
|
2380
2429
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
2381
2430
|
const len1 = WASM_VECTOR_LEN;
|
|
2382
2431
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
2383
2432
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
2384
2433
|
}, arguments); },
|
|
2385
|
-
|
|
2434
|
+
__wbg_prototypesetcall_3e05eb9545565046: function(arg0, arg1, arg2) {
|
|
2386
2435
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
2387
2436
|
},
|
|
2388
|
-
|
|
2437
|
+
__wbg_pushState_a592a77c89a2f9c0: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
2389
2438
|
arg0.pushState(arg1, getStringFromWasm0(arg2, arg3), arg4 === 0 ? undefined : getStringFromWasm0(arg4, arg5));
|
|
2390
2439
|
}, arguments); },
|
|
2391
|
-
|
|
2440
|
+
__wbg_push_6bdbc990be5ac37b: function(arg0, arg1) {
|
|
2392
2441
|
const ret = arg0.push(arg1);
|
|
2393
2442
|
return ret;
|
|
2394
2443
|
},
|
|
2395
|
-
|
|
2444
|
+
__wbg_queryCounterEXT_e55dc61601cff79a: function(arg0, arg1, arg2) {
|
|
2396
2445
|
arg0.queryCounterEXT(arg1, arg2 >>> 0);
|
|
2397
2446
|
},
|
|
2398
|
-
|
|
2447
|
+
__wbg_querySelectorAll_301982e9e4864dfa: function() { return handleError(function (arg0, arg1, arg2) {
|
|
2399
2448
|
const ret = arg0.querySelectorAll(getStringFromWasm0(arg1, arg2));
|
|
2400
2449
|
return ret;
|
|
2401
2450
|
}, arguments); },
|
|
2402
|
-
|
|
2451
|
+
__wbg_querySelector_744b8dc8f2dd6e5d: function() { return handleError(function (arg0, arg1, arg2) {
|
|
2403
2452
|
const ret = arg0.querySelector(getStringFromWasm0(arg1, arg2));
|
|
2404
2453
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
2405
2454
|
}, arguments); },
|
|
2406
|
-
|
|
2455
|
+
__wbg_queueMicrotask_abaf92f0bd4e80a4: function(arg0) {
|
|
2407
2456
|
const ret = arg0.queueMicrotask;
|
|
2408
2457
|
return ret;
|
|
2409
2458
|
},
|
|
2410
|
-
|
|
2459
|
+
__wbg_queueMicrotask_df5a6dac26d818f3: function(arg0) {
|
|
2411
2460
|
queueMicrotask(arg0);
|
|
2412
2461
|
},
|
|
2413
|
-
|
|
2462
|
+
__wbg_queue_7bbf92178b06da19: function(arg0) {
|
|
2414
2463
|
const ret = arg0.queue;
|
|
2415
2464
|
return ret;
|
|
2416
2465
|
},
|
|
2417
|
-
|
|
2466
|
+
__wbg_readAsArrayBuffer_981694de4b45e06b: function() { return handleError(function (arg0, arg1) {
|
|
2418
2467
|
arg0.readAsArrayBuffer(arg1);
|
|
2419
2468
|
}, arguments); },
|
|
2420
|
-
|
|
2469
|
+
__wbg_readBuffer_a41d499ded234bd2: function(arg0, arg1) {
|
|
2421
2470
|
arg0.readBuffer(arg1 >>> 0);
|
|
2422
2471
|
},
|
|
2423
|
-
|
|
2472
|
+
__wbg_readPixels_6effecfcb3dc1144: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
|
|
2424
2473
|
arg0.readPixels(arg1, arg2, arg3, arg4, arg5 >>> 0, arg6 >>> 0, arg7);
|
|
2425
2474
|
}, arguments); },
|
|
2426
|
-
|
|
2475
|
+
__wbg_readPixels_9b75a1927b6caa46: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
|
|
2427
2476
|
arg0.readPixels(arg1, arg2, arg3, arg4, arg5 >>> 0, arg6 >>> 0, arg7);
|
|
2428
2477
|
}, arguments); },
|
|
2429
|
-
|
|
2478
|
+
__wbg_readPixels_e434d71b868f30c5: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
|
|
2430
2479
|
arg0.readPixels(arg1, arg2, arg3, arg4, arg5 >>> 0, arg6 >>> 0, arg7);
|
|
2431
2480
|
}, arguments); },
|
|
2432
|
-
|
|
2481
|
+
__wbg_read_316bf844c93a6ccc: function(arg0) {
|
|
2433
2482
|
const ret = arg0.read();
|
|
2434
2483
|
return ret;
|
|
2435
2484
|
},
|
|
2436
|
-
|
|
2485
|
+
__wbg_releaseLock_b12f7593852f4c01: function(arg0) {
|
|
2437
2486
|
arg0.releaseLock();
|
|
2438
2487
|
},
|
|
2439
|
-
|
|
2488
|
+
__wbg_removeChild_874b23fe5a1ca1bb: function() { return handleError(function (arg0, arg1) {
|
|
2440
2489
|
const ret = arg0.removeChild(arg1);
|
|
2441
2490
|
return ret;
|
|
2442
2491
|
}, arguments); },
|
|
2443
|
-
|
|
2492
|
+
__wbg_removeEventListener_e5033ab3bcad443c: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
2444
2493
|
arg0.removeEventListener(getStringFromWasm0(arg1, arg2), arg3);
|
|
2445
2494
|
}, arguments); },
|
|
2446
|
-
|
|
2495
|
+
__wbg_removeItem_edd5e09fd7345519: function() { return handleError(function (arg0, arg1, arg2) {
|
|
2447
2496
|
arg0.removeItem(getStringFromWasm0(arg1, arg2));
|
|
2448
2497
|
}, arguments); },
|
|
2449
|
-
|
|
2498
|
+
__wbg_remove_b0ab1a7ea21cda2e: function(arg0) {
|
|
2450
2499
|
arg0.remove();
|
|
2451
2500
|
},
|
|
2452
|
-
|
|
2501
|
+
__wbg_renderbufferStorageMultisample_c07bc844d86d2200: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
2453
2502
|
arg0.renderbufferStorageMultisample(arg1 >>> 0, arg2, arg3 >>> 0, arg4, arg5);
|
|
2454
2503
|
},
|
|
2455
|
-
|
|
2504
|
+
__wbg_renderbufferStorage_c208bd803fa3de68: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2456
2505
|
arg0.renderbufferStorage(arg1 >>> 0, arg2 >>> 0, arg3, arg4);
|
|
2457
2506
|
},
|
|
2458
|
-
|
|
2507
|
+
__wbg_renderbufferStorage_d95f75be57ae52b3: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2459
2508
|
arg0.renderbufferStorage(arg1 >>> 0, arg2 >>> 0, arg3, arg4);
|
|
2460
2509
|
},
|
|
2461
|
-
|
|
2510
|
+
__wbg_replaceState_b24491ac1a491629: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
2462
2511
|
arg0.replaceState(arg1, getStringFromWasm0(arg2, arg3), arg4 === 0 ? undefined : getStringFromWasm0(arg4, arg5));
|
|
2463
2512
|
}, arguments); },
|
|
2464
|
-
|
|
2513
|
+
__wbg_requestAdapter_0049683abd339828: function(arg0, arg1) {
|
|
2465
2514
|
const ret = arg0.requestAdapter(arg1);
|
|
2466
2515
|
return ret;
|
|
2467
2516
|
},
|
|
2468
|
-
|
|
2517
|
+
__wbg_requestAdapter_67400a4450a20436: function(arg0) {
|
|
2469
2518
|
const ret = arg0.requestAdapter();
|
|
2470
2519
|
return ret;
|
|
2471
2520
|
},
|
|
2472
|
-
|
|
2521
|
+
__wbg_requestAnimationFrame_e1628778767f2bf2: function() { return handleError(function (arg0, arg1) {
|
|
2473
2522
|
const ret = arg0.requestAnimationFrame(arg1);
|
|
2474
2523
|
return ret;
|
|
2475
2524
|
}, arguments); },
|
|
2476
|
-
|
|
2525
|
+
__wbg_requestDevice_921f0a221b4492fa: function(arg0, arg1) {
|
|
2477
2526
|
const ret = arg0.requestDevice(arg1);
|
|
2478
2527
|
return ret;
|
|
2479
2528
|
},
|
|
2480
|
-
|
|
2529
|
+
__wbg_reset_524d0a393037e3c5: function() { return handleError(function (arg0) {
|
|
2481
2530
|
arg0.reset();
|
|
2482
2531
|
}, arguments); },
|
|
2483
|
-
|
|
2532
|
+
__wbg_resolve_0a79de24e9d2267b: function(arg0) {
|
|
2484
2533
|
const ret = Promise.resolve(arg0);
|
|
2485
2534
|
return ret;
|
|
2486
2535
|
},
|
|
2487
|
-
|
|
2536
|
+
__wbg_resolvedOptions_727aa0594a9b7d7a: function(arg0) {
|
|
2488
2537
|
const ret = arg0.resolvedOptions();
|
|
2489
2538
|
return ret;
|
|
2490
2539
|
},
|
|
2491
|
-
|
|
2540
|
+
__wbg_respond_87b5b47cbc9ee0b7: function() { return handleError(function (arg0, arg1) {
|
|
2492
2541
|
arg0.respond(arg1 >>> 0);
|
|
2493
2542
|
}, arguments); },
|
|
2494
|
-
|
|
2543
|
+
__wbg_result_69b9c700f4d4f22f: function() { return handleError(function (arg0) {
|
|
2495
2544
|
const ret = arg0.result;
|
|
2496
2545
|
return ret;
|
|
2497
2546
|
}, arguments); },
|
|
2498
|
-
|
|
2547
|
+
__wbg_right_7bb2640e243f1b81: function(arg0) {
|
|
2499
2548
|
const ret = arg0.right;
|
|
2500
2549
|
return ret;
|
|
2501
2550
|
},
|
|
2502
|
-
|
|
2551
|
+
__wbg_samplerParameterf_453bd43b9e1b72f6: function(arg0, arg1, arg2, arg3) {
|
|
2503
2552
|
arg0.samplerParameterf(arg1, arg2 >>> 0, arg3);
|
|
2504
2553
|
},
|
|
2505
|
-
|
|
2554
|
+
__wbg_samplerParameteri_e5395f9bf8379074: function(arg0, arg1, arg2, arg3) {
|
|
2506
2555
|
arg0.samplerParameteri(arg1, arg2 >>> 0, arg3);
|
|
2507
2556
|
},
|
|
2508
|
-
|
|
2557
|
+
__wbg_scissor_2ab796946944a395: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2509
2558
|
arg0.scissor(arg1, arg2, arg3, arg4);
|
|
2510
2559
|
},
|
|
2511
|
-
|
|
2560
|
+
__wbg_scissor_6a7028a46e34c58f: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2512
2561
|
arg0.scissor(arg1, arg2, arg3, arg4);
|
|
2513
2562
|
},
|
|
2514
|
-
|
|
2563
|
+
__wbg_searchParams_601e53e1332b7ee8: function(arg0) {
|
|
2515
2564
|
const ret = arg0.searchParams;
|
|
2516
2565
|
return ret;
|
|
2517
2566
|
},
|
|
2518
|
-
|
|
2567
|
+
__wbg_search_4e5c22f751154ad5: function() { return handleError(function (arg0, arg1) {
|
|
2519
2568
|
const ret = arg1.search;
|
|
2520
2569
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
2521
2570
|
const len1 = WASM_VECTOR_LEN;
|
|
2522
2571
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
2523
2572
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
2524
2573
|
}, arguments); },
|
|
2525
|
-
|
|
2574
|
+
__wbg_setAttribute_5799fb5befe29601: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
2526
2575
|
arg0.setAttribute(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
2527
2576
|
}, arguments); },
|
|
2528
|
-
|
|
2529
|
-
arg0.setBindGroup(arg1 >>> 0, arg2);
|
|
2530
|
-
},
|
|
2531
|
-
__wbg_setBindGroup_7471ce5e9441a9bf: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
2577
|
+
__wbg_setBindGroup_851043cf286f55f2: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
2532
2578
|
arg0.setBindGroup(arg1 >>> 0, arg2, getArrayU32FromWasm0(arg3, arg4), arg5, arg6 >>> 0);
|
|
2533
2579
|
}, arguments); },
|
|
2534
|
-
|
|
2580
|
+
__wbg_setBindGroup_b546d112a2d27da3: function(arg0, arg1, arg2) {
|
|
2581
|
+
arg0.setBindGroup(arg1 >>> 0, arg2);
|
|
2582
|
+
},
|
|
2583
|
+
__wbg_setIndexBuffer_994771910f4a92bf: function(arg0, arg1, arg2, arg3) {
|
|
2535
2584
|
arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3);
|
|
2536
2585
|
},
|
|
2537
|
-
|
|
2586
|
+
__wbg_setIndexBuffer_f0aa83f423c3ea49: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2538
2587
|
arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3, arg4);
|
|
2539
2588
|
},
|
|
2540
|
-
|
|
2589
|
+
__wbg_setItem_67573afec8996fe4: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
2541
2590
|
arg0.setItem(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
2542
2591
|
}, arguments); },
|
|
2543
|
-
|
|
2592
|
+
__wbg_setPipeline_b0ecc74bdf8be629: function(arg0, arg1) {
|
|
2544
2593
|
arg0.setPipeline(arg1);
|
|
2545
2594
|
},
|
|
2546
|
-
|
|
2595
|
+
__wbg_setProperty_872b034b6bcc67cd: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
2547
2596
|
arg0.setProperty(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
2548
2597
|
}, arguments); },
|
|
2549
|
-
|
|
2598
|
+
__wbg_setScissorRect_a1545e0e0ae58d7e: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2550
2599
|
arg0.setScissorRect(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
2551
2600
|
},
|
|
2552
|
-
|
|
2601
|
+
__wbg_setTimeout_3f4119f26240bd79: function(arg0, arg1) {
|
|
2553
2602
|
const ret = setTimeout(arg0, arg1);
|
|
2554
2603
|
return ret;
|
|
2555
2604
|
},
|
|
2556
|
-
|
|
2605
|
+
__wbg_setTimeout_53fc0e252a92dca8: function(arg0, arg1) {
|
|
2557
2606
|
const ret = setTimeout(arg0, arg1);
|
|
2558
2607
|
return ret;
|
|
2559
2608
|
},
|
|
2560
|
-
|
|
2609
|
+
__wbg_setTimeout_553bc247bec3e16e: function() { return handleError(function (arg0, arg1, arg2) {
|
|
2561
2610
|
const ret = arg0.setTimeout(arg1, arg2);
|
|
2562
2611
|
return ret;
|
|
2563
2612
|
}, arguments); },
|
|
2564
|
-
|
|
2565
|
-
arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3);
|
|
2566
|
-
},
|
|
2567
|
-
__wbg_setVertexBuffer_806357ef7fb4b1af: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2613
|
+
__wbg_setVertexBuffer_1d85cc2da6e137a7: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2568
2614
|
arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3, arg4);
|
|
2569
2615
|
},
|
|
2570
|
-
|
|
2616
|
+
__wbg_setVertexBuffer_7f434cea2ca9b640: function(arg0, arg1, arg2, arg3) {
|
|
2617
|
+
arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3);
|
|
2618
|
+
},
|
|
2619
|
+
__wbg_setViewport_1963e6530328b01d: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
2571
2620
|
arg0.setViewport(arg1, arg2, arg3, arg4, arg5, arg6);
|
|
2572
2621
|
},
|
|
2573
|
-
|
|
2622
|
+
__wbg_set_16a9c1a07b3d38ec: function(arg0, arg1, arg2) {
|
|
2623
|
+
arg0.set(getArrayU8FromWasm0(arg1, arg2));
|
|
2624
|
+
},
|
|
2625
|
+
__wbg_set_48cee61639a176a9: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2574
2626
|
arg0.set(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
2575
2627
|
},
|
|
2576
|
-
|
|
2628
|
+
__wbg_set_62f340d5d135b4db: function(arg0, arg1, arg2) {
|
|
2577
2629
|
arg0.set(arg1, arg2 >>> 0);
|
|
2578
2630
|
},
|
|
2579
|
-
|
|
2631
|
+
__wbg_set_6be42768c690e380: function(arg0, arg1, arg2) {
|
|
2580
2632
|
arg0[arg1] = arg2;
|
|
2581
2633
|
},
|
|
2582
|
-
|
|
2634
|
+
__wbg_set_8ee2d34facb8466e: function() { return handleError(function (arg0, arg1, arg2) {
|
|
2583
2635
|
const ret = Reflect.set(arg0, arg1, arg2);
|
|
2584
2636
|
return ret;
|
|
2585
2637
|
}, arguments); },
|
|
2586
|
-
|
|
2638
|
+
__wbg_set_a_66601ffa2f4cbde8: function(arg0, arg1) {
|
|
2587
2639
|
arg0.a = arg1;
|
|
2588
2640
|
},
|
|
2589
|
-
|
|
2641
|
+
__wbg_set_aa391f3af1ff0e9c: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
2642
|
+
arg0.set(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
2643
|
+
}, arguments); },
|
|
2644
|
+
__wbg_set_accept_59891065e5b3f283: function(arg0, arg1, arg2) {
|
|
2590
2645
|
arg0.accept = getStringFromWasm0(arg1, arg2);
|
|
2591
2646
|
},
|
|
2592
|
-
|
|
2647
|
+
__wbg_set_access_08d6bdbda9aaa266: function(arg0, arg1) {
|
|
2593
2648
|
arg0.access = __wbindgen_enum_GpuStorageTextureAccess[arg1];
|
|
2594
2649
|
},
|
|
2595
|
-
|
|
2650
|
+
__wbg_set_address_mode_u_f80c73fc36e83289: function(arg0, arg1) {
|
|
2596
2651
|
arg0.addressModeU = __wbindgen_enum_GpuAddressMode[arg1];
|
|
2597
2652
|
},
|
|
2598
|
-
|
|
2653
|
+
__wbg_set_address_mode_v_3dee7a0095c326a6: function(arg0, arg1) {
|
|
2599
2654
|
arg0.addressModeV = __wbindgen_enum_GpuAddressMode[arg1];
|
|
2600
2655
|
},
|
|
2601
|
-
|
|
2656
|
+
__wbg_set_address_mode_w_e2be52f6efa2d9c7: function(arg0, arg1) {
|
|
2602
2657
|
arg0.addressModeW = __wbindgen_enum_GpuAddressMode[arg1];
|
|
2603
2658
|
},
|
|
2604
|
-
|
|
2659
|
+
__wbg_set_alpha_bb6680aaf01cdc62: function(arg0, arg1) {
|
|
2605
2660
|
arg0.alpha = arg1;
|
|
2606
2661
|
},
|
|
2607
|
-
|
|
2662
|
+
__wbg_set_alpha_mode_84140629c3b15c51: function(arg0, arg1) {
|
|
2608
2663
|
arg0.alphaMode = __wbindgen_enum_GpuCanvasAlphaMode[arg1];
|
|
2609
2664
|
},
|
|
2610
|
-
|
|
2665
|
+
__wbg_set_alpha_to_coverage_enabled_cac9212446be9cab: function(arg0, arg1) {
|
|
2611
2666
|
arg0.alphaToCoverageEnabled = arg1 !== 0;
|
|
2612
2667
|
},
|
|
2613
|
-
|
|
2668
|
+
__wbg_set_array_layer_count_01e36293bee85e02: function(arg0, arg1) {
|
|
2614
2669
|
arg0.arrayLayerCount = arg1 >>> 0;
|
|
2615
2670
|
},
|
|
2616
|
-
|
|
2671
|
+
__wbg_set_array_stride_34f4a147a16bff79: function(arg0, arg1) {
|
|
2617
2672
|
arg0.arrayStride = arg1;
|
|
2618
2673
|
},
|
|
2619
|
-
|
|
2674
|
+
__wbg_set_aspect_0675b2844dd12eb1: function(arg0, arg1) {
|
|
2620
2675
|
arg0.aspect = __wbindgen_enum_GpuTextureAspect[arg1];
|
|
2621
2676
|
},
|
|
2622
|
-
|
|
2677
|
+
__wbg_set_aspect_7829cca737701915: function(arg0, arg1) {
|
|
2623
2678
|
arg0.aspect = __wbindgen_enum_GpuTextureAspect[arg1];
|
|
2624
2679
|
},
|
|
2625
|
-
|
|
2680
|
+
__wbg_set_aspect_e09cb246c2df6f46: function(arg0, arg1) {
|
|
2626
2681
|
arg0.aspect = __wbindgen_enum_GpuTextureAspect[arg1];
|
|
2627
2682
|
},
|
|
2628
|
-
|
|
2683
|
+
__wbg_set_attributes_7ee8e82215809bfa: function(arg0, arg1) {
|
|
2629
2684
|
arg0.attributes = arg1;
|
|
2630
2685
|
},
|
|
2631
|
-
|
|
2686
|
+
__wbg_set_autofocus_76fe163909c5a3cf: function() { return handleError(function (arg0, arg1) {
|
|
2632
2687
|
arg0.autofocus = arg1 !== 0;
|
|
2633
2688
|
}, arguments); },
|
|
2634
|
-
|
|
2689
|
+
__wbg_set_b_103abfb3e69345a3: function(arg0, arg1) {
|
|
2635
2690
|
arg0.b = arg1;
|
|
2636
2691
|
},
|
|
2637
|
-
|
|
2692
|
+
__wbg_set_base_array_layer_ff3450be9aa7d232: function(arg0, arg1) {
|
|
2638
2693
|
arg0.baseArrayLayer = arg1 >>> 0;
|
|
2639
2694
|
},
|
|
2640
|
-
|
|
2695
|
+
__wbg_set_base_mip_level_43e77e5d237ede24: function(arg0, arg1) {
|
|
2641
2696
|
arg0.baseMipLevel = arg1 >>> 0;
|
|
2642
2697
|
},
|
|
2643
|
-
|
|
2698
|
+
__wbg_set_beginning_of_pass_write_index_abea1e4e6c6095e1: function(arg0, arg1) {
|
|
2644
2699
|
arg0.beginningOfPassWriteIndex = arg1 >>> 0;
|
|
2645
2700
|
},
|
|
2646
|
-
|
|
2701
|
+
__wbg_set_bind_group_layouts_078241cf2822c39e: function(arg0, arg1) {
|
|
2647
2702
|
arg0.bindGroupLayouts = arg1;
|
|
2648
2703
|
},
|
|
2649
|
-
|
|
2704
|
+
__wbg_set_binding_d683cd9c1d4bcfed: function(arg0, arg1) {
|
|
2650
2705
|
arg0.binding = arg1 >>> 0;
|
|
2651
2706
|
},
|
|
2652
|
-
|
|
2707
|
+
__wbg_set_binding_e9ba14423117de0a: function(arg0, arg1) {
|
|
2653
2708
|
arg0.binding = arg1 >>> 0;
|
|
2654
2709
|
},
|
|
2655
|
-
|
|
2710
|
+
__wbg_set_blend_9eab91d6edf500f9: function(arg0, arg1) {
|
|
2656
2711
|
arg0.blend = arg1;
|
|
2657
2712
|
},
|
|
2658
|
-
|
|
2713
|
+
__wbg_set_body_a304d09cb50cefbe: function(arg0, arg1) {
|
|
2659
2714
|
arg0.body = arg1;
|
|
2660
2715
|
},
|
|
2661
|
-
|
|
2716
|
+
__wbg_set_box_b3facca2aa9c2ac2: function(arg0, arg1) {
|
|
2662
2717
|
arg0.box = __wbindgen_enum_ResizeObserverBoxOptions[arg1];
|
|
2663
2718
|
},
|
|
2664
|
-
|
|
2719
|
+
__wbg_set_buffer_598ab98a251b8f91: function(arg0, arg1) {
|
|
2665
2720
|
arg0.buffer = arg1;
|
|
2666
2721
|
},
|
|
2667
|
-
|
|
2722
|
+
__wbg_set_buffer_73d9f6fea9c41867: function(arg0, arg1) {
|
|
2668
2723
|
arg0.buffer = arg1;
|
|
2669
2724
|
},
|
|
2670
|
-
|
|
2725
|
+
__wbg_set_buffer_88dfc353992be57b: function(arg0, arg1) {
|
|
2671
2726
|
arg0.buffer = arg1;
|
|
2672
2727
|
},
|
|
2673
|
-
|
|
2728
|
+
__wbg_set_buffers_93f3f75d7338864f: function(arg0, arg1) {
|
|
2674
2729
|
arg0.buffers = arg1;
|
|
2675
2730
|
},
|
|
2676
|
-
|
|
2731
|
+
__wbg_set_bytes_per_row_0bdd54b7fc03c765: function(arg0, arg1) {
|
|
2677
2732
|
arg0.bytesPerRow = arg1 >>> 0;
|
|
2678
2733
|
},
|
|
2679
|
-
|
|
2734
|
+
__wbg_set_bytes_per_row_4d62ead4cbf1cd75: function(arg0, arg1) {
|
|
2680
2735
|
arg0.bytesPerRow = arg1 >>> 0;
|
|
2681
2736
|
},
|
|
2682
|
-
|
|
2737
|
+
__wbg_set_cache_cc687e2b96e9608c: function(arg0, arg1) {
|
|
2683
2738
|
arg0.cache = __wbindgen_enum_RequestCache[arg1];
|
|
2684
2739
|
},
|
|
2685
|
-
|
|
2686
|
-
arg0.set(getArrayU8FromWasm0(arg1, arg2));
|
|
2687
|
-
},
|
|
2688
|
-
__wbg_set_className_c1d9e7362164af61: function(arg0, arg1, arg2) {
|
|
2740
|
+
__wbg_set_className_7ff38385280f6997: function(arg0, arg1, arg2) {
|
|
2689
2741
|
arg0.className = getStringFromWasm0(arg1, arg2);
|
|
2690
2742
|
},
|
|
2691
|
-
|
|
2743
|
+
__wbg_set_clear_value_c1a82bbe9a80b6ab: function(arg0, arg1) {
|
|
2692
2744
|
arg0.clearValue = arg1;
|
|
2693
2745
|
},
|
|
2694
|
-
|
|
2746
|
+
__wbg_set_code_6a0d763da082dcfb: function(arg0, arg1, arg2) {
|
|
2695
2747
|
arg0.code = getStringFromWasm0(arg1, arg2);
|
|
2696
2748
|
},
|
|
2697
|
-
|
|
2749
|
+
__wbg_set_codec_300afcafcaa8aab8: function(arg0, arg1, arg2) {
|
|
2698
2750
|
arg0.codec = getStringFromWasm0(arg1, arg2);
|
|
2699
2751
|
},
|
|
2700
|
-
|
|
2752
|
+
__wbg_set_coded_height_e6a1bfe7492df11f: function(arg0, arg1) {
|
|
2701
2753
|
arg0.codedHeight = arg1 >>> 0;
|
|
2702
2754
|
},
|
|
2703
|
-
|
|
2755
|
+
__wbg_set_coded_width_67bd47a375e150b1: function(arg0, arg1) {
|
|
2704
2756
|
arg0.codedWidth = arg1 >>> 0;
|
|
2705
2757
|
},
|
|
2706
|
-
|
|
2758
|
+
__wbg_set_color_495aa415ae5a39c9: function(arg0, arg1) {
|
|
2707
2759
|
arg0.color = arg1;
|
|
2708
2760
|
},
|
|
2709
|
-
|
|
2761
|
+
__wbg_set_color_attachments_6705c6b1e98a3040: function(arg0, arg1) {
|
|
2710
2762
|
arg0.colorAttachments = arg1;
|
|
2711
2763
|
},
|
|
2712
|
-
|
|
2764
|
+
__wbg_set_compare_8aedfdbdc96ff4d7: function(arg0, arg1) {
|
|
2713
2765
|
arg0.compare = __wbindgen_enum_GpuCompareFunction[arg1];
|
|
2714
2766
|
},
|
|
2715
|
-
|
|
2767
|
+
__wbg_set_compare_a9a06469832600ec: function(arg0, arg1) {
|
|
2716
2768
|
arg0.compare = __wbindgen_enum_GpuCompareFunction[arg1];
|
|
2717
2769
|
},
|
|
2718
|
-
|
|
2770
|
+
__wbg_set_count_34ecf81b3ad7e448: function(arg0, arg1) {
|
|
2719
2771
|
arg0.count = arg1 >>> 0;
|
|
2720
2772
|
},
|
|
2721
|
-
|
|
2773
|
+
__wbg_set_credentials_7693e63055f5e838: function(arg0, arg1) {
|
|
2722
2774
|
arg0.credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
2723
2775
|
},
|
|
2724
|
-
|
|
2776
|
+
__wbg_set_cull_mode_8e533f32672a379b: function(arg0, arg1) {
|
|
2725
2777
|
arg0.cullMode = __wbindgen_enum_GpuCullMode[arg1];
|
|
2726
2778
|
},
|
|
2727
|
-
|
|
2779
|
+
__wbg_set_data_9f92fc0aedb081b6: function(arg0, arg1) {
|
|
2728
2780
|
arg0.data = arg1;
|
|
2729
2781
|
},
|
|
2730
|
-
|
|
2731
|
-
arg0.set(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
2732
|
-
}, arguments); },
|
|
2733
|
-
__wbg_set_depth_bias_87ff216d22ff3100: function(arg0, arg1) {
|
|
2782
|
+
__wbg_set_depth_bias_07f95aa380a3e46e: function(arg0, arg1) {
|
|
2734
2783
|
arg0.depthBias = arg1;
|
|
2735
2784
|
},
|
|
2736
|
-
|
|
2785
|
+
__wbg_set_depth_bias_clamp_968b03f74984c77b: function(arg0, arg1) {
|
|
2737
2786
|
arg0.depthBiasClamp = arg1;
|
|
2738
2787
|
},
|
|
2739
|
-
|
|
2788
|
+
__wbg_set_depth_bias_slope_scale_478b204b4910400f: function(arg0, arg1) {
|
|
2740
2789
|
arg0.depthBiasSlopeScale = arg1;
|
|
2741
2790
|
},
|
|
2742
|
-
|
|
2791
|
+
__wbg_set_depth_clear_value_25268aa6b7cae2e0: function(arg0, arg1) {
|
|
2743
2792
|
arg0.depthClearValue = arg1;
|
|
2744
2793
|
},
|
|
2745
|
-
|
|
2794
|
+
__wbg_set_depth_compare_c017fcac5327dfbb: function(arg0, arg1) {
|
|
2746
2795
|
arg0.depthCompare = __wbindgen_enum_GpuCompareFunction[arg1];
|
|
2747
2796
|
},
|
|
2748
|
-
|
|
2797
|
+
__wbg_set_depth_fail_op_8484012cd5e4987c: function(arg0, arg1) {
|
|
2749
2798
|
arg0.depthFailOp = __wbindgen_enum_GpuStencilOperation[arg1];
|
|
2750
2799
|
},
|
|
2751
|
-
|
|
2800
|
+
__wbg_set_depth_load_op_ed90e4eaf314a16c: function(arg0, arg1) {
|
|
2752
2801
|
arg0.depthLoadOp = __wbindgen_enum_GpuLoadOp[arg1];
|
|
2753
2802
|
},
|
|
2754
|
-
|
|
2803
|
+
__wbg_set_depth_or_array_layers_f8981011496f12e7: function(arg0, arg1) {
|
|
2755
2804
|
arg0.depthOrArrayLayers = arg1 >>> 0;
|
|
2756
2805
|
},
|
|
2757
|
-
|
|
2806
|
+
__wbg_set_depth_read_only_90cca09674f446be: function(arg0, arg1) {
|
|
2758
2807
|
arg0.depthReadOnly = arg1 !== 0;
|
|
2759
2808
|
},
|
|
2760
|
-
|
|
2761
|
-
arg0.depthStencil = arg1;
|
|
2762
|
-
},
|
|
2763
|
-
__wbg_set_depth_stencil_attachment_3c6240abf74695fb: function(arg0, arg1) {
|
|
2809
|
+
__wbg_set_depth_stencil_attachment_be8301fa499cd3db: function(arg0, arg1) {
|
|
2764
2810
|
arg0.depthStencilAttachment = arg1;
|
|
2765
2811
|
},
|
|
2766
|
-
|
|
2812
|
+
__wbg_set_depth_stencil_d536398c1b29bb38: function(arg0, arg1) {
|
|
2813
|
+
arg0.depthStencil = arg1;
|
|
2814
|
+
},
|
|
2815
|
+
__wbg_set_depth_store_op_8e9b1d0e47077643: function(arg0, arg1) {
|
|
2767
2816
|
arg0.depthStoreOp = __wbindgen_enum_GpuStoreOp[arg1];
|
|
2768
2817
|
},
|
|
2769
|
-
|
|
2818
|
+
__wbg_set_depth_write_enabled_adc2094871d66639: function(arg0, arg1) {
|
|
2770
2819
|
arg0.depthWriteEnabled = arg1 !== 0;
|
|
2771
2820
|
},
|
|
2772
|
-
|
|
2821
|
+
__wbg_set_description_393bafea84dc5561: function(arg0, arg1) {
|
|
2773
2822
|
arg0.description = arg1;
|
|
2774
2823
|
},
|
|
2775
|
-
|
|
2824
|
+
__wbg_set_device_47147a331245777f: function(arg0, arg1) {
|
|
2776
2825
|
arg0.device = arg1;
|
|
2777
2826
|
},
|
|
2778
|
-
|
|
2827
|
+
__wbg_set_dimension_b4da3979dc699ef8: function(arg0, arg1) {
|
|
2779
2828
|
arg0.dimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
|
|
2780
2829
|
},
|
|
2781
|
-
|
|
2830
|
+
__wbg_set_dimension_d4f0c50e75083b7f: function(arg0, arg1) {
|
|
2782
2831
|
arg0.dimension = __wbindgen_enum_GpuTextureDimension[arg1];
|
|
2783
2832
|
},
|
|
2784
|
-
|
|
2833
|
+
__wbg_set_download_6fb6f1e8e782dd11: function(arg0, arg1, arg2) {
|
|
2785
2834
|
arg0.download = getStringFromWasm0(arg1, arg2);
|
|
2786
2835
|
},
|
|
2787
|
-
|
|
2836
|
+
__wbg_set_dst_factor_e44fc612d5e5bff4: function(arg0, arg1) {
|
|
2788
2837
|
arg0.dstFactor = __wbindgen_enum_GpuBlendFactor[arg1];
|
|
2789
2838
|
},
|
|
2790
|
-
|
|
2839
|
+
__wbg_set_duration_f64_acecfffcfce95ce5: function(arg0, arg1) {
|
|
2791
2840
|
arg0.duration = arg1;
|
|
2792
2841
|
},
|
|
2793
|
-
|
|
2842
|
+
__wbg_set_end_of_pass_write_index_1cd39b9bafe090cc: function(arg0, arg1) {
|
|
2794
2843
|
arg0.endOfPassWriteIndex = arg1 >>> 0;
|
|
2795
2844
|
},
|
|
2796
|
-
|
|
2845
|
+
__wbg_set_entries_070b048e4bea0c29: function(arg0, arg1) {
|
|
2797
2846
|
arg0.entries = arg1;
|
|
2798
2847
|
},
|
|
2799
|
-
|
|
2848
|
+
__wbg_set_entries_f9b7f3d4e9faccf4: function(arg0, arg1) {
|
|
2800
2849
|
arg0.entries = arg1;
|
|
2801
2850
|
},
|
|
2802
|
-
|
|
2851
|
+
__wbg_set_entry_point_0116a9f5d58cf0aa: function(arg0, arg1, arg2) {
|
|
2803
2852
|
arg0.entryPoint = getStringFromWasm0(arg1, arg2);
|
|
2804
2853
|
},
|
|
2805
|
-
|
|
2854
|
+
__wbg_set_entry_point_f04e91eced449196: function(arg0, arg1, arg2) {
|
|
2806
2855
|
arg0.entryPoint = getStringFromWasm0(arg1, arg2);
|
|
2807
2856
|
},
|
|
2808
|
-
|
|
2857
|
+
__wbg_set_error_f8cd539d5ba58a63: function(arg0, arg1) {
|
|
2809
2858
|
arg0.error = arg1;
|
|
2810
2859
|
},
|
|
2811
|
-
|
|
2860
|
+
__wbg_set_external_texture_cf122b1392d58f37: function(arg0, arg1) {
|
|
2812
2861
|
arg0.externalTexture = arg1;
|
|
2813
2862
|
},
|
|
2814
|
-
|
|
2863
|
+
__wbg_set_fail_op_e7eb17ed0228b457: function(arg0, arg1) {
|
|
2815
2864
|
arg0.failOp = __wbindgen_enum_GpuStencilOperation[arg1];
|
|
2816
2865
|
},
|
|
2817
|
-
|
|
2866
|
+
__wbg_set_flip_y_c75446cb371a71ee: function(arg0, arg1) {
|
|
2818
2867
|
arg0.flipY = arg1 !== 0;
|
|
2819
2868
|
},
|
|
2820
|
-
|
|
2869
|
+
__wbg_set_format_119bda0a3d0b3f47: function(arg0, arg1) {
|
|
2821
2870
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
2822
2871
|
},
|
|
2823
|
-
|
|
2872
|
+
__wbg_set_format_27c63de9b0ec1cb3: function(arg0, arg1) {
|
|
2824
2873
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
2825
2874
|
},
|
|
2826
|
-
|
|
2875
|
+
__wbg_set_format_75eb905a003c2f61: function(arg0, arg1) {
|
|
2827
2876
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
2828
2877
|
},
|
|
2829
|
-
|
|
2878
|
+
__wbg_set_format_8b8359f261ea64b9: function(arg0, arg1) {
|
|
2830
2879
|
arg0.format = __wbindgen_enum_GpuVertexFormat[arg1];
|
|
2831
2880
|
},
|
|
2832
|
-
|
|
2881
|
+
__wbg_set_format_a5d373801c562623: function(arg0, arg1) {
|
|
2833
2882
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
2834
2883
|
},
|
|
2835
|
-
|
|
2884
|
+
__wbg_set_format_b08d87d5f33bcd89: function(arg0, arg1) {
|
|
2836
2885
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
2837
2886
|
},
|
|
2838
|
-
|
|
2887
|
+
__wbg_set_format_c1a342a37ced3e12: function(arg0, arg1) {
|
|
2839
2888
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
2840
2889
|
},
|
|
2841
|
-
|
|
2890
|
+
__wbg_set_fragment_41044c9110c69c90: function(arg0, arg1) {
|
|
2842
2891
|
arg0.fragment = arg1;
|
|
2843
2892
|
},
|
|
2844
|
-
|
|
2893
|
+
__wbg_set_front_face_9c9f0518a3109d98: function(arg0, arg1) {
|
|
2845
2894
|
arg0.frontFace = __wbindgen_enum_GpuFrontFace[arg1];
|
|
2846
2895
|
},
|
|
2847
|
-
|
|
2896
|
+
__wbg_set_g_a39877021b450e75: function(arg0, arg1) {
|
|
2848
2897
|
arg0.g = arg1;
|
|
2849
2898
|
},
|
|
2850
|
-
|
|
2899
|
+
__wbg_set_hardware_acceleration_08a7ff6130a1434c: function(arg0, arg1) {
|
|
2851
2900
|
arg0.hardwareAcceleration = __wbindgen_enum_HardwareAcceleration[arg1];
|
|
2852
2901
|
},
|
|
2853
|
-
|
|
2902
|
+
__wbg_set_has_dynamic_offset_69725fed837748fe: function(arg0, arg1) {
|
|
2854
2903
|
arg0.hasDynamicOffset = arg1 !== 0;
|
|
2855
2904
|
},
|
|
2856
|
-
|
|
2905
|
+
__wbg_set_headers_6ab1105e542834e2: function(arg0, arg1) {
|
|
2857
2906
|
arg0.headers = arg1;
|
|
2858
2907
|
},
|
|
2859
|
-
|
|
2908
|
+
__wbg_set_height_26ab95ff99e2b620: function(arg0, arg1) {
|
|
2860
2909
|
arg0.height = arg1 >>> 0;
|
|
2861
2910
|
},
|
|
2862
|
-
|
|
2911
|
+
__wbg_set_height_7d0bbaf691aeef8f: function(arg0, arg1) {
|
|
2863
2912
|
arg0.height = arg1 >>> 0;
|
|
2864
2913
|
},
|
|
2865
|
-
|
|
2914
|
+
__wbg_set_height_975770494a218d52: function(arg0, arg1) {
|
|
2866
2915
|
arg0.height = arg1 >>> 0;
|
|
2867
2916
|
},
|
|
2868
|
-
|
|
2917
|
+
__wbg_set_href_72e78ccb3b2c5988: function(arg0, arg1, arg2) {
|
|
2869
2918
|
arg0.href = getStringFromWasm0(arg1, arg2);
|
|
2870
2919
|
},
|
|
2871
|
-
|
|
2920
|
+
__wbg_set_id_b1cffd0a170935f4: function(arg0, arg1, arg2) {
|
|
2872
2921
|
arg0.id = getStringFromWasm0(arg1, arg2);
|
|
2873
2922
|
},
|
|
2874
|
-
|
|
2923
|
+
__wbg_set_innerHTML_7e29b346becaeb8b: function(arg0, arg1, arg2) {
|
|
2875
2924
|
arg0.innerHTML = getStringFromWasm0(arg1, arg2);
|
|
2876
2925
|
},
|
|
2877
|
-
|
|
2926
|
+
__wbg_set_innerText_20f0b35c707c016a: function(arg0, arg1, arg2) {
|
|
2878
2927
|
arg0.innerText = getStringFromWasm0(arg1, arg2);
|
|
2879
2928
|
},
|
|
2880
|
-
|
|
2929
|
+
__wbg_set_integrity_0dcf8feff0f7e4d3: function(arg0, arg1, arg2) {
|
|
2881
2930
|
arg0.integrity = getStringFromWasm0(arg1, arg2);
|
|
2882
2931
|
},
|
|
2883
|
-
|
|
2932
|
+
__wbg_set_label_26577513096f145b: function(arg0, arg1, arg2) {
|
|
2884
2933
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2885
2934
|
},
|
|
2886
|
-
|
|
2935
|
+
__wbg_set_label_2816ddca7866dcfa: function(arg0, arg1, arg2) {
|
|
2887
2936
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2888
2937
|
},
|
|
2889
|
-
|
|
2938
|
+
__wbg_set_label_2a41a6f671383447: function(arg0, arg1, arg2) {
|
|
2890
2939
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2891
2940
|
},
|
|
2892
|
-
|
|
2941
|
+
__wbg_set_label_325c5e4b70c1568f: function(arg0, arg1, arg2) {
|
|
2893
2942
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2894
2943
|
},
|
|
2895
|
-
|
|
2944
|
+
__wbg_set_label_37d0faa0c9b7dee4: function(arg0, arg1, arg2) {
|
|
2896
2945
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2897
2946
|
},
|
|
2898
|
-
|
|
2947
|
+
__wbg_set_label_3e306b2e8f9db666: function(arg0, arg1, arg2) {
|
|
2899
2948
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2900
2949
|
},
|
|
2901
|
-
|
|
2950
|
+
__wbg_set_label_5514e44725004e89: function(arg0, arg1, arg2) {
|
|
2902
2951
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2903
2952
|
},
|
|
2904
|
-
|
|
2953
|
+
__wbg_set_label_570d3dee0e80279e: function(arg0, arg1, arg2) {
|
|
2905
2954
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2906
2955
|
},
|
|
2907
|
-
|
|
2956
|
+
__wbg_set_label_58fbc9fcc6363f16: function(arg0, arg1, arg2) {
|
|
2908
2957
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2909
2958
|
},
|
|
2910
|
-
|
|
2959
|
+
__wbg_set_label_5c952448f9d59f36: function(arg0, arg1, arg2) {
|
|
2911
2960
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2912
2961
|
},
|
|
2913
|
-
|
|
2962
|
+
__wbg_set_label_782e33de78d86641: function(arg0, arg1, arg2) {
|
|
2914
2963
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2915
2964
|
},
|
|
2916
|
-
|
|
2965
|
+
__wbg_set_label_837a3b8ff99c2db3: function(arg0, arg1, arg2) {
|
|
2917
2966
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2918
2967
|
},
|
|
2919
|
-
|
|
2968
|
+
__wbg_set_label_8df6673e1e141fcc: function(arg0, arg1, arg2) {
|
|
2920
2969
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2921
2970
|
},
|
|
2922
|
-
|
|
2971
|
+
__wbg_set_layout_a6ee8e74696bc0c8: function(arg0, arg1) {
|
|
2923
2972
|
arg0.layout = arg1;
|
|
2924
2973
|
},
|
|
2925
|
-
|
|
2974
|
+
__wbg_set_layout_d701bf37a1e489c6: function(arg0, arg1) {
|
|
2926
2975
|
arg0.layout = arg1;
|
|
2927
2976
|
},
|
|
2928
|
-
|
|
2977
|
+
__wbg_set_load_op_e8ff3e1c81f7398d: function(arg0, arg1) {
|
|
2929
2978
|
arg0.loadOp = __wbindgen_enum_GpuLoadOp[arg1];
|
|
2930
2979
|
},
|
|
2931
|
-
|
|
2980
|
+
__wbg_set_lod_max_clamp_a9f93b2e2ae9023d: function(arg0, arg1) {
|
|
2932
2981
|
arg0.lodMaxClamp = arg1;
|
|
2933
2982
|
},
|
|
2934
|
-
|
|
2983
|
+
__wbg_set_lod_min_clamp_342b47161f1fa002: function(arg0, arg1) {
|
|
2935
2984
|
arg0.lodMinClamp = arg1;
|
|
2936
2985
|
},
|
|
2937
|
-
|
|
2986
|
+
__wbg_set_mag_filter_28e863ff1a386f86: function(arg0, arg1) {
|
|
2938
2987
|
arg0.magFilter = __wbindgen_enum_GpuFilterMode[arg1];
|
|
2939
2988
|
},
|
|
2940
|
-
|
|
2989
|
+
__wbg_set_mapped_at_creation_7f0aad21612f3e22: function(arg0, arg1) {
|
|
2941
2990
|
arg0.mappedAtCreation = arg1 !== 0;
|
|
2942
2991
|
},
|
|
2943
|
-
|
|
2992
|
+
__wbg_set_mask_a18cbdfc03a4cbd9: function(arg0, arg1) {
|
|
2944
2993
|
arg0.mask = arg1 >>> 0;
|
|
2945
2994
|
},
|
|
2946
|
-
|
|
2995
|
+
__wbg_set_max_anisotropy_19e574a7e9cb009a: function(arg0, arg1) {
|
|
2947
2996
|
arg0.maxAnisotropy = arg1;
|
|
2948
2997
|
},
|
|
2949
|
-
|
|
2998
|
+
__wbg_set_method_1971272fe557e972: function(arg0, arg1, arg2) {
|
|
2950
2999
|
arg0.method = getStringFromWasm0(arg1, arg2);
|
|
2951
3000
|
},
|
|
2952
|
-
|
|
3001
|
+
__wbg_set_min_binding_size_d70e460d165d9144: function(arg0, arg1) {
|
|
2953
3002
|
arg0.minBindingSize = arg1;
|
|
2954
3003
|
},
|
|
2955
|
-
|
|
3004
|
+
__wbg_set_min_filter_5275c8a3815f9f0c: function(arg0, arg1) {
|
|
2956
3005
|
arg0.minFilter = __wbindgen_enum_GpuFilterMode[arg1];
|
|
2957
3006
|
},
|
|
2958
|
-
|
|
3007
|
+
__wbg_set_mip_level_09f903ba22486513: function(arg0, arg1) {
|
|
2959
3008
|
arg0.mipLevel = arg1 >>> 0;
|
|
2960
3009
|
},
|
|
2961
|
-
|
|
3010
|
+
__wbg_set_mip_level_8d4dfc5d506cb37f: function(arg0, arg1) {
|
|
2962
3011
|
arg0.mipLevel = arg1 >>> 0;
|
|
2963
3012
|
},
|
|
2964
|
-
|
|
3013
|
+
__wbg_set_mip_level_count_04af0d33c4905fac: function(arg0, arg1) {
|
|
2965
3014
|
arg0.mipLevelCount = arg1 >>> 0;
|
|
2966
3015
|
},
|
|
2967
|
-
|
|
3016
|
+
__wbg_set_mip_level_count_dcb2ad32716506a5: function(arg0, arg1) {
|
|
2968
3017
|
arg0.mipLevelCount = arg1 >>> 0;
|
|
2969
3018
|
},
|
|
2970
|
-
|
|
3019
|
+
__wbg_set_mipmap_filter_ae5e0e814693019b: function(arg0, arg1) {
|
|
2971
3020
|
arg0.mipmapFilter = __wbindgen_enum_GpuMipmapFilterMode[arg1];
|
|
2972
3021
|
},
|
|
2973
|
-
|
|
3022
|
+
__wbg_set_mode_d1b643087602281a: function(arg0, arg1) {
|
|
2974
3023
|
arg0.mode = __wbindgen_enum_RequestMode[arg1];
|
|
2975
3024
|
},
|
|
2976
|
-
|
|
3025
|
+
__wbg_set_module_0933874708065f3b: function(arg0, arg1) {
|
|
2977
3026
|
arg0.module = arg1;
|
|
2978
3027
|
},
|
|
2979
|
-
|
|
3028
|
+
__wbg_set_module_a7a131494850e5f7: function(arg0, arg1) {
|
|
2980
3029
|
arg0.module = arg1;
|
|
2981
3030
|
},
|
|
2982
|
-
|
|
3031
|
+
__wbg_set_multiple_390ca167c25b3a68: function(arg0, arg1) {
|
|
2983
3032
|
arg0.multiple = arg1 !== 0;
|
|
2984
3033
|
},
|
|
2985
|
-
|
|
3034
|
+
__wbg_set_multisample_e857cbfca335c7f1: function(arg0, arg1) {
|
|
2986
3035
|
arg0.multisample = arg1;
|
|
2987
3036
|
},
|
|
2988
|
-
|
|
3037
|
+
__wbg_set_multisampled_4ce4c32144215354: function(arg0, arg1) {
|
|
2989
3038
|
arg0.multisampled = arg1 !== 0;
|
|
2990
3039
|
},
|
|
2991
|
-
|
|
3040
|
+
__wbg_set_offset_0e56098d94f81ccd: function(arg0, arg1) {
|
|
2992
3041
|
arg0.offset = arg1;
|
|
2993
3042
|
},
|
|
2994
|
-
|
|
3043
|
+
__wbg_set_offset_baf6780761c43b24: function(arg0, arg1) {
|
|
2995
3044
|
arg0.offset = arg1;
|
|
2996
3045
|
},
|
|
2997
|
-
|
|
3046
|
+
__wbg_set_offset_e316586bb85f0bd6: function(arg0, arg1) {
|
|
2998
3047
|
arg0.offset = arg1;
|
|
2999
3048
|
},
|
|
3000
|
-
|
|
3049
|
+
__wbg_set_offset_eabaf12fe1c98ce7: function(arg0, arg1) {
|
|
3001
3050
|
arg0.offset = arg1;
|
|
3002
3051
|
},
|
|
3003
|
-
|
|
3052
|
+
__wbg_set_once_21b4f52a7651545b: function(arg0, arg1) {
|
|
3004
3053
|
arg0.once = arg1 !== 0;
|
|
3005
3054
|
},
|
|
3006
|
-
|
|
3055
|
+
__wbg_set_onclick_60f72f3e80d65322: function(arg0, arg1) {
|
|
3007
3056
|
arg0.onclick = arg1;
|
|
3008
3057
|
},
|
|
3009
|
-
|
|
3058
|
+
__wbg_set_onload_130e9637450f8179: function(arg0, arg1) {
|
|
3010
3059
|
arg0.onload = arg1;
|
|
3011
3060
|
},
|
|
3012
|
-
|
|
3061
|
+
__wbg_set_onuncapturederror_6632a118e96fdf4e: function(arg0, arg1) {
|
|
3013
3062
|
arg0.onuncapturederror = arg1;
|
|
3014
3063
|
},
|
|
3015
|
-
|
|
3064
|
+
__wbg_set_operation_a91e5763a8313c6b: function(arg0, arg1) {
|
|
3016
3065
|
arg0.operation = __wbindgen_enum_GpuBlendOperation[arg1];
|
|
3017
3066
|
},
|
|
3018
|
-
|
|
3067
|
+
__wbg_set_optimize_for_latency_fdf609396e4819e3: function(arg0, arg1) {
|
|
3019
3068
|
arg0.optimizeForLatency = arg1 !== 0;
|
|
3020
3069
|
},
|
|
3021
|
-
|
|
3070
|
+
__wbg_set_origin_24a61b4427e330e9: function(arg0, arg1) {
|
|
3022
3071
|
arg0.origin = arg1;
|
|
3023
3072
|
},
|
|
3024
|
-
|
|
3073
|
+
__wbg_set_origin_9726209f22511ffa: function(arg0, arg1) {
|
|
3025
3074
|
arg0.origin = arg1;
|
|
3026
3075
|
},
|
|
3027
|
-
|
|
3076
|
+
__wbg_set_origin_f7cd05478d9232f0: function(arg0, arg1) {
|
|
3028
3077
|
arg0.origin = arg1;
|
|
3029
3078
|
},
|
|
3030
|
-
|
|
3079
|
+
__wbg_set_output_30bc75bf2a5d1416: function(arg0, arg1) {
|
|
3031
3080
|
arg0.output = arg1;
|
|
3032
3081
|
},
|
|
3033
|
-
|
|
3082
|
+
__wbg_set_pass_op_eef0c5885ae707c3: function(arg0, arg1) {
|
|
3034
3083
|
arg0.passOp = __wbindgen_enum_GpuStencilOperation[arg1];
|
|
3035
3084
|
},
|
|
3036
|
-
|
|
3085
|
+
__wbg_set_power_preference_7d669fb9b41f7bf2: function(arg0, arg1) {
|
|
3037
3086
|
arg0.powerPreference = __wbindgen_enum_GpuPowerPreference[arg1];
|
|
3038
3087
|
},
|
|
3039
|
-
|
|
3088
|
+
__wbg_set_premultiplied_alpha_e49848a873888b3d: function(arg0, arg1) {
|
|
3040
3089
|
arg0.premultipliedAlpha = arg1 !== 0;
|
|
3041
3090
|
},
|
|
3042
|
-
|
|
3091
|
+
__wbg_set_primitive_3462e090c7a78969: function(arg0, arg1) {
|
|
3043
3092
|
arg0.primitive = arg1;
|
|
3044
3093
|
},
|
|
3045
|
-
|
|
3094
|
+
__wbg_set_query_set_62d86bdf10d64d37: function(arg0, arg1) {
|
|
3046
3095
|
arg0.querySet = arg1;
|
|
3047
3096
|
},
|
|
3048
|
-
|
|
3097
|
+
__wbg_set_r_40fe44b2d9a401f4: function(arg0, arg1) {
|
|
3049
3098
|
arg0.r = arg1;
|
|
3050
3099
|
},
|
|
3051
|
-
|
|
3100
|
+
__wbg_set_redirect_1d6df2c80bf90934: function(arg0, arg1) {
|
|
3052
3101
|
arg0.redirect = __wbindgen_enum_RequestRedirect[arg1];
|
|
3053
3102
|
},
|
|
3054
|
-
|
|
3103
|
+
__wbg_set_referrer_c0d0ce1b4c972d99: function(arg0, arg1, arg2) {
|
|
3055
3104
|
arg0.referrer = getStringFromWasm0(arg1, arg2);
|
|
3056
3105
|
},
|
|
3057
|
-
|
|
3106
|
+
__wbg_set_referrer_policy_48f3f15e75682149: function(arg0, arg1) {
|
|
3058
3107
|
arg0.referrerPolicy = __wbindgen_enum_ReferrerPolicy[arg1];
|
|
3059
3108
|
},
|
|
3060
|
-
|
|
3109
|
+
__wbg_set_required_features_3d00070d09235d7d: function(arg0, arg1) {
|
|
3061
3110
|
arg0.requiredFeatures = arg1;
|
|
3062
3111
|
},
|
|
3063
|
-
|
|
3112
|
+
__wbg_set_required_limits_e0de55a49a48e3dc: function(arg0, arg1) {
|
|
3064
3113
|
arg0.requiredLimits = arg1;
|
|
3065
3114
|
},
|
|
3066
|
-
|
|
3115
|
+
__wbg_set_resolve_target_6e7eda03a6886624: function(arg0, arg1) {
|
|
3067
3116
|
arg0.resolveTarget = arg1;
|
|
3068
3117
|
},
|
|
3069
|
-
|
|
3118
|
+
__wbg_set_resource_fe1f979fce4afee2: function(arg0, arg1) {
|
|
3070
3119
|
arg0.resource = arg1;
|
|
3071
3120
|
},
|
|
3072
|
-
|
|
3121
|
+
__wbg_set_rows_per_image_1f4a56a3c5d57e93: function(arg0, arg1) {
|
|
3073
3122
|
arg0.rowsPerImage = arg1 >>> 0;
|
|
3074
3123
|
},
|
|
3075
|
-
|
|
3124
|
+
__wbg_set_rows_per_image_c616c70e60a35618: function(arg0, arg1) {
|
|
3076
3125
|
arg0.rowsPerImage = arg1 >>> 0;
|
|
3077
3126
|
},
|
|
3078
|
-
|
|
3127
|
+
__wbg_set_sample_count_2b8ac49e1626ac13: function(arg0, arg1) {
|
|
3079
3128
|
arg0.sampleCount = arg1 >>> 0;
|
|
3080
3129
|
},
|
|
3081
|
-
|
|
3130
|
+
__wbg_set_sample_type_3cecbd4699e2e5fb: function(arg0, arg1) {
|
|
3082
3131
|
arg0.sampleType = __wbindgen_enum_GpuTextureSampleType[arg1];
|
|
3083
3132
|
},
|
|
3084
|
-
|
|
3133
|
+
__wbg_set_sampler_12544c21977075c1: function(arg0, arg1) {
|
|
3085
3134
|
arg0.sampler = arg1;
|
|
3086
3135
|
},
|
|
3087
|
-
|
|
3136
|
+
__wbg_set_shader_location_03356bf6a6da4332: function(arg0, arg1) {
|
|
3088
3137
|
arg0.shaderLocation = arg1 >>> 0;
|
|
3089
3138
|
},
|
|
3090
|
-
|
|
3139
|
+
__wbg_set_signal_8564a226c5c6853c: function(arg0, arg1) {
|
|
3091
3140
|
arg0.signal = arg1;
|
|
3092
3141
|
},
|
|
3093
|
-
|
|
3142
|
+
__wbg_set_size_0c20f73abce8f1ce: function(arg0, arg1) {
|
|
3094
3143
|
arg0.size = arg1;
|
|
3095
3144
|
},
|
|
3096
|
-
|
|
3145
|
+
__wbg_set_size_cf04b4174c30722b: function(arg0, arg1) {
|
|
3097
3146
|
arg0.size = arg1;
|
|
3098
3147
|
},
|
|
3099
|
-
|
|
3148
|
+
__wbg_set_size_f1207de283144c72: function(arg0, arg1) {
|
|
3100
3149
|
arg0.size = arg1;
|
|
3101
3150
|
},
|
|
3102
|
-
|
|
3151
|
+
__wbg_set_source_7eb2b03d1177a7c8: function(arg0, arg1) {
|
|
3103
3152
|
arg0.source = arg1;
|
|
3104
3153
|
},
|
|
3105
|
-
|
|
3154
|
+
__wbg_set_src_factor_c3668d4122497276: function(arg0, arg1) {
|
|
3106
3155
|
arg0.srcFactor = __wbindgen_enum_GpuBlendFactor[arg1];
|
|
3107
3156
|
},
|
|
3108
|
-
|
|
3157
|
+
__wbg_set_stencil_back_8d01a6c0477059b0: function(arg0, arg1) {
|
|
3109
3158
|
arg0.stencilBack = arg1;
|
|
3110
3159
|
},
|
|
3111
|
-
|
|
3160
|
+
__wbg_set_stencil_clear_value_1f380af0bd0d9255: function(arg0, arg1) {
|
|
3112
3161
|
arg0.stencilClearValue = arg1 >>> 0;
|
|
3113
3162
|
},
|
|
3114
|
-
|
|
3163
|
+
__wbg_set_stencil_front_f881c15b2d170653: function(arg0, arg1) {
|
|
3115
3164
|
arg0.stencilFront = arg1;
|
|
3116
3165
|
},
|
|
3117
|
-
|
|
3166
|
+
__wbg_set_stencil_load_op_5cde31e71a964b58: function(arg0, arg1) {
|
|
3118
3167
|
arg0.stencilLoadOp = __wbindgen_enum_GpuLoadOp[arg1];
|
|
3119
3168
|
},
|
|
3120
|
-
|
|
3169
|
+
__wbg_set_stencil_read_mask_d79993adcfc418ab: function(arg0, arg1) {
|
|
3121
3170
|
arg0.stencilReadMask = arg1 >>> 0;
|
|
3122
3171
|
},
|
|
3123
|
-
|
|
3172
|
+
__wbg_set_stencil_read_only_ac984029b821315e: function(arg0, arg1) {
|
|
3124
3173
|
arg0.stencilReadOnly = arg1 !== 0;
|
|
3125
3174
|
},
|
|
3126
|
-
|
|
3175
|
+
__wbg_set_stencil_store_op_262e1df7b92404d3: function(arg0, arg1) {
|
|
3127
3176
|
arg0.stencilStoreOp = __wbindgen_enum_GpuStoreOp[arg1];
|
|
3128
3177
|
},
|
|
3129
|
-
|
|
3178
|
+
__wbg_set_stencil_write_mask_94ec6249877e083e: function(arg0, arg1) {
|
|
3130
3179
|
arg0.stencilWriteMask = arg1 >>> 0;
|
|
3131
3180
|
},
|
|
3132
|
-
|
|
3181
|
+
__wbg_set_step_mode_241a8d5515fa964b: function(arg0, arg1) {
|
|
3133
3182
|
arg0.stepMode = __wbindgen_enum_GpuVertexStepMode[arg1];
|
|
3134
3183
|
},
|
|
3135
|
-
|
|
3184
|
+
__wbg_set_storage_texture_36be4834c501acab: function(arg0, arg1) {
|
|
3136
3185
|
arg0.storageTexture = arg1;
|
|
3137
3186
|
},
|
|
3138
|
-
|
|
3187
|
+
__wbg_set_store_op_a95e8da4555c6010: function(arg0, arg1) {
|
|
3139
3188
|
arg0.storeOp = __wbindgen_enum_GpuStoreOp[arg1];
|
|
3140
3189
|
},
|
|
3141
|
-
|
|
3190
|
+
__wbg_set_strip_index_format_62c417aa65a4d277: function(arg0, arg1) {
|
|
3142
3191
|
arg0.stripIndexFormat = __wbindgen_enum_GpuIndexFormat[arg1];
|
|
3143
3192
|
},
|
|
3144
|
-
|
|
3193
|
+
__wbg_set_tabIndex_21aab214ff7b4d6e: function(arg0, arg1) {
|
|
3145
3194
|
arg0.tabIndex = arg1;
|
|
3146
3195
|
},
|
|
3147
|
-
|
|
3196
|
+
__wbg_set_targets_6664b7e6ec5da9d3: function(arg0, arg1) {
|
|
3148
3197
|
arg0.targets = arg1;
|
|
3149
3198
|
},
|
|
3150
|
-
|
|
3199
|
+
__wbg_set_texture_292332b872bf75e8: function(arg0, arg1) {
|
|
3151
3200
|
arg0.texture = arg1;
|
|
3152
3201
|
},
|
|
3153
|
-
|
|
3202
|
+
__wbg_set_texture_64823aa8aca790b5: function(arg0, arg1) {
|
|
3154
3203
|
arg0.texture = arg1;
|
|
3155
3204
|
},
|
|
3156
|
-
|
|
3205
|
+
__wbg_set_texture_738e6f6215515de3: function(arg0, arg1) {
|
|
3157
3206
|
arg0.texture = arg1;
|
|
3158
3207
|
},
|
|
3159
|
-
|
|
3208
|
+
__wbg_set_timestamp_a6066fff24ba23db: function(arg0, arg1) {
|
|
3160
3209
|
arg0.timestamp = arg1;
|
|
3161
3210
|
},
|
|
3162
|
-
|
|
3211
|
+
__wbg_set_timestamp_b63bdeb54c9f64dc: function(arg0, arg1) {
|
|
3212
|
+
arg0.timestamp = arg1;
|
|
3213
|
+
},
|
|
3214
|
+
__wbg_set_timestamp_writes_3854a564715b0ac7: function(arg0, arg1) {
|
|
3163
3215
|
arg0.timestampWrites = arg1;
|
|
3164
3216
|
},
|
|
3165
|
-
|
|
3217
|
+
__wbg_set_topology_914716698f5868bb: function(arg0, arg1) {
|
|
3166
3218
|
arg0.topology = __wbindgen_enum_GpuPrimitiveTopology[arg1];
|
|
3167
3219
|
},
|
|
3168
|
-
|
|
3169
|
-
arg0.type = getStringFromWasm0(arg1, arg2);
|
|
3170
|
-
},
|
|
3171
|
-
__wbg_set_type_41a129313637b03c: function(arg0, arg1) {
|
|
3220
|
+
__wbg_set_type_17a1387b620bc902: function(arg0, arg1) {
|
|
3172
3221
|
arg0.type = __wbindgen_enum_GpuBufferBindingType[arg1];
|
|
3173
3222
|
},
|
|
3174
|
-
|
|
3223
|
+
__wbg_set_type_1c9054396ddd2edb: function(arg0, arg1, arg2) {
|
|
3224
|
+
arg0.type = getStringFromWasm0(arg1, arg2);
|
|
3225
|
+
},
|
|
3226
|
+
__wbg_set_type_39703335940e3fc7: function(arg0, arg1) {
|
|
3175
3227
|
arg0.type = __wbindgen_enum_EncodedVideoChunkType[arg1];
|
|
3176
3228
|
},
|
|
3177
|
-
|
|
3229
|
+
__wbg_set_type_d4edb621ec2051e0: function(arg0, arg1) {
|
|
3178
3230
|
arg0.type = __wbindgen_enum_GpuSamplerBindingType[arg1];
|
|
3179
3231
|
},
|
|
3180
|
-
|
|
3232
|
+
__wbg_set_type_ef754f25329c9096: function(arg0, arg1, arg2) {
|
|
3181
3233
|
arg0.type = getStringFromWasm0(arg1, arg2);
|
|
3182
3234
|
},
|
|
3183
|
-
|
|
3235
|
+
__wbg_set_unclipped_depth_e23e3091db2ac351: function(arg0, arg1) {
|
|
3184
3236
|
arg0.unclippedDepth = arg1 !== 0;
|
|
3185
3237
|
},
|
|
3186
|
-
|
|
3238
|
+
__wbg_set_usage_41b7d18f3f220e6c: function(arg0, arg1) {
|
|
3187
3239
|
arg0.usage = arg1 >>> 0;
|
|
3188
3240
|
},
|
|
3189
|
-
|
|
3241
|
+
__wbg_set_usage_6ae4d85589906117: function(arg0, arg1) {
|
|
3190
3242
|
arg0.usage = arg1 >>> 0;
|
|
3191
3243
|
},
|
|
3192
|
-
|
|
3244
|
+
__wbg_set_usage_e167dd772123f679: function(arg0, arg1) {
|
|
3193
3245
|
arg0.usage = arg1 >>> 0;
|
|
3194
3246
|
},
|
|
3195
|
-
|
|
3247
|
+
__wbg_set_usage_f084cd416060ceee: function(arg0, arg1) {
|
|
3196
3248
|
arg0.usage = arg1 >>> 0;
|
|
3197
3249
|
},
|
|
3198
|
-
|
|
3250
|
+
__wbg_set_value_1e50ba479347b273: function(arg0, arg1, arg2) {
|
|
3199
3251
|
arg0.value = getStringFromWasm0(arg1, arg2);
|
|
3200
3252
|
},
|
|
3201
|
-
|
|
3253
|
+
__wbg_set_vertex_29812f650590fa45: function(arg0, arg1) {
|
|
3202
3254
|
arg0.vertex = arg1;
|
|
3203
3255
|
},
|
|
3204
|
-
|
|
3256
|
+
__wbg_set_view_32a8132aec6de194: function(arg0, arg1) {
|
|
3205
3257
|
arg0.view = arg1;
|
|
3206
3258
|
},
|
|
3207
|
-
|
|
3208
|
-
arg0.
|
|
3259
|
+
__wbg_set_view_506e5beadab34e99: function(arg0, arg1) {
|
|
3260
|
+
arg0.view = arg1;
|
|
3209
3261
|
},
|
|
3210
|
-
|
|
3262
|
+
__wbg_set_view_dimension_4a840560a13b4860: function(arg0, arg1) {
|
|
3211
3263
|
arg0.viewDimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
|
|
3212
3264
|
},
|
|
3213
|
-
|
|
3214
|
-
arg0.
|
|
3265
|
+
__wbg_set_view_dimension_9ae69db849267b1a: function(arg0, arg1) {
|
|
3266
|
+
arg0.viewDimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
|
|
3215
3267
|
},
|
|
3216
|
-
|
|
3268
|
+
__wbg_set_view_formats_4d0b943f593dd219: function(arg0, arg1) {
|
|
3217
3269
|
arg0.viewFormats = arg1;
|
|
3218
3270
|
},
|
|
3219
|
-
|
|
3271
|
+
__wbg_set_view_formats_cba8520bf0d83d62: function(arg0, arg1) {
|
|
3220
3272
|
arg0.viewFormats = arg1;
|
|
3221
3273
|
},
|
|
3222
|
-
|
|
3274
|
+
__wbg_set_visibility_bbbf3d2b70571950: function(arg0, arg1) {
|
|
3223
3275
|
arg0.visibility = arg1 >>> 0;
|
|
3224
3276
|
},
|
|
3225
|
-
|
|
3277
|
+
__wbg_set_width_0f26635b289b3c67: function(arg0, arg1) {
|
|
3226
3278
|
arg0.width = arg1 >>> 0;
|
|
3227
3279
|
},
|
|
3228
|
-
|
|
3280
|
+
__wbg_set_width_1ae13bf0b65e6395: function(arg0, arg1) {
|
|
3229
3281
|
arg0.width = arg1 >>> 0;
|
|
3230
3282
|
},
|
|
3231
|
-
|
|
3283
|
+
__wbg_set_width_81fa781e87b17891: function(arg0, arg1) {
|
|
3232
3284
|
arg0.width = arg1 >>> 0;
|
|
3233
3285
|
},
|
|
3234
|
-
|
|
3286
|
+
__wbg_set_write_mask_949f521dcf3da2b5: function(arg0, arg1) {
|
|
3235
3287
|
arg0.writeMask = arg1 >>> 0;
|
|
3236
3288
|
},
|
|
3237
|
-
|
|
3289
|
+
__wbg_set_x_15a4c893b3366fab: function(arg0, arg1) {
|
|
3238
3290
|
arg0.x = arg1 >>> 0;
|
|
3239
3291
|
},
|
|
3240
|
-
|
|
3292
|
+
__wbg_set_x_7aa02c5d013f6852: function(arg0, arg1) {
|
|
3241
3293
|
arg0.x = arg1 >>> 0;
|
|
3242
3294
|
},
|
|
3243
|
-
|
|
3295
|
+
__wbg_set_y_80ad367d70451024: function(arg0, arg1) {
|
|
3244
3296
|
arg0.y = arg1 >>> 0;
|
|
3245
3297
|
},
|
|
3246
|
-
|
|
3298
|
+
__wbg_set_y_c631920a1c51a694: function(arg0, arg1) {
|
|
3247
3299
|
arg0.y = arg1 >>> 0;
|
|
3248
3300
|
},
|
|
3249
|
-
|
|
3301
|
+
__wbg_set_z_7c526101c55ea2ae: function(arg0, arg1) {
|
|
3250
3302
|
arg0.z = arg1 >>> 0;
|
|
3251
3303
|
},
|
|
3252
|
-
|
|
3304
|
+
__wbg_shaderSource_c235f38ba5b536d3: function(arg0, arg1, arg2, arg3) {
|
|
3253
3305
|
arg0.shaderSource(arg1, getStringFromWasm0(arg2, arg3));
|
|
3254
3306
|
},
|
|
3255
|
-
|
|
3307
|
+
__wbg_shaderSource_cae157a332281ae7: function(arg0, arg1, arg2, arg3) {
|
|
3256
3308
|
arg0.shaderSource(arg1, getStringFromWasm0(arg2, arg3));
|
|
3257
3309
|
},
|
|
3258
|
-
|
|
3310
|
+
__wbg_shiftKey_44bc0e4535e829c0: function(arg0) {
|
|
3259
3311
|
const ret = arg0.shiftKey;
|
|
3260
3312
|
return ret;
|
|
3261
3313
|
},
|
|
3262
|
-
|
|
3314
|
+
__wbg_shiftKey_4f414ec7c42beae6: function(arg0) {
|
|
3263
3315
|
const ret = arg0.shiftKey;
|
|
3264
3316
|
return ret;
|
|
3265
3317
|
},
|
|
3266
|
-
|
|
3318
|
+
__wbg_signal_9172c3282bfba2f5: function(arg0) {
|
|
3267
3319
|
const ret = arg0.signal;
|
|
3268
3320
|
return ret;
|
|
3269
3321
|
},
|
|
3270
|
-
|
|
3322
|
+
__wbg_size_0549be120b7831da: function(arg0) {
|
|
3271
3323
|
const ret = arg0.size;
|
|
3272
3324
|
return ret;
|
|
3273
3325
|
},
|
|
3274
|
-
|
|
3326
|
+
__wbg_size_7306c9406e13bf29: function(arg0) {
|
|
3275
3327
|
const ret = arg0.size;
|
|
3276
3328
|
return ret;
|
|
3277
3329
|
},
|
|
3278
|
-
|
|
3330
|
+
__wbg_slice_21f4c5261d1fdd69: function(arg0, arg1) {
|
|
3331
|
+
const ret = arg1.slice();
|
|
3332
|
+
const ptr1 = passArrayJsValueToWasm0(ret, wasm.__wbindgen_malloc);
|
|
3333
|
+
const len1 = WASM_VECTOR_LEN;
|
|
3334
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3335
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3336
|
+
},
|
|
3337
|
+
__wbg_stack_0823f063124627d9: function(arg0, arg1) {
|
|
3279
3338
|
const ret = arg1.stack;
|
|
3280
3339
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3281
3340
|
const len1 = WASM_VECTOR_LEN;
|
|
3282
3341
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3283
3342
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3284
3343
|
},
|
|
3285
|
-
|
|
3344
|
+
__wbg_stack_e1c4373cd809ace6: function(arg0, arg1) {
|
|
3286
3345
|
const ret = arg1.stack;
|
|
3287
3346
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3288
3347
|
const len1 = WASM_VECTOR_LEN;
|
|
3289
3348
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3290
3349
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3291
3350
|
},
|
|
3292
|
-
|
|
3351
|
+
__wbg_state_6d96f748e0572453: function() { return handleError(function (arg0) {
|
|
3293
3352
|
const ret = arg0.state;
|
|
3294
3353
|
return ret;
|
|
3295
|
-
},
|
|
3296
|
-
|
|
3354
|
+
}, arguments); },
|
|
3355
|
+
__wbg_state_90f081dc1aa61b42: function(arg0) {
|
|
3297
3356
|
const ret = arg0.state;
|
|
3298
3357
|
return ret;
|
|
3299
|
-
}, arguments); },
|
|
3300
|
-
__wbg_static_accessor_GLOBAL_12837167ad935116: function() {
|
|
3301
|
-
const ret = typeof global === 'undefined' ? null : global;
|
|
3302
|
-
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
3303
3358
|
},
|
|
3304
|
-
|
|
3359
|
+
__wbg_static_accessor_GLOBAL_THIS_a1248013d790bf5f: function() {
|
|
3305
3360
|
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
3306
3361
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
3307
3362
|
},
|
|
3308
|
-
|
|
3363
|
+
__wbg_static_accessor_GLOBAL_f2e0f995a21329ff: function() {
|
|
3364
|
+
const ret = typeof global === 'undefined' ? null : global;
|
|
3365
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
3366
|
+
},
|
|
3367
|
+
__wbg_static_accessor_SELF_24f78b6d23f286ea: function() {
|
|
3309
3368
|
const ret = typeof self === 'undefined' ? null : self;
|
|
3310
3369
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
3311
3370
|
},
|
|
3312
|
-
|
|
3371
|
+
__wbg_static_accessor_WINDOW_59fd959c540fe405: function() {
|
|
3313
3372
|
const ret = typeof window === 'undefined' ? null : window;
|
|
3314
3373
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
3315
3374
|
},
|
|
3316
|
-
|
|
3375
|
+
__wbg_statusText_128c4dad452b4075: function(arg0, arg1) {
|
|
3317
3376
|
const ret = arg1.statusText;
|
|
3318
3377
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3319
3378
|
const len1 = WASM_VECTOR_LEN;
|
|
3320
3379
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3321
3380
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3322
3381
|
},
|
|
3323
|
-
|
|
3382
|
+
__wbg_status_44ecb0ac1da253f4: function(arg0) {
|
|
3324
3383
|
const ret = arg0.status;
|
|
3325
3384
|
return ret;
|
|
3326
3385
|
},
|
|
3327
|
-
|
|
3386
|
+
__wbg_stencilFuncSeparate_4c0db85174d13a30: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3328
3387
|
arg0.stencilFuncSeparate(arg1 >>> 0, arg2 >>> 0, arg3, arg4 >>> 0);
|
|
3329
3388
|
},
|
|
3330
|
-
|
|
3389
|
+
__wbg_stencilFuncSeparate_bc6ee80dc1553732: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3331
3390
|
arg0.stencilFuncSeparate(arg1 >>> 0, arg2 >>> 0, arg3, arg4 >>> 0);
|
|
3332
3391
|
},
|
|
3333
|
-
|
|
3392
|
+
__wbg_stencilMaskSeparate_f50ef76311ff1c52: function(arg0, arg1, arg2) {
|
|
3334
3393
|
arg0.stencilMaskSeparate(arg1 >>> 0, arg2 >>> 0);
|
|
3335
3394
|
},
|
|
3336
|
-
|
|
3395
|
+
__wbg_stencilMaskSeparate_fff5b95ab033d285: function(arg0, arg1, arg2) {
|
|
3337
3396
|
arg0.stencilMaskSeparate(arg1 >>> 0, arg2 >>> 0);
|
|
3338
3397
|
},
|
|
3339
|
-
|
|
3398
|
+
__wbg_stencilMask_6d5efd2cf61c3bd8: function(arg0, arg1) {
|
|
3340
3399
|
arg0.stencilMask(arg1 >>> 0);
|
|
3341
3400
|
},
|
|
3342
|
-
|
|
3401
|
+
__wbg_stencilMask_c3deb341c2545445: function(arg0, arg1) {
|
|
3343
3402
|
arg0.stencilMask(arg1 >>> 0);
|
|
3344
3403
|
},
|
|
3345
|
-
|
|
3404
|
+
__wbg_stencilOpSeparate_04e9fc42ff22cc42: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3346
3405
|
arg0.stencilOpSeparate(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
3347
3406
|
},
|
|
3348
|
-
|
|
3407
|
+
__wbg_stencilOpSeparate_08965f0c8c8055ce: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3349
3408
|
arg0.stencilOpSeparate(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
3350
3409
|
},
|
|
3351
|
-
|
|
3410
|
+
__wbg_stopPropagation_000e2055cf404c4c: function(arg0) {
|
|
3352
3411
|
arg0.stopPropagation();
|
|
3353
3412
|
},
|
|
3354
|
-
|
|
3413
|
+
__wbg_stringify_a2c39d991e1bf91d: function() { return handleError(function (arg0) {
|
|
3355
3414
|
const ret = JSON.stringify(arg0);
|
|
3356
3415
|
return ret;
|
|
3357
3416
|
}, arguments); },
|
|
3358
|
-
|
|
3417
|
+
__wbg_structuredClone_e8194ffa20fc3081: function() { return handleError(function (arg0) {
|
|
3359
3418
|
const ret = window.structuredClone(arg0);
|
|
3360
3419
|
return ret;
|
|
3361
3420
|
}, arguments); },
|
|
3362
|
-
|
|
3421
|
+
__wbg_style_fbb0b56f71e97cf5: function(arg0) {
|
|
3363
3422
|
const ret = arg0.style;
|
|
3364
3423
|
return ret;
|
|
3365
3424
|
},
|
|
3366
|
-
|
|
3425
|
+
__wbg_submit_b3bbead76cbf7627: function(arg0, arg1) {
|
|
3367
3426
|
arg0.submit(arg1);
|
|
3368
3427
|
},
|
|
3369
|
-
|
|
3428
|
+
__wbg_texImage2D_29ce63ed3c9e7fd2: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
3370
3429
|
arg0.texImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
3371
3430
|
}, arguments); },
|
|
3372
|
-
|
|
3431
|
+
__wbg_texImage2D_35dad0302576d81d: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
3373
3432
|
arg0.texImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
3374
3433
|
}, arguments); },
|
|
3375
|
-
|
|
3434
|
+
__wbg_texImage2D_b708a52e67380671: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
3376
3435
|
arg0.texImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
3377
3436
|
}, arguments); },
|
|
3378
|
-
|
|
3437
|
+
__wbg_texImage3D_8cd441630ff7f672: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) {
|
|
3379
3438
|
arg0.texImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8 >>> 0, arg9 >>> 0, arg10);
|
|
3380
3439
|
}, arguments); },
|
|
3381
|
-
|
|
3440
|
+
__wbg_texImage3D_f350e29c3bf4131a: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) {
|
|
3382
3441
|
arg0.texImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8 >>> 0, arg9 >>> 0, arg10);
|
|
3383
3442
|
}, arguments); },
|
|
3384
|
-
|
|
3443
|
+
__wbg_texParameteri_2ae301ef0bcf17eb: function(arg0, arg1, arg2, arg3) {
|
|
3385
3444
|
arg0.texParameteri(arg1 >>> 0, arg2 >>> 0, arg3);
|
|
3386
3445
|
},
|
|
3387
|
-
|
|
3446
|
+
__wbg_texParameteri_51f89620521fe4f5: function(arg0, arg1, arg2, arg3) {
|
|
3388
3447
|
arg0.texParameteri(arg1 >>> 0, arg2 >>> 0, arg3);
|
|
3389
3448
|
},
|
|
3390
|
-
|
|
3449
|
+
__wbg_texStorage2D_9047841c0bc5a675: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
3391
3450
|
arg0.texStorage2D(arg1 >>> 0, arg2, arg3 >>> 0, arg4, arg5);
|
|
3392
3451
|
},
|
|
3393
|
-
|
|
3452
|
+
__wbg_texStorage3D_3b9a3f42a3546d1c: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
3394
3453
|
arg0.texStorage3D(arg1 >>> 0, arg2, arg3 >>> 0, arg4, arg5, arg6);
|
|
3395
3454
|
},
|
|
3396
|
-
|
|
3455
|
+
__wbg_texSubImage2D_403156f007363972: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
3397
3456
|
arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
3398
3457
|
}, arguments); },
|
|
3399
|
-
|
|
3458
|
+
__wbg_texSubImage2D_8ab7ce69fb3d7da8: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
3400
3459
|
arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
3401
3460
|
}, arguments); },
|
|
3402
|
-
|
|
3461
|
+
__wbg_texSubImage2D_9489e066941c87f5: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
3403
3462
|
arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
3404
3463
|
}, arguments); },
|
|
3405
|
-
|
|
3464
|
+
__wbg_texSubImage2D_97da2da339012c33: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
3406
3465
|
arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
3407
3466
|
}, arguments); },
|
|
3408
|
-
|
|
3467
|
+
__wbg_texSubImage2D_a64a00fcd1aaf828: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
3409
3468
|
arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
3410
3469
|
}, arguments); },
|
|
3411
|
-
|
|
3470
|
+
__wbg_texSubImage2D_d9826678d15a2def: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
3412
3471
|
arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
3413
3472
|
}, arguments); },
|
|
3414
|
-
|
|
3473
|
+
__wbg_texSubImage2D_db8f79f2fc6bb8b3: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
3415
3474
|
arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
3416
3475
|
}, arguments); },
|
|
3417
|
-
|
|
3476
|
+
__wbg_texSubImage2D_ec7844929d7e9fa7: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
3418
3477
|
arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
3419
3478
|
}, arguments); },
|
|
3420
|
-
|
|
3479
|
+
__wbg_texSubImage2D_efd0d5d4f44425c3: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
3421
3480
|
arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
3422
3481
|
}, arguments); },
|
|
3423
|
-
|
|
3482
|
+
__wbg_texSubImage3D_07b9b3cac3cc7a94: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
|
|
3424
3483
|
arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
|
|
3425
3484
|
}, arguments); },
|
|
3426
|
-
|
|
3485
|
+
__wbg_texSubImage3D_5f9cbaf480a21838: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
|
|
3427
3486
|
arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
|
|
3428
3487
|
}, arguments); },
|
|
3429
|
-
|
|
3488
|
+
__wbg_texSubImage3D_9dcb0cdd21e357a2: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
|
|
3430
3489
|
arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
|
|
3431
3490
|
}, arguments); },
|
|
3432
|
-
|
|
3491
|
+
__wbg_texSubImage3D_b108481878a623b1: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
|
|
3433
3492
|
arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
|
|
3434
3493
|
}, arguments); },
|
|
3435
|
-
|
|
3494
|
+
__wbg_texSubImage3D_b20e201d961c0724: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
|
|
3436
3495
|
arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
|
|
3437
3496
|
}, arguments); },
|
|
3438
|
-
|
|
3497
|
+
__wbg_texSubImage3D_da3f8aa99d9a3b07: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
|
|
3439
3498
|
arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
|
|
3440
3499
|
}, arguments); },
|
|
3441
|
-
|
|
3500
|
+
__wbg_texSubImage3D_dcd5f94889699451: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
|
|
3442
3501
|
arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
|
|
3443
3502
|
}, arguments); },
|
|
3444
|
-
|
|
3503
|
+
__wbg_texSubImage3D_edaa3ed22d2c2d80: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
|
|
3445
3504
|
arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
|
|
3446
3505
|
}, arguments); },
|
|
3447
|
-
|
|
3506
|
+
__wbg_then_00eed3ac0b8e82cb: function(arg0, arg1, arg2) {
|
|
3507
|
+
const ret = arg0.then(arg1, arg2);
|
|
3508
|
+
return ret;
|
|
3509
|
+
},
|
|
3510
|
+
__wbg_then_479d77cb064907ee: function(arg0, arg1, arg2) {
|
|
3448
3511
|
const ret = arg0.then(arg1, arg2);
|
|
3449
3512
|
return ret;
|
|
3450
3513
|
},
|
|
3451
|
-
|
|
3514
|
+
__wbg_then_a0c8db0381c8994c: function(arg0, arg1) {
|
|
3452
3515
|
const ret = arg0.then(arg1);
|
|
3453
3516
|
return ret;
|
|
3454
3517
|
},
|
|
3455
|
-
|
|
3456
|
-
const ret =
|
|
3457
|
-
|
|
3458
|
-
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
3518
|
+
__wbg_timestamp_32a2f0974541dae3: function(arg0) {
|
|
3519
|
+
const ret = arg0.timestamp;
|
|
3520
|
+
return ret;
|
|
3459
3521
|
},
|
|
3460
|
-
|
|
3522
|
+
__wbg_toString_6bb93e4c281b55a5: function(arg0) {
|
|
3461
3523
|
const ret = arg0.toString();
|
|
3462
3524
|
return ret;
|
|
3463
3525
|
},
|
|
3464
|
-
|
|
3526
|
+
__wbg_toString_891d991e862e1d44: function(arg0) {
|
|
3465
3527
|
const ret = arg0.toString();
|
|
3466
3528
|
return ret;
|
|
3467
3529
|
},
|
|
3468
|
-
|
|
3530
|
+
__wbg_top_a1a3c9fce4b7bf79: function(arg0) {
|
|
3469
3531
|
const ret = arg0.top;
|
|
3470
3532
|
return ret;
|
|
3471
3533
|
},
|
|
3472
|
-
|
|
3534
|
+
__wbg_touches_077e4a58ee8e1500: function(arg0) {
|
|
3473
3535
|
const ret = arg0.touches;
|
|
3474
3536
|
return ret;
|
|
3475
3537
|
},
|
|
3476
|
-
|
|
3477
|
-
console.trace(getStringFromWasm0(arg0, arg1));
|
|
3478
|
-
},
|
|
3479
|
-
__wbg_type_9a3860e6dd3a4156: function(arg0, arg1) {
|
|
3538
|
+
__wbg_type_519bcbe4568b18ef: function(arg0, arg1) {
|
|
3480
3539
|
const ret = arg1.type;
|
|
3481
3540
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3482
3541
|
const len1 = WASM_VECTOR_LEN;
|
|
3483
3542
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3484
3543
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3485
3544
|
},
|
|
3486
|
-
|
|
3545
|
+
__wbg_type_8f15c453c9572b22: function(arg0, arg1) {
|
|
3487
3546
|
const ret = arg1.type;
|
|
3488
3547
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3489
3548
|
const len1 = WASM_VECTOR_LEN;
|
|
3490
3549
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3491
3550
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3492
3551
|
},
|
|
3493
|
-
|
|
3552
|
+
__wbg_uniform1f_3bfa2bd6c7fc00d4: function(arg0, arg1, arg2) {
|
|
3494
3553
|
arg0.uniform1f(arg1, arg2);
|
|
3495
3554
|
},
|
|
3496
|
-
|
|
3555
|
+
__wbg_uniform1f_fc8bddcb58797aec: function(arg0, arg1, arg2) {
|
|
3497
3556
|
arg0.uniform1f(arg1, arg2);
|
|
3498
3557
|
},
|
|
3499
|
-
|
|
3558
|
+
__wbg_uniform1i_a2d71c729752832f: function(arg0, arg1, arg2) {
|
|
3500
3559
|
arg0.uniform1i(arg1, arg2);
|
|
3501
3560
|
},
|
|
3502
|
-
|
|
3561
|
+
__wbg_uniform1i_acce06d190ce18d5: function(arg0, arg1, arg2) {
|
|
3503
3562
|
arg0.uniform1i(arg1, arg2);
|
|
3504
3563
|
},
|
|
3505
|
-
|
|
3564
|
+
__wbg_uniform1ui_d7a2cf8ee1de7325: function(arg0, arg1, arg2) {
|
|
3506
3565
|
arg0.uniform1ui(arg1, arg2 >>> 0);
|
|
3507
3566
|
},
|
|
3508
|
-
|
|
3567
|
+
__wbg_uniform2fv_1dc67fed5264c610: function(arg0, arg1, arg2, arg3) {
|
|
3509
3568
|
arg0.uniform2fv(arg1, getArrayF32FromWasm0(arg2, arg3));
|
|
3510
3569
|
},
|
|
3511
|
-
|
|
3570
|
+
__wbg_uniform2fv_32ae18850ee36360: function(arg0, arg1, arg2, arg3) {
|
|
3512
3571
|
arg0.uniform2fv(arg1, getArrayF32FromWasm0(arg2, arg3));
|
|
3513
3572
|
},
|
|
3514
|
-
|
|
3573
|
+
__wbg_uniform2iv_80957dd3c0011c0b: function(arg0, arg1, arg2, arg3) {
|
|
3515
3574
|
arg0.uniform2iv(arg1, getArrayI32FromWasm0(arg2, arg3));
|
|
3516
3575
|
},
|
|
3517
|
-
|
|
3576
|
+
__wbg_uniform2iv_81603aa19386125f: function(arg0, arg1, arg2, arg3) {
|
|
3518
3577
|
arg0.uniform2iv(arg1, getArrayI32FromWasm0(arg2, arg3));
|
|
3519
3578
|
},
|
|
3520
|
-
|
|
3579
|
+
__wbg_uniform2uiv_1e6408df9680634c: function(arg0, arg1, arg2, arg3) {
|
|
3521
3580
|
arg0.uniform2uiv(arg1, getArrayU32FromWasm0(arg2, arg3));
|
|
3522
3581
|
},
|
|
3523
|
-
|
|
3582
|
+
__wbg_uniform3fv_667c3b6d0f6f5bb9: function(arg0, arg1, arg2, arg3) {
|
|
3524
3583
|
arg0.uniform3fv(arg1, getArrayF32FromWasm0(arg2, arg3));
|
|
3525
3584
|
},
|
|
3526
|
-
|
|
3585
|
+
__wbg_uniform3fv_a4a3b6f42df10d24: function(arg0, arg1, arg2, arg3) {
|
|
3527
3586
|
arg0.uniform3fv(arg1, getArrayF32FromWasm0(arg2, arg3));
|
|
3528
3587
|
},
|
|
3529
|
-
|
|
3588
|
+
__wbg_uniform3iv_5476a7841a1be50a: function(arg0, arg1, arg2, arg3) {
|
|
3530
3589
|
arg0.uniform3iv(arg1, getArrayI32FromWasm0(arg2, arg3));
|
|
3531
3590
|
},
|
|
3532
|
-
|
|
3591
|
+
__wbg_uniform3iv_739b2cd97bded380: function(arg0, arg1, arg2, arg3) {
|
|
3533
3592
|
arg0.uniform3iv(arg1, getArrayI32FromWasm0(arg2, arg3));
|
|
3534
3593
|
},
|
|
3535
|
-
|
|
3594
|
+
__wbg_uniform3uiv_6b0e93be0f86cc3c: function(arg0, arg1, arg2, arg3) {
|
|
3536
3595
|
arg0.uniform3uiv(arg1, getArrayU32FromWasm0(arg2, arg3));
|
|
3537
3596
|
},
|
|
3538
|
-
|
|
3597
|
+
__wbg_uniform4f_21572347c73b60b8: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
3539
3598
|
arg0.uniform4f(arg1, arg2, arg3, arg4, arg5);
|
|
3540
3599
|
},
|
|
3541
|
-
|
|
3600
|
+
__wbg_uniform4f_50286376821185ad: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
3542
3601
|
arg0.uniform4f(arg1, arg2, arg3, arg4, arg5);
|
|
3543
3602
|
},
|
|
3544
|
-
|
|
3603
|
+
__wbg_uniform4fv_f28a8dec371262c5: function(arg0, arg1, arg2, arg3) {
|
|
3545
3604
|
arg0.uniform4fv(arg1, getArrayF32FromWasm0(arg2, arg3));
|
|
3546
3605
|
},
|
|
3547
|
-
|
|
3606
|
+
__wbg_uniform4fv_ffa80ce12adb181d: function(arg0, arg1, arg2, arg3) {
|
|
3548
3607
|
arg0.uniform4fv(arg1, getArrayF32FromWasm0(arg2, arg3));
|
|
3549
3608
|
},
|
|
3550
|
-
|
|
3609
|
+
__wbg_uniform4iv_45f0c9ae8bad51b8: function(arg0, arg1, arg2, arg3) {
|
|
3551
3610
|
arg0.uniform4iv(arg1, getArrayI32FromWasm0(arg2, arg3));
|
|
3552
3611
|
},
|
|
3553
|
-
|
|
3612
|
+
__wbg_uniform4iv_f854c848a093b864: function(arg0, arg1, arg2, arg3) {
|
|
3554
3613
|
arg0.uniform4iv(arg1, getArrayI32FromWasm0(arg2, arg3));
|
|
3555
3614
|
},
|
|
3556
|
-
|
|
3615
|
+
__wbg_uniform4uiv_846e7f401ec81902: function(arg0, arg1, arg2, arg3) {
|
|
3557
3616
|
arg0.uniform4uiv(arg1, getArrayU32FromWasm0(arg2, arg3));
|
|
3558
3617
|
},
|
|
3559
|
-
|
|
3618
|
+
__wbg_uniformBlockBinding_0ed4d9a8f2505d33: function(arg0, arg1, arg2, arg3) {
|
|
3560
3619
|
arg0.uniformBlockBinding(arg1, arg2 >>> 0, arg3 >>> 0);
|
|
3561
3620
|
},
|
|
3562
|
-
|
|
3621
|
+
__wbg_uniformMatrix2fv_172f98e9a2a32678: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3563
3622
|
arg0.uniformMatrix2fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
3564
3623
|
},
|
|
3565
|
-
|
|
3624
|
+
__wbg_uniformMatrix2fv_86768d70b036fe99: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3566
3625
|
arg0.uniformMatrix2fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
3567
3626
|
},
|
|
3568
|
-
|
|
3627
|
+
__wbg_uniformMatrix2x3fv_41c23e66a9d45d9b: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3569
3628
|
arg0.uniformMatrix2x3fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
3570
3629
|
},
|
|
3571
|
-
|
|
3630
|
+
__wbg_uniformMatrix2x4fv_183cd035e168f730: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3572
3631
|
arg0.uniformMatrix2x4fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
3573
3632
|
},
|
|
3574
|
-
|
|
3633
|
+
__wbg_uniformMatrix3fv_4a4f2baed9433227: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3575
3634
|
arg0.uniformMatrix3fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
3576
3635
|
},
|
|
3577
|
-
|
|
3636
|
+
__wbg_uniformMatrix3fv_dc7481350ed17ade: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3578
3637
|
arg0.uniformMatrix3fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
3579
3638
|
},
|
|
3580
|
-
|
|
3639
|
+
__wbg_uniformMatrix3x2fv_f8d83f5511a427ad: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3581
3640
|
arg0.uniformMatrix3x2fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
3582
3641
|
},
|
|
3583
|
-
|
|
3642
|
+
__wbg_uniformMatrix3x4fv_4142ecf80ac378f8: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3584
3643
|
arg0.uniformMatrix3x4fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
3585
3644
|
},
|
|
3586
|
-
|
|
3645
|
+
__wbg_uniformMatrix4fv_5395d1840e1704d7: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3587
3646
|
arg0.uniformMatrix4fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
3588
3647
|
},
|
|
3589
|
-
|
|
3648
|
+
__wbg_uniformMatrix4fv_b5e679a62b62a98d: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3590
3649
|
arg0.uniformMatrix4fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
3591
3650
|
},
|
|
3592
|
-
|
|
3651
|
+
__wbg_uniformMatrix4x2fv_aef25c3108f8e952: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3593
3652
|
arg0.uniformMatrix4x2fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
3594
3653
|
},
|
|
3595
|
-
|
|
3654
|
+
__wbg_uniformMatrix4x3fv_eec7712cae03a7f1: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3596
3655
|
arg0.uniformMatrix4x3fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
3597
3656
|
},
|
|
3598
|
-
|
|
3657
|
+
__wbg_unmap_817a2e3248a553fb: function(arg0) {
|
|
3599
3658
|
arg0.unmap();
|
|
3600
3659
|
},
|
|
3601
|
-
|
|
3660
|
+
__wbg_url_95d8a83d33709572: function(arg0, arg1) {
|
|
3602
3661
|
const ret = arg1.url;
|
|
3603
3662
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3604
3663
|
const len1 = WASM_VECTOR_LEN;
|
|
3605
3664
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3606
3665
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3607
3666
|
},
|
|
3608
|
-
|
|
3667
|
+
__wbg_usage_265ef3d88b112387: function(arg0) {
|
|
3609
3668
|
const ret = arg0.usage;
|
|
3610
3669
|
return ret;
|
|
3611
3670
|
},
|
|
3612
|
-
|
|
3671
|
+
__wbg_useProgram_a2f83fab51c79f54: function(arg0, arg1) {
|
|
3613
3672
|
arg0.useProgram(arg1);
|
|
3614
3673
|
},
|
|
3615
|
-
|
|
3674
|
+
__wbg_useProgram_f79c775d2e8824a9: function(arg0, arg1) {
|
|
3616
3675
|
arg0.useProgram(arg1);
|
|
3617
3676
|
},
|
|
3618
|
-
|
|
3677
|
+
__wbg_userActivation_16761a917b187328: function(arg0) {
|
|
3619
3678
|
const ret = arg0.userActivation;
|
|
3620
3679
|
return ret;
|
|
3621
3680
|
},
|
|
3622
|
-
|
|
3681
|
+
__wbg_userAgent_d58193cc32293b16: function() { return handleError(function (arg0, arg1) {
|
|
3623
3682
|
const ret = arg1.userAgent;
|
|
3624
3683
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3625
3684
|
const len1 = WASM_VECTOR_LEN;
|
|
3626
3685
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3627
3686
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3628
3687
|
}, arguments); },
|
|
3629
|
-
|
|
3688
|
+
__wbg_valueOf_4a6bac551a5efb8f: function(arg0) {
|
|
3630
3689
|
const ret = arg0.valueOf();
|
|
3631
3690
|
return ret;
|
|
3632
3691
|
},
|
|
3633
|
-
|
|
3692
|
+
__wbg_value_7f6052747ccf940f: function(arg0) {
|
|
3634
3693
|
const ret = arg0.value;
|
|
3635
3694
|
return ret;
|
|
3636
3695
|
},
|
|
3637
|
-
|
|
3696
|
+
__wbg_value_c88240b8ee29611a: function(arg0, arg1) {
|
|
3638
3697
|
const ret = arg1.value;
|
|
3639
3698
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3640
3699
|
const len1 = WASM_VECTOR_LEN;
|
|
3641
3700
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3642
3701
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3643
3702
|
},
|
|
3644
|
-
|
|
3703
|
+
__wbg_vertexAttribDivisorANGLE_1229b2a341928b1a: function(arg0, arg1, arg2) {
|
|
3645
3704
|
arg0.vertexAttribDivisorANGLE(arg1 >>> 0, arg2 >>> 0);
|
|
3646
3705
|
},
|
|
3647
|
-
|
|
3706
|
+
__wbg_vertexAttribDivisor_01d7e6446210d446: function(arg0, arg1, arg2) {
|
|
3648
3707
|
arg0.vertexAttribDivisor(arg1 >>> 0, arg2 >>> 0);
|
|
3649
3708
|
},
|
|
3650
|
-
|
|
3709
|
+
__wbg_vertexAttribIPointer_9ea5ec1a58b61fcf: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
3651
3710
|
arg0.vertexAttribIPointer(arg1 >>> 0, arg2, arg3 >>> 0, arg4, arg5);
|
|
3652
3711
|
},
|
|
3653
|
-
|
|
3712
|
+
__wbg_vertexAttribPointer_63d8611810159fd4: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
3654
3713
|
arg0.vertexAttribPointer(arg1 >>> 0, arg2, arg3 >>> 0, arg4 !== 0, arg5, arg6);
|
|
3655
3714
|
},
|
|
3656
|
-
|
|
3715
|
+
__wbg_vertexAttribPointer_7db76295987fda72: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
3657
3716
|
arg0.vertexAttribPointer(arg1 >>> 0, arg2, arg3 >>> 0, arg4 !== 0, arg5, arg6);
|
|
3658
3717
|
},
|
|
3659
|
-
|
|
3718
|
+
__wbg_videoHeight_45a0ae1e784283ef: function(arg0) {
|
|
3660
3719
|
const ret = arg0.videoHeight;
|
|
3661
3720
|
return ret;
|
|
3662
3721
|
},
|
|
3663
|
-
|
|
3722
|
+
__wbg_videoWidth_7940100dd8fd6df7: function(arg0) {
|
|
3664
3723
|
const ret = arg0.videoWidth;
|
|
3665
3724
|
return ret;
|
|
3666
3725
|
},
|
|
3667
|
-
|
|
3726
|
+
__wbg_view_066479053a371038: function(arg0) {
|
|
3668
3727
|
const ret = arg0.view;
|
|
3669
3728
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
3670
3729
|
},
|
|
3671
|
-
|
|
3730
|
+
__wbg_viewport_1ac0b434f13a485b: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3672
3731
|
arg0.viewport(arg1, arg2, arg3, arg4);
|
|
3673
3732
|
},
|
|
3674
|
-
|
|
3733
|
+
__wbg_viewport_de5bbf3f5c97bfcf: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3675
3734
|
arg0.viewport(arg1, arg2, arg3, arg4);
|
|
3676
3735
|
},
|
|
3677
|
-
|
|
3678
|
-
console.warn(
|
|
3736
|
+
__wbg_warn_2b0a27f629a4bb1e: function(arg0) {
|
|
3737
|
+
console.warn(arg0);
|
|
3738
|
+
},
|
|
3739
|
+
__wbg_warn_b5013c1036317367: function(arg0, arg1, arg2, arg3) {
|
|
3740
|
+
console.warn(arg0, arg1, arg2, arg3);
|
|
3679
3741
|
},
|
|
3680
|
-
|
|
3742
|
+
__wbg_width_4e12e0c19210bcc8: function(arg0) {
|
|
3681
3743
|
const ret = arg0.width;
|
|
3682
3744
|
return ret;
|
|
3683
3745
|
},
|
|
3684
|
-
|
|
3746
|
+
__wbg_width_63032419f7a6952d: function(arg0) {
|
|
3685
3747
|
const ret = arg0.width;
|
|
3686
3748
|
return ret;
|
|
3687
3749
|
},
|
|
3688
|
-
|
|
3750
|
+
__wbg_width_80cea93fc7f63070: function(arg0) {
|
|
3689
3751
|
const ret = arg0.width;
|
|
3690
3752
|
return ret;
|
|
3691
3753
|
},
|
|
3692
|
-
|
|
3754
|
+
__wbg_width_92a77379d26c23da: function(arg0) {
|
|
3693
3755
|
const ret = arg0.width;
|
|
3694
3756
|
return ret;
|
|
3695
3757
|
},
|
|
3696
|
-
|
|
3758
|
+
__wbg_width_9a5800683afb6ee8: function(arg0) {
|
|
3697
3759
|
const ret = arg0.width;
|
|
3698
3760
|
return ret;
|
|
3699
3761
|
},
|
|
3700
|
-
|
|
3762
|
+
__wbg_width_e05356ef08639ff5: function(arg0) {
|
|
3701
3763
|
const ret = arg0.width;
|
|
3702
3764
|
return ret;
|
|
3703
3765
|
},
|
|
3704
|
-
|
|
3766
|
+
__wbg_writeBuffer_24a10bfd5a8a57f7: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
3705
3767
|
arg0.writeBuffer(arg1, arg2, getArrayU8FromWasm0(arg3, arg4), arg5, arg6);
|
|
3706
3768
|
}, arguments); },
|
|
3707
|
-
|
|
3769
|
+
__wbg_writeText_622762687282c553: function(arg0, arg1, arg2) {
|
|
3708
3770
|
const ret = arg0.writeText(getStringFromWasm0(arg1, arg2));
|
|
3709
3771
|
return ret;
|
|
3710
3772
|
},
|
|
3711
|
-
|
|
3773
|
+
__wbg_writeTexture_acb28796746826c8: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
3712
3774
|
arg0.writeTexture(arg1, getArrayU8FromWasm0(arg2, arg3), arg4, arg5);
|
|
3713
3775
|
}, arguments); },
|
|
3714
|
-
|
|
3776
|
+
__wbg_write_00f6c35f2c69124a: function(arg0, arg1) {
|
|
3715
3777
|
const ret = arg0.write(arg1);
|
|
3716
3778
|
return ret;
|
|
3717
3779
|
},
|
|
3718
3780
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
3719
|
-
// Cast intrinsic for `Closure(Closure {
|
|
3720
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3781
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 22481, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3782
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h7f5990dfa2f7a966);
|
|
3721
3783
|
return ret;
|
|
3722
3784
|
},
|
|
3723
3785
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
3724
|
-
// Cast intrinsic for `Closure(Closure {
|
|
3725
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3786
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 30937, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3787
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hef8875643428db4b);
|
|
3726
3788
|
return ret;
|
|
3727
3789
|
},
|
|
3728
3790
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
3729
|
-
// Cast intrinsic for `Closure(Closure {
|
|
3730
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3791
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 31834, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
3792
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h1a499476b940c1a3);
|
|
3731
3793
|
return ret;
|
|
3732
3794
|
},
|
|
3733
3795
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
3734
|
-
// Cast intrinsic for `Closure(Closure {
|
|
3735
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3796
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Array<any>")], shim_idx: 21884, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3797
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h113a3b6292bca4c3);
|
|
3736
3798
|
return ret;
|
|
3737
3799
|
},
|
|
3738
3800
|
__wbindgen_cast_0000000000000005: function(arg0, arg1) {
|
|
3739
|
-
// Cast intrinsic for `Closure(Closure {
|
|
3740
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3801
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Error")], shim_idx: 26482, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3802
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h146b231274b978ee);
|
|
3741
3803
|
return ret;
|
|
3742
3804
|
},
|
|
3743
3805
|
__wbindgen_cast_0000000000000006: function(arg0, arg1) {
|
|
3744
|
-
// Cast intrinsic for `Closure(Closure {
|
|
3745
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3806
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Event")], shim_idx: 21884, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3807
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h113a3b6292bca4c3_5);
|
|
3746
3808
|
return ret;
|
|
3747
3809
|
},
|
|
3748
3810
|
__wbindgen_cast_0000000000000007: function(arg0, arg1) {
|
|
3749
|
-
// Cast intrinsic for `Closure(Closure {
|
|
3750
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3811
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("GPUUncapturedErrorEvent")], shim_idx: 22481, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3812
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h7f5990dfa2f7a966_6);
|
|
3751
3813
|
return ret;
|
|
3752
3814
|
},
|
|
3753
3815
|
__wbindgen_cast_0000000000000008: function(arg0, arg1) {
|
|
3754
|
-
// Cast intrinsic for `Closure(Closure {
|
|
3755
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3816
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("PopStateEvent")], shim_idx: 7, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
3817
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hd33be00722191293);
|
|
3756
3818
|
return ret;
|
|
3757
3819
|
},
|
|
3758
3820
|
__wbindgen_cast_0000000000000009: function(arg0, arg1) {
|
|
3759
|
-
// Cast intrinsic for `Closure(Closure {
|
|
3760
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3821
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("StorageEvent")], shim_idx: 3524, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3822
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h15360cd0644adfb0);
|
|
3761
3823
|
return ret;
|
|
3762
3824
|
},
|
|
3763
3825
|
__wbindgen_cast_000000000000000a: function(arg0, arg1) {
|
|
3764
|
-
// Cast intrinsic for `Closure(Closure {
|
|
3765
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3826
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("VideoFrame")], shim_idx: 26482, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3827
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h146b231274b978ee_9);
|
|
3766
3828
|
return ret;
|
|
3767
3829
|
},
|
|
3768
3830
|
__wbindgen_cast_000000000000000b: function(arg0, arg1) {
|
|
3769
|
-
// Cast intrinsic for `Closure(Closure {
|
|
3770
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3831
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("undefined")], shim_idx: 26481, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
3832
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h23c293509a282627);
|
|
3771
3833
|
return ret;
|
|
3772
3834
|
},
|
|
3773
3835
|
__wbindgen_cast_000000000000000c: function(arg0, arg1) {
|
|
3774
|
-
// Cast intrinsic for `Closure(Closure {
|
|
3775
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3836
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 1556, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3837
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hf7a14ab725fc9a82);
|
|
3838
|
+
return ret;
|
|
3839
|
+
},
|
|
3840
|
+
__wbindgen_cast_000000000000000d: function(arg0, arg1) {
|
|
3841
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 21883, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
3842
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h888f695dbf200fbf);
|
|
3776
3843
|
return ret;
|
|
3777
3844
|
},
|
|
3778
|
-
|
|
3845
|
+
__wbindgen_cast_000000000000000e: function(arg0, arg1) {
|
|
3846
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 26981, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3847
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hd68d6d7df2a6dcd9);
|
|
3848
|
+
return ret;
|
|
3849
|
+
},
|
|
3850
|
+
__wbindgen_cast_000000000000000f: function(arg0, arg1) {
|
|
3851
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 6212, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3852
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h2fac9182467b83c4);
|
|
3853
|
+
return ret;
|
|
3854
|
+
},
|
|
3855
|
+
__wbindgen_cast_0000000000000010: function(arg0) {
|
|
3779
3856
|
// Cast intrinsic for `F64 -> Externref`.
|
|
3780
3857
|
const ret = arg0;
|
|
3781
3858
|
return ret;
|
|
3782
3859
|
},
|
|
3783
|
-
|
|
3860
|
+
__wbindgen_cast_0000000000000011: function(arg0, arg1) {
|
|
3784
3861
|
// Cast intrinsic for `Ref(Slice(F32)) -> NamedExternref("Float32Array")`.
|
|
3785
3862
|
const ret = getArrayF32FromWasm0(arg0, arg1);
|
|
3786
3863
|
return ret;
|
|
3787
3864
|
},
|
|
3788
|
-
|
|
3865
|
+
__wbindgen_cast_0000000000000012: function(arg0, arg1) {
|
|
3789
3866
|
// Cast intrinsic for `Ref(Slice(I16)) -> NamedExternref("Int16Array")`.
|
|
3790
3867
|
const ret = getArrayI16FromWasm0(arg0, arg1);
|
|
3791
3868
|
return ret;
|
|
3792
3869
|
},
|
|
3793
|
-
|
|
3870
|
+
__wbindgen_cast_0000000000000013: function(arg0, arg1) {
|
|
3794
3871
|
// Cast intrinsic for `Ref(Slice(I32)) -> NamedExternref("Int32Array")`.
|
|
3795
3872
|
const ret = getArrayI32FromWasm0(arg0, arg1);
|
|
3796
3873
|
return ret;
|
|
3797
3874
|
},
|
|
3798
|
-
|
|
3875
|
+
__wbindgen_cast_0000000000000014: function(arg0, arg1) {
|
|
3799
3876
|
// Cast intrinsic for `Ref(Slice(I8)) -> NamedExternref("Int8Array")`.
|
|
3800
3877
|
const ret = getArrayI8FromWasm0(arg0, arg1);
|
|
3801
3878
|
return ret;
|
|
3802
3879
|
},
|
|
3803
|
-
|
|
3880
|
+
__wbindgen_cast_0000000000000015: function(arg0, arg1) {
|
|
3804
3881
|
// Cast intrinsic for `Ref(Slice(U16)) -> NamedExternref("Uint16Array")`.
|
|
3805
3882
|
const ret = getArrayU16FromWasm0(arg0, arg1);
|
|
3806
3883
|
return ret;
|
|
3807
3884
|
},
|
|
3808
|
-
|
|
3885
|
+
__wbindgen_cast_0000000000000016: function(arg0, arg1) {
|
|
3809
3886
|
// Cast intrinsic for `Ref(Slice(U32)) -> NamedExternref("Uint32Array")`.
|
|
3810
3887
|
const ret = getArrayU32FromWasm0(arg0, arg1);
|
|
3811
3888
|
return ret;
|
|
3812
3889
|
},
|
|
3813
|
-
|
|
3890
|
+
__wbindgen_cast_0000000000000017: function(arg0, arg1) {
|
|
3814
3891
|
// Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
|
|
3815
3892
|
const ret = getArrayU8FromWasm0(arg0, arg1);
|
|
3816
3893
|
return ret;
|
|
3817
3894
|
},
|
|
3818
|
-
|
|
3895
|
+
__wbindgen_cast_0000000000000018: function(arg0, arg1) {
|
|
3819
3896
|
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
3820
3897
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
3821
3898
|
return ret;
|
|
@@ -3836,54 +3913,80 @@ const exports = { __proto__: null };
|
|
|
3836
3913
|
};
|
|
3837
3914
|
}
|
|
3838
3915
|
|
|
3839
|
-
function
|
|
3840
|
-
wasm.
|
|
3916
|
+
function wasm_bindgen__convert__closures_____invoke__hf7a14ab725fc9a82(arg0, arg1) {
|
|
3917
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hf7a14ab725fc9a82(arg0, arg1);
|
|
3841
3918
|
}
|
|
3842
3919
|
|
|
3843
|
-
function
|
|
3844
|
-
wasm.
|
|
3920
|
+
function wasm_bindgen__convert__closures_____invoke__hd68d6d7df2a6dcd9(arg0, arg1) {
|
|
3921
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hd68d6d7df2a6dcd9(arg0, arg1);
|
|
3845
3922
|
}
|
|
3846
3923
|
|
|
3847
|
-
function
|
|
3848
|
-
wasm.
|
|
3924
|
+
function wasm_bindgen__convert__closures_____invoke__h2fac9182467b83c4(arg0, arg1) {
|
|
3925
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h2fac9182467b83c4(arg0, arg1);
|
|
3849
3926
|
}
|
|
3850
3927
|
|
|
3851
|
-
function
|
|
3852
|
-
const ret = wasm.
|
|
3928
|
+
function wasm_bindgen__convert__closures_____invoke__h888f695dbf200fbf(arg0, arg1) {
|
|
3929
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__h888f695dbf200fbf(arg0, arg1);
|
|
3853
3930
|
if (ret[1]) {
|
|
3854
3931
|
throw takeFromExternrefTable0(ret[0]);
|
|
3855
3932
|
}
|
|
3856
3933
|
}
|
|
3857
3934
|
|
|
3858
|
-
function
|
|
3859
|
-
wasm.
|
|
3935
|
+
function wasm_bindgen__convert__closures_____invoke__h7f5990dfa2f7a966(arg0, arg1, arg2) {
|
|
3936
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7f5990dfa2f7a966(arg0, arg1, arg2);
|
|
3937
|
+
}
|
|
3938
|
+
|
|
3939
|
+
function wasm_bindgen__convert__closures_____invoke__hef8875643428db4b(arg0, arg1, arg2) {
|
|
3940
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hef8875643428db4b(arg0, arg1, arg2);
|
|
3941
|
+
}
|
|
3942
|
+
|
|
3943
|
+
function wasm_bindgen__convert__closures_____invoke__h113a3b6292bca4c3(arg0, arg1, arg2) {
|
|
3944
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h113a3b6292bca4c3(arg0, arg1, arg2);
|
|
3945
|
+
}
|
|
3946
|
+
|
|
3947
|
+
function wasm_bindgen__convert__closures_____invoke__h146b231274b978ee(arg0, arg1, arg2) {
|
|
3948
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h146b231274b978ee(arg0, arg1, arg2);
|
|
3860
3949
|
}
|
|
3861
3950
|
|
|
3862
|
-
function
|
|
3863
|
-
wasm.
|
|
3951
|
+
function wasm_bindgen__convert__closures_____invoke__h113a3b6292bca4c3_5(arg0, arg1, arg2) {
|
|
3952
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h113a3b6292bca4c3_5(arg0, arg1, arg2);
|
|
3864
3953
|
}
|
|
3865
3954
|
|
|
3866
|
-
function
|
|
3867
|
-
wasm.
|
|
3955
|
+
function wasm_bindgen__convert__closures_____invoke__h7f5990dfa2f7a966_6(arg0, arg1, arg2) {
|
|
3956
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7f5990dfa2f7a966_6(arg0, arg1, arg2);
|
|
3868
3957
|
}
|
|
3869
3958
|
|
|
3870
|
-
function
|
|
3871
|
-
wasm.
|
|
3959
|
+
function wasm_bindgen__convert__closures_____invoke__h15360cd0644adfb0(arg0, arg1, arg2) {
|
|
3960
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h15360cd0644adfb0(arg0, arg1, arg2);
|
|
3872
3961
|
}
|
|
3873
3962
|
|
|
3874
|
-
function
|
|
3875
|
-
wasm.
|
|
3963
|
+
function wasm_bindgen__convert__closures_____invoke__h146b231274b978ee_9(arg0, arg1, arg2) {
|
|
3964
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h146b231274b978ee_9(arg0, arg1, arg2);
|
|
3876
3965
|
}
|
|
3877
3966
|
|
|
3878
|
-
function
|
|
3879
|
-
const ret = wasm.
|
|
3967
|
+
function wasm_bindgen__convert__closures_____invoke__h1a499476b940c1a3(arg0, arg1, arg2) {
|
|
3968
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__h1a499476b940c1a3(arg0, arg1, arg2);
|
|
3880
3969
|
if (ret[1]) {
|
|
3881
3970
|
throw takeFromExternrefTable0(ret[0]);
|
|
3882
3971
|
}
|
|
3883
3972
|
}
|
|
3884
3973
|
|
|
3885
|
-
function
|
|
3886
|
-
wasm.
|
|
3974
|
+
function wasm_bindgen__convert__closures_____invoke__hd33be00722191293(arg0, arg1, arg2) {
|
|
3975
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__hd33be00722191293(arg0, arg1, arg2);
|
|
3976
|
+
if (ret[1]) {
|
|
3977
|
+
throw takeFromExternrefTable0(ret[0]);
|
|
3978
|
+
}
|
|
3979
|
+
}
|
|
3980
|
+
|
|
3981
|
+
function wasm_bindgen__convert__closures_____invoke__h23c293509a282627(arg0, arg1, arg2) {
|
|
3982
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__h23c293509a282627(arg0, arg1, arg2);
|
|
3983
|
+
if (ret[1]) {
|
|
3984
|
+
throw takeFromExternrefTable0(ret[0]);
|
|
3985
|
+
}
|
|
3986
|
+
}
|
|
3987
|
+
|
|
3988
|
+
function wasm_bindgen__convert__closures_____invoke__h08eb2ec0200b261d(arg0, arg1, arg2, arg3) {
|
|
3989
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h08eb2ec0200b261d(arg0, arg1, arg2, arg3);
|
|
3887
3990
|
}
|
|
3888
3991
|
|
|
3889
3992
|
|
|
@@ -4009,7 +4112,7 @@ const exports = { __proto__: null };
|
|
|
4009
4112
|
const CLOSURE_DTORS = (typeof FinalizationRegistry === 'undefined')
|
|
4010
4113
|
? { register: () => {}, unregister: () => {} }
|
|
4011
4114
|
: new FinalizationRegistry(state => {
|
|
4012
|
-
if (wasm)
|
|
4115
|
+
if (wasm) wasm.__wbindgen_destroy_closure(state.a, state.b);
|
|
4013
4116
|
});
|
|
4014
4117
|
|
|
4015
4118
|
function debugString(val) {
|
|
@@ -4194,17 +4297,14 @@ const exports = { __proto__: null };
|
|
|
4194
4297
|
return x === undefined || x === null;
|
|
4195
4298
|
}
|
|
4196
4299
|
|
|
4197
|
-
function makeMutClosure(arg0, arg1,
|
|
4198
|
-
const state = { a: arg0, b: arg1, cnt: 1
|
|
4300
|
+
function makeMutClosure(arg0, arg1, f) {
|
|
4301
|
+
const state = { a: arg0, b: arg1, cnt: 1 };
|
|
4199
4302
|
const real = (...args) => {
|
|
4200
|
-
|
|
4201
|
-
// First up with a closure we increment the internal reference
|
|
4202
|
-
// count. This ensures that the Rust closure environment won't
|
|
4203
|
-
// be deallocated while we're invoking it.
|
|
4204
4303
|
state.cnt++;
|
|
4205
4304
|
const a = state.a;
|
|
4206
4305
|
state.a = 0;
|
|
4207
4306
|
try {
|
|
4307
|
+
if (!wasm) return;
|
|
4208
4308
|
return f(a, state.b, ...args);
|
|
4209
4309
|
} finally {
|
|
4210
4310
|
state.a = a;
|
|
@@ -4213,7 +4313,7 @@ const exports = { __proto__: null };
|
|
|
4213
4313
|
};
|
|
4214
4314
|
real._wbg_cb_unref = () => {
|
|
4215
4315
|
if (--state.cnt === 0) {
|
|
4216
|
-
|
|
4316
|
+
if (wasm) wasm.__wbindgen_destroy_closure(state.a, state.b);
|
|
4217
4317
|
state.a = 0;
|
|
4218
4318
|
CLOSURE_DTORS.unregister(state);
|
|
4219
4319
|
}
|
|
@@ -4229,6 +4329,16 @@ const exports = { __proto__: null };
|
|
|
4229
4329
|
return ptr;
|
|
4230
4330
|
}
|
|
4231
4331
|
|
|
4332
|
+
function passArrayJsValueToWasm0(array, malloc) {
|
|
4333
|
+
const ptr = malloc(array.length * 4, 4) >>> 0;
|
|
4334
|
+
for (let i = 0; i < array.length; i++) {
|
|
4335
|
+
const add = addToExternrefTable0(array[i]);
|
|
4336
|
+
getDataViewMemory0().setUint32(ptr + 4 * i, add, true);
|
|
4337
|
+
}
|
|
4338
|
+
WASM_VECTOR_LEN = array.length;
|
|
4339
|
+
return ptr;
|
|
4340
|
+
}
|
|
4341
|
+
|
|
4232
4342
|
function passStringToWasm0(arg, malloc, realloc) {
|
|
4233
4343
|
if (realloc === undefined) {
|
|
4234
4344
|
const buf = cachedTextEncoder.encode(arg);
|