runmat 0.5.2 → 0.5.3-dev.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.
Files changed (128) hide show
  1. package/artifacts/stdlib.snapshot +0 -0
  2. package/dist/fs/index.d.ts +1 -1
  3. package/dist/fs/index.d.ts.map +1 -1
  4. package/dist/fs/provider-types.d.ts +15 -0
  5. package/dist/fs/provider-types.d.ts.map +1 -1
  6. package/dist/generated/builtin-examples-catalog.d.ts.map +1 -1
  7. package/dist/generated/builtin-examples-catalog.js +1 -1
  8. package/dist/generated/builtin-examples-catalog.js.map +1 -1
  9. package/dist/generated/builtins/addpath.d.ts.map +1 -1
  10. package/dist/generated/builtins/addpath.js +6 -0
  11. package/dist/generated/builtins/addpath.js.map +1 -1
  12. package/dist/generated/builtins/axis.d.ts.map +1 -1
  13. package/dist/generated/builtins/axis.js +11 -1
  14. package/dist/generated/builtins/axis.js.map +1 -1
  15. package/dist/generated/builtins/cd.d.ts.map +1 -1
  16. package/dist/generated/builtins/cd.js +6 -0
  17. package/dist/generated/builtins/cd.js.map +1 -1
  18. package/dist/generated/builtins/copyfile.d.ts.map +1 -1
  19. package/dist/generated/builtins/copyfile.js +1 -0
  20. package/dist/generated/builtins/copyfile.js.map +1 -1
  21. package/dist/generated/builtins/csvread.d.ts.map +1 -1
  22. package/dist/generated/builtins/csvread.js +1 -0
  23. package/dist/generated/builtins/csvread.js.map +1 -1
  24. package/dist/generated/builtins/diff.d.ts.map +1 -1
  25. package/dist/generated/builtins/diff.js +13 -2
  26. package/dist/generated/builtins/diff.js.map +1 -1
  27. package/dist/generated/builtins/downsample.d.ts +4 -0
  28. package/dist/generated/builtins/downsample.d.ts.map +1 -0
  29. package/dist/generated/builtins/downsample.js +104 -0
  30. package/dist/generated/builtins/downsample.js.map +1 -0
  31. package/dist/generated/builtins/eq.d.ts.map +1 -1
  32. package/dist/generated/builtins/eq.js +12 -1
  33. package/dist/generated/builtins/eq.js.map +1 -1
  34. package/dist/generated/builtins/figure.d.ts.map +1 -1
  35. package/dist/generated/builtins/figure.js +19 -2
  36. package/dist/generated/builtins/figure.js.map +1 -1
  37. package/dist/generated/builtins/fzero.d.ts.map +1 -1
  38. package/dist/generated/builtins/fzero.js +10 -2
  39. package/dist/generated/builtins/fzero.js.map +1 -1
  40. package/dist/generated/builtins/gauspuls.d.ts +4 -0
  41. package/dist/generated/builtins/gauspuls.d.ts.map +1 -0
  42. package/dist/generated/builtins/gauspuls.js +94 -0
  43. package/dist/generated/builtins/gauspuls.js.map +1 -0
  44. package/dist/generated/builtins/gca.d.ts.map +1 -1
  45. package/dist/generated/builtins/gca.js +5 -0
  46. package/dist/generated/builtins/gca.js.map +1 -1
  47. package/dist/generated/builtins/get.js +3 -3
  48. package/dist/generated/builtins/get.js.map +1 -1
  49. package/dist/generated/builtins/grid.d.ts.map +1 -1
  50. package/dist/generated/builtins/grid.js +10 -4
  51. package/dist/generated/builtins/grid.js.map +1 -1
  52. package/dist/generated/builtins/heaviside.d.ts +4 -0
  53. package/dist/generated/builtins/heaviside.d.ts.map +1 -0
  54. package/dist/generated/builtins/heaviside.js +139 -0
  55. package/dist/generated/builtins/heaviside.js.map +1 -0
  56. package/dist/generated/builtins/hilbert.d.ts +4 -0
  57. package/dist/generated/builtins/hilbert.d.ts.map +1 -0
  58. package/dist/generated/builtins/hilbert.js +134 -0
  59. package/dist/generated/builtins/hilbert.js.map +1 -0
  60. package/dist/generated/builtins/limit.d.ts +4 -0
  61. package/dist/generated/builtins/limit.d.ts.map +1 -0
  62. package/dist/generated/builtins/limit.js +84 -0
  63. package/dist/generated/builtins/limit.js.map +1 -0
  64. package/dist/generated/builtins/null.d.ts +4 -0
  65. package/dist/generated/builtins/null.d.ts.map +1 -0
  66. package/dist/generated/builtins/null.js +116 -0
  67. package/dist/generated/builtins/null.js.map +1 -0
  68. package/dist/generated/builtins/power.d.ts.map +1 -1
  69. package/dist/generated/builtins/power.js +1 -0
  70. package/dist/generated/builtins/power.js.map +1 -1
  71. package/dist/generated/builtins/pulstran.d.ts +4 -0
  72. package/dist/generated/builtins/pulstran.d.ts.map +1 -0
  73. package/dist/generated/builtins/pulstran.js +106 -0
  74. package/dist/generated/builtins/pulstran.js.map +1 -0
  75. package/dist/generated/builtins/rectpuls.d.ts +4 -0
  76. package/dist/generated/builtins/rectpuls.d.ts.map +1 -0
  77. package/dist/generated/builtins/rectpuls.js +95 -0
  78. package/dist/generated/builtins/rectpuls.js.map +1 -0
  79. package/dist/generated/builtins/rlocus.d.ts +4 -0
  80. package/dist/generated/builtins/rlocus.d.ts.map +1 -0
  81. package/dist/generated/builtins/rlocus.js +126 -0
  82. package/dist/generated/builtins/rlocus.js.map +1 -0
  83. package/dist/generated/builtins/set.js +2 -2
  84. package/dist/generated/builtins/set.js.map +1 -1
  85. package/dist/generated/builtins/spreadsheetImportOptions.d.ts +4 -0
  86. package/dist/generated/builtins/spreadsheetImportOptions.d.ts.map +1 -0
  87. package/dist/generated/builtins/spreadsheetImportOptions.js +93 -0
  88. package/dist/generated/builtins/spreadsheetImportOptions.js.map +1 -0
  89. package/dist/generated/builtins/sym.d.ts +4 -0
  90. package/dist/generated/builtins/sym.d.ts.map +1 -0
  91. package/dist/generated/builtins/sym.js +78 -0
  92. package/dist/generated/builtins/sym.js.map +1 -0
  93. package/dist/generated/builtins/syms.d.ts +4 -0
  94. package/dist/generated/builtins/syms.d.ts.map +1 -0
  95. package/dist/generated/builtins/syms.js +84 -0
  96. package/dist/generated/builtins/syms.js.map +1 -0
  97. package/dist/generated/builtins/tripuls.d.ts +4 -0
  98. package/dist/generated/builtins/tripuls.d.ts.map +1 -0
  99. package/dist/generated/builtins/tripuls.js +91 -0
  100. package/dist/generated/builtins/tripuls.js.map +1 -0
  101. package/dist/generated/builtins/uigetfile.d.ts +4 -0
  102. package/dist/generated/builtins/uigetfile.d.ts.map +1 -0
  103. package/dist/generated/builtins/uigetfile.js +95 -0
  104. package/dist/generated/builtins/uigetfile.js.map +1 -0
  105. package/dist/generated/builtins/unwrap.d.ts +4 -0
  106. package/dist/generated/builtins/unwrap.d.ts.map +1 -0
  107. package/dist/generated/builtins/unwrap.js +123 -0
  108. package/dist/generated/builtins/unwrap.js.map +1 -0
  109. package/dist/generated/builtins/upsample.d.ts +4 -0
  110. package/dist/generated/builtins/upsample.d.ts.map +1 -0
  111. package/dist/generated/builtins/upsample.js +104 -0
  112. package/dist/generated/builtins/upsample.js.map +1 -0
  113. package/dist/generated/builtins-manifest.d.ts.map +1 -1
  114. package/dist/generated/builtins-manifest.js +351 -10
  115. package/dist/generated/builtins-manifest.js.map +1 -1
  116. package/dist/index.d.ts +1 -1
  117. package/dist/index.d.ts.map +1 -1
  118. package/dist/index.js.map +1 -1
  119. package/dist/lsp/runmat_lsp.d.ts +2 -3
  120. package/dist/lsp/runmat_lsp.js +635 -439
  121. package/dist/lsp/runmat_lsp_bg.wasm +0 -0
  122. package/dist/lsp/runmat_lsp_bg.wasm.d.ts +2 -3
  123. package/dist/pkg-web/runmat_wasm_web.d.ts +13 -13
  124. package/dist/pkg-web/runmat_wasm_web.js +704 -262
  125. package/dist/pkg-web/runmat_wasm_web_bg.wasm +0 -0
  126. package/dist/pkg-web/runmat_wasm_web_bg.wasm.d.ts +12 -12
  127. package/dist/runtime/stdlib.snapshot +0 -0
  128. package/package.json +1 -1
@@ -89,10 +89,6 @@ function handleError(f, args) {
89
89
  }
90
90
  }
91
91
 
92
- function isLikeNone(x) {
93
- return x === undefined || x === null;
94
- }
95
-
96
92
  const cachedTextDecoder = (typeof TextDecoder !== 'undefined' ? new TextDecoder('utf-8', { ignoreBOM: true, fatal: true }) : { decode: () => { throw Error('TextDecoder not available') } } );
97
93
 
98
94
  if (typeof TextDecoder !== 'undefined') { cachedTextDecoder.decode(); };
@@ -121,6 +117,10 @@ function getArrayU32FromWasm0(ptr, len) {
121
117
  return getUint32ArrayMemory0().subarray(ptr / 4, ptr / 4 + len);
122
118
  }
123
119
 
120
+ function isLikeNone(x) {
121
+ return x === undefined || x === null;
122
+ }
123
+
124
124
  const CLOSURE_DTORS = (typeof FinalizationRegistry === 'undefined')
125
125
  ? { register: () => {}, unregister: () => {} }
126
126
  : new FinalizationRegistry(state => {
@@ -413,23 +413,63 @@ export function setCompatMode(mode) {
413
413
  wasm.setCompatMode(ptr0, len0);
414
414
  }
415
415
 
416
- function __wbg_adapter_36(arg0, arg1, arg2) {
417
- wasm.closure5175_externref_shim(arg0, arg1, arg2);
416
+ function __wbg_adapter_34(arg0, arg1, arg2) {
417
+ wasm.closure5114_externref_shim(arg0, arg1, arg2);
418
418
  }
419
419
 
420
- function __wbg_adapter_39(arg0, arg1, arg2) {
421
- wasm.closure5182_externref_shim(arg0, arg1, arg2);
420
+ function __wbg_adapter_582(arg0, arg1, arg2, arg3) {
421
+ wasm.closure5157_externref_shim(arg0, arg1, arg2, arg3);
422
422
  }
423
423
 
424
- function __wbg_adapter_421(arg0, arg1, arg2, arg3) {
425
- wasm.closure5225_externref_shim(arg0, arg1, arg2, arg3);
426
- }
424
+ const __wbindgen_enum_GpuAddressMode = ["clamp-to-edge", "repeat", "mirror-repeat"];
425
+
426
+ const __wbindgen_enum_GpuBlendFactor = ["zero", "one", "src", "one-minus-src", "src-alpha", "one-minus-src-alpha", "dst", "one-minus-dst", "dst-alpha", "one-minus-dst-alpha", "src-alpha-saturated", "constant", "one-minus-constant", "src1", "one-minus-src1", "src1-alpha", "one-minus-src1-alpha"];
427
+
428
+ const __wbindgen_enum_GpuBlendOperation = ["add", "subtract", "reverse-subtract", "min", "max"];
429
+
430
+ const __wbindgen_enum_GpuBufferBindingType = ["uniform", "storage", "read-only-storage"];
431
+
432
+ const __wbindgen_enum_GpuCanvasAlphaMode = ["opaque", "premultiplied"];
433
+
434
+ const __wbindgen_enum_GpuCompareFunction = ["never", "less", "equal", "less-equal", "greater", "not-equal", "greater-equal", "always"];
427
435
 
428
- const __wbindgen_enum_GpuErrorFilter = ["validation", "out-of-memory", "internal"];
436
+ const __wbindgen_enum_GpuCullMode = ["none", "front", "back"];
437
+
438
+ const __wbindgen_enum_GpuFilterMode = ["nearest", "linear"];
439
+
440
+ const __wbindgen_enum_GpuFrontFace = ["ccw", "cw"];
429
441
 
430
442
  const __wbindgen_enum_GpuIndexFormat = ["uint16", "uint32"];
431
443
 
432
- const __wbindgen_enum_GpuTextureFormat = ["r8unorm", "r8snorm", "r8uint", "r8sint", "r16uint", "r16sint", "r16float", "rg8unorm", "rg8snorm", "rg8uint", "rg8sint", "r32uint", "r32sint", "r32float", "rg16uint", "rg16sint", "rg16float", "rgba8unorm", "rgba8unorm-srgb", "rgba8snorm", "rgba8uint", "rgba8sint", "bgra8unorm", "bgra8unorm-srgb", "rgb9e5ufloat", "rgb10a2unorm", "rg11b10ufloat", "rg32uint", "rg32sint", "rg32float", "rgba16uint", "rgba16sint", "rgba16float", "rgba32uint", "rgba32sint", "rgba32float", "stencil8", "depth16unorm", "depth24plus", "depth24plus-stencil8", "depth32float", "depth32float-stencil8", "bc1-rgba-unorm", "bc1-rgba-unorm-srgb", "bc2-rgba-unorm", "bc2-rgba-unorm-srgb", "bc3-rgba-unorm", "bc3-rgba-unorm-srgb", "bc4-r-unorm", "bc4-r-snorm", "bc5-rg-unorm", "bc5-rg-snorm", "bc6h-rgb-ufloat", "bc6h-rgb-float", "bc7-rgba-unorm", "bc7-rgba-unorm-srgb", "etc2-rgb8unorm", "etc2-rgb8unorm-srgb", "etc2-rgb8a1unorm", "etc2-rgb8a1unorm-srgb", "etc2-rgba8unorm", "etc2-rgba8unorm-srgb", "eac-r11unorm", "eac-r11snorm", "eac-rg11unorm", "eac-rg11snorm", "astc-4x4-unorm", "astc-4x4-unorm-srgb", "astc-5x4-unorm", "astc-5x4-unorm-srgb", "astc-5x5-unorm", "astc-5x5-unorm-srgb", "astc-6x5-unorm", "astc-6x5-unorm-srgb", "astc-6x6-unorm", "astc-6x6-unorm-srgb", "astc-8x5-unorm", "astc-8x5-unorm-srgb", "astc-8x6-unorm", "astc-8x6-unorm-srgb", "astc-8x8-unorm", "astc-8x8-unorm-srgb", "astc-10x5-unorm", "astc-10x5-unorm-srgb", "astc-10x6-unorm", "astc-10x6-unorm-srgb", "astc-10x8-unorm", "astc-10x8-unorm-srgb", "astc-10x10-unorm", "astc-10x10-unorm-srgb", "astc-12x10-unorm", "astc-12x10-unorm-srgb", "astc-12x12-unorm", "astc-12x12-unorm-srgb"];
444
+ const __wbindgen_enum_GpuLoadOp = ["load", "clear"];
445
+
446
+ const __wbindgen_enum_GpuMipmapFilterMode = ["nearest", "linear"];
447
+
448
+ const __wbindgen_enum_GpuPowerPreference = ["low-power", "high-performance"];
449
+
450
+ const __wbindgen_enum_GpuPrimitiveTopology = ["point-list", "line-list", "line-strip", "triangle-list", "triangle-strip"];
451
+
452
+ const __wbindgen_enum_GpuSamplerBindingType = ["filtering", "non-filtering", "comparison"];
453
+
454
+ const __wbindgen_enum_GpuStencilOperation = ["keep", "zero", "replace", "invert", "increment-clamp", "decrement-clamp", "increment-wrap", "decrement-wrap"];
455
+
456
+ const __wbindgen_enum_GpuStorageTextureAccess = ["write-only", "read-only", "read-write"];
457
+
458
+ const __wbindgen_enum_GpuStoreOp = ["store", "discard"];
459
+
460
+ const __wbindgen_enum_GpuTextureAspect = ["all", "stencil-only", "depth-only"];
461
+
462
+ const __wbindgen_enum_GpuTextureDimension = ["1d", "2d", "3d"];
463
+
464
+ const __wbindgen_enum_GpuTextureFormat = ["r8unorm", "r8snorm", "r8uint", "r8sint", "r16uint", "r16sint", "r16float", "rg8unorm", "rg8snorm", "rg8uint", "rg8sint", "r32uint", "r32sint", "r32float", "rg16uint", "rg16sint", "rg16float", "rgba8unorm", "rgba8unorm-srgb", "rgba8snorm", "rgba8uint", "rgba8sint", "bgra8unorm", "bgra8unorm-srgb", "rgb9e5ufloat", "rgb10a2uint", "rgb10a2unorm", "rg11b10ufloat", "rg32uint", "rg32sint", "rg32float", "rgba16uint", "rgba16sint", "rgba16float", "rgba32uint", "rgba32sint", "rgba32float", "stencil8", "depth16unorm", "depth24plus", "depth24plus-stencil8", "depth32float", "depth32float-stencil8", "bc1-rgba-unorm", "bc1-rgba-unorm-srgb", "bc2-rgba-unorm", "bc2-rgba-unorm-srgb", "bc3-rgba-unorm", "bc3-rgba-unorm-srgb", "bc4-r-unorm", "bc4-r-snorm", "bc5-rg-unorm", "bc5-rg-snorm", "bc6h-rgb-ufloat", "bc6h-rgb-float", "bc7-rgba-unorm", "bc7-rgba-unorm-srgb", "etc2-rgb8unorm", "etc2-rgb8unorm-srgb", "etc2-rgb8a1unorm", "etc2-rgb8a1unorm-srgb", "etc2-rgba8unorm", "etc2-rgba8unorm-srgb", "eac-r11unorm", "eac-r11snorm", "eac-rg11unorm", "eac-rg11snorm", "astc-4x4-unorm", "astc-4x4-unorm-srgb", "astc-5x4-unorm", "astc-5x4-unorm-srgb", "astc-5x5-unorm", "astc-5x5-unorm-srgb", "astc-6x5-unorm", "astc-6x5-unorm-srgb", "astc-6x6-unorm", "astc-6x6-unorm-srgb", "astc-8x5-unorm", "astc-8x5-unorm-srgb", "astc-8x6-unorm", "astc-8x6-unorm-srgb", "astc-8x8-unorm", "astc-8x8-unorm-srgb", "astc-10x5-unorm", "astc-10x5-unorm-srgb", "astc-10x6-unorm", "astc-10x6-unorm-srgb", "astc-10x8-unorm", "astc-10x8-unorm-srgb", "astc-10x10-unorm", "astc-10x10-unorm-srgb", "astc-12x10-unorm", "astc-12x10-unorm-srgb", "astc-12x12-unorm", "astc-12x12-unorm-srgb"];
465
+
466
+ const __wbindgen_enum_GpuTextureSampleType = ["float", "unfilterable-float", "depth", "sint", "uint"];
467
+
468
+ const __wbindgen_enum_GpuTextureViewDimension = ["1d", "2d", "2d-array", "cube", "cube-array", "3d"];
469
+
470
+ const __wbindgen_enum_GpuVertexFormat = ["uint8", "uint8x2", "uint8x4", "sint8", "sint8x2", "sint8x4", "unorm8", "unorm8x2", "unorm8x4", "snorm8", "snorm8x2", "snorm8x4", "uint16", "uint16x2", "uint16x4", "sint16", "sint16x2", "sint16x4", "unorm16", "unorm16x2", "unorm16x4", "snorm16", "snorm16x2", "snorm16x4", "float16", "float16x2", "float16x4", "float32", "float32x2", "float32x3", "float32x4", "uint32", "uint32x2", "uint32x3", "uint32x4", "sint32", "sint32x2", "sint32x3", "sint32x4", "unorm10-10-10-2", "unorm8x4-bgra"];
471
+
472
+ const __wbindgen_enum_GpuVertexStepMode = ["vertex", "instance"];
433
473
 
434
474
  const __wbindgen_enum_XmlHttpRequestResponseType = ["", "arraybuffer", "blob", "document", "json", "text"];
435
475
 
@@ -474,22 +514,22 @@ function __wbg_get_imports() {
474
514
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
475
515
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
476
516
  };
477
- imports.wbg.__wbg_Window_09685c5b35e4318e = function(arg0) {
517
+ imports.wbg.__wbg_Window_2b9b35492d4b2d63 = function(arg0) {
478
518
  const ret = arg0.Window;
479
519
  return ret;
480
520
  };
481
- imports.wbg.__wbg_WorkerGlobalScope_86dadc234326361b = function(arg0) {
521
+ imports.wbg.__wbg_WorkerGlobalScope_b4fb13f0ba6527ab = function(arg0) {
482
522
  const ret = arg0.WorkerGlobalScope;
483
523
  return ret;
484
524
  };
485
- imports.wbg.__wbg_beginComputePass_1887a662b16709f1 = function(arg0, arg1) {
525
+ imports.wbg.__wbg_beginComputePass_2061bb5db1032a35 = function(arg0, arg1) {
486
526
  const ret = arg0.beginComputePass(arg1);
487
527
  return ret;
488
528
  };
489
- imports.wbg.__wbg_beginRenderPass_9179e8717d25fdb0 = function(arg0, arg1) {
529
+ imports.wbg.__wbg_beginRenderPass_f36cfdd5825e0c2e = function() { return handleError(function (arg0, arg1) {
490
530
  const ret = arg0.beginRenderPass(arg1);
491
531
  return ret;
492
- };
532
+ }, arguments) };
493
533
  imports.wbg.__wbg_buffer_09165b52af8c5237 = function(arg0) {
494
534
  const ret = arg0.buffer;
495
535
  return ret;
@@ -510,162 +550,82 @@ function __wbg_get_imports() {
510
550
  const ret = arg0.call(arg1, arg2, arg3);
511
551
  return ret;
512
552
  }, arguments) };
513
- imports.wbg.__wbg_clearBuffer_3cb299d33f9c17aa = function(arg0, arg1, arg2, arg3) {
514
- arg0.clearBuffer(arg1, arg2, arg3);
515
- };
516
- imports.wbg.__wbg_clearBuffer_d1bbfb575de500c2 = function(arg0, arg1, arg2) {
517
- arg0.clearBuffer(arg1, arg2);
518
- };
519
- imports.wbg.__wbg_configure_3545afac230e1d5e = function(arg0, arg1) {
553
+ imports.wbg.__wbg_configure_ad5aa321838c8e3b = function() { return handleError(function (arg0, arg1) {
520
554
  arg0.configure(arg1);
521
- };
522
- imports.wbg.__wbg_copyBufferToBuffer_1339da3175db86a8 = function(arg0, arg1, arg2, arg3, arg4, arg5) {
523
- arg0.copyBufferToBuffer(arg1, arg2, arg3, arg4, arg5);
524
- };
525
- imports.wbg.__wbg_copyBufferToTexture_7fa23729d3a09bc4 = function(arg0, arg1, arg2, arg3) {
526
- arg0.copyBufferToTexture(arg1, arg2, arg3);
527
- };
528
- imports.wbg.__wbg_copyExternalImageToTexture_a7d15aeaa14817c3 = function(arg0, arg1, arg2, arg3) {
529
- arg0.copyExternalImageToTexture(arg1, arg2, arg3);
530
- };
531
- imports.wbg.__wbg_copyTextureToBuffer_10eda2ea3e01a012 = function(arg0, arg1, arg2, arg3) {
555
+ }, arguments) };
556
+ imports.wbg.__wbg_copyTextureToBuffer_beaf38ed0c92f265 = function() { return handleError(function (arg0, arg1, arg2, arg3) {
532
557
  arg0.copyTextureToBuffer(arg1, arg2, arg3);
533
- };
534
- imports.wbg.__wbg_copyTextureToTexture_0f32dca08a58f47f = function(arg0, arg1, arg2, arg3) {
535
- arg0.copyTextureToTexture(arg1, arg2, arg3);
536
- };
537
- imports.wbg.__wbg_createBindGroupLayout_274e16d30c603078 = function(arg0, arg1) {
558
+ }, arguments) };
559
+ imports.wbg.__wbg_createBindGroupLayout_b87a1f26ed22bd5d = function() { return handleError(function (arg0, arg1) {
538
560
  const ret = arg0.createBindGroupLayout(arg1);
539
561
  return ret;
540
- };
541
- imports.wbg.__wbg_createBindGroup_a36c90bdc3f5eb88 = function(arg0, arg1) {
562
+ }, arguments) };
563
+ imports.wbg.__wbg_createBindGroup_dfdadbbcf4dcae54 = function(arg0, arg1) {
542
564
  const ret = arg0.createBindGroup(arg1);
543
565
  return ret;
544
566
  };
545
- imports.wbg.__wbg_createBuffer_d1ac34725e5cf041 = function(arg0, arg1) {
567
+ imports.wbg.__wbg_createBuffer_fb1752eab5cb2a7f = function() { return handleError(function (arg0, arg1) {
546
568
  const ret = arg0.createBuffer(arg1);
547
569
  return ret;
548
- };
549
- imports.wbg.__wbg_createCommandEncoder_513a786f096a5637 = function(arg0, arg1) {
570
+ }, arguments) };
571
+ imports.wbg.__wbg_createCommandEncoder_92b1c283a0372974 = function(arg0, arg1) {
550
572
  const ret = arg0.createCommandEncoder(arg1);
551
573
  return ret;
552
574
  };
553
- imports.wbg.__wbg_createComputePipeline_4bf93ff2c10c2333 = function(arg0, arg1) {
575
+ imports.wbg.__wbg_createComputePipeline_4cdc84e4d346bd71 = function(arg0, arg1) {
554
576
  const ret = arg0.createComputePipeline(arg1);
555
577
  return ret;
556
578
  };
557
- imports.wbg.__wbg_createPipelineLayout_669f14789cde7273 = function(arg0, arg1) {
579
+ imports.wbg.__wbg_createPipelineLayout_c97169a1a177450e = function(arg0, arg1) {
558
580
  const ret = arg0.createPipelineLayout(arg1);
559
581
  return ret;
560
582
  };
561
- imports.wbg.__wbg_createQuerySet_7a0251b6c175935a = function(arg0, arg1) {
562
- const ret = arg0.createQuerySet(arg1);
563
- return ret;
564
- };
565
- imports.wbg.__wbg_createRenderBundleEncoder_2e2d7a61c14a077b = function(arg0, arg1) {
566
- const ret = arg0.createRenderBundleEncoder(arg1);
567
- return ret;
568
- };
569
- imports.wbg.__wbg_createRenderPipeline_d206a6a989f60069 = function(arg0, arg1) {
583
+ imports.wbg.__wbg_createRenderPipeline_ab453ccc40539bc0 = function() { return handleError(function (arg0, arg1) {
570
584
  const ret = arg0.createRenderPipeline(arg1);
571
585
  return ret;
572
- };
573
- imports.wbg.__wbg_createSampler_21641deec0b72234 = function(arg0, arg1) {
586
+ }, arguments) };
587
+ imports.wbg.__wbg_createSampler_fdf4c92b3a0a4810 = function(arg0, arg1) {
574
588
  const ret = arg0.createSampler(arg1);
575
589
  return ret;
576
590
  };
577
- imports.wbg.__wbg_createShaderModule_6a4726ff8937a4fc = function(arg0, arg1) {
591
+ imports.wbg.__wbg_createShaderModule_159013272c1b4c4c = function(arg0, arg1) {
578
592
  const ret = arg0.createShaderModule(arg1);
579
593
  return ret;
580
594
  };
581
- imports.wbg.__wbg_createTexture_b4736ca67c208a7d = function(arg0, arg1) {
595
+ imports.wbg.__wbg_createTexture_092a9cf5106b1805 = function() { return handleError(function (arg0, arg1) {
582
596
  const ret = arg0.createTexture(arg1);
583
597
  return ret;
584
- };
585
- imports.wbg.__wbg_createView_28f72f1fbf41c53a = function(arg0, arg1) {
598
+ }, arguments) };
599
+ imports.wbg.__wbg_createView_e743725c577bafe5 = function() { return handleError(function (arg0, arg1) {
586
600
  const ret = arg0.createView(arg1);
587
601
  return ret;
588
- };
589
- imports.wbg.__wbg_destroy_24dc0325ca73bcdd = function(arg0) {
590
- arg0.destroy();
591
- };
592
- imports.wbg.__wbg_destroy_35ef3fac72adebbd = function(arg0) {
593
- arg0.destroy();
594
- };
595
- imports.wbg.__wbg_destroy_6ca164ec39708c30 = function(arg0) {
596
- arg0.destroy();
597
- };
598
- imports.wbg.__wbg_dispatchWorkgroupsIndirect_5b70aa0ec2dd76d4 = function(arg0, arg1, arg2) {
599
- arg0.dispatchWorkgroupsIndirect(arg1, arg2);
600
- };
601
- imports.wbg.__wbg_dispatchWorkgroups_eec2b1c97a77f008 = function(arg0, arg1, arg2, arg3) {
602
+ }, arguments) };
603
+ imports.wbg.__wbg_dispatchWorkgroups_89c6778d0518442a = function(arg0, arg1, arg2, arg3) {
602
604
  arg0.dispatchWorkgroups(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0);
603
605
  };
604
- imports.wbg.__wbg_document_d249400bd7bd996d = function(arg0) {
605
- const ret = arg0.document;
606
- return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
607
- };
608
- imports.wbg.__wbg_drawIndexedIndirect_7195bed12006fc7e = function(arg0, arg1, arg2) {
609
- arg0.drawIndexedIndirect(arg1, arg2);
610
- };
611
- imports.wbg.__wbg_drawIndexedIndirect_cb0d6da766bd5105 = function(arg0, arg1, arg2) {
612
- arg0.drawIndexedIndirect(arg1, arg2);
613
- };
614
- imports.wbg.__wbg_drawIndexed_6d903b1382862f81 = function(arg0, arg1, arg2, arg3, arg4, arg5) {
606
+ imports.wbg.__wbg_drawIndexed_bf8f6537c7ff1b95 = function(arg0, arg1, arg2, arg3, arg4, arg5) {
615
607
  arg0.drawIndexed(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4, arg5 >>> 0);
616
608
  };
617
- imports.wbg.__wbg_drawIndexed_c122c36f03fe07a5 = function(arg0, arg1, arg2, arg3, arg4, arg5) {
618
- arg0.drawIndexed(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4, arg5 >>> 0);
619
- };
620
- imports.wbg.__wbg_drawIndirect_9aab8bee6f6f1c22 = function(arg0, arg1, arg2) {
609
+ imports.wbg.__wbg_drawIndirect_8bef8992f379d2b5 = function(arg0, arg1, arg2) {
621
610
  arg0.drawIndirect(arg1, arg2);
622
611
  };
623
- imports.wbg.__wbg_drawIndirect_d531975704a856b7 = function(arg0, arg1, arg2) {
624
- arg0.drawIndirect(arg1, arg2);
625
- };
626
- imports.wbg.__wbg_draw_19d537d9832d985d = function(arg0, arg1, arg2, arg3, arg4) {
627
- arg0.draw(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
628
- };
629
- imports.wbg.__wbg_draw_5beb2c11da5429ce = function(arg0, arg1, arg2, arg3, arg4) {
612
+ imports.wbg.__wbg_draw_e8c430e7254c6215 = function(arg0, arg1, arg2, arg3, arg4) {
630
613
  arg0.draw(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
631
614
  };
632
- imports.wbg.__wbg_end_2dc6d7fdcbfc2a0c = function(arg0) {
615
+ imports.wbg.__wbg_end_56b2d6d0610f9131 = function(arg0) {
633
616
  arg0.end();
634
617
  };
635
- imports.wbg.__wbg_end_9cc33f189e27f3fd = function(arg0) {
618
+ imports.wbg.__wbg_end_7ad26f2083234d67 = function(arg0) {
636
619
  arg0.end();
637
620
  };
638
- imports.wbg.__wbg_error_15b28e2be7953dc9 = function(arg0) {
639
- const ret = arg0.error;
640
- return ret;
641
- };
642
- imports.wbg.__wbg_executeBundles_db3c31afbf86979f = function(arg0, arg1) {
643
- arg0.executeBundles(arg1);
644
- };
645
- imports.wbg.__wbg_features_89059e3112366930 = function(arg0) {
646
- const ret = arg0.features;
647
- return ret;
648
- };
649
- imports.wbg.__wbg_features_e8442c6e37f8191e = function(arg0) {
650
- const ret = arg0.features;
651
- return ret;
652
- };
653
- imports.wbg.__wbg_finish_53e6ed746110a5e5 = function(arg0) {
621
+ imports.wbg.__wbg_finish_ac8e8f8408208d93 = function(arg0) {
654
622
  const ret = arg0.finish();
655
623
  return ret;
656
624
  };
657
- imports.wbg.__wbg_finish_566e5beaeaeefc34 = function(arg0, arg1) {
658
- const ret = arg0.finish(arg1);
659
- return ret;
660
- };
661
- imports.wbg.__wbg_finish_a9c9f3133e6e4514 = function(arg0, arg1) {
625
+ imports.wbg.__wbg_finish_b79779da004ef346 = function(arg0, arg1) {
662
626
  const ret = arg0.finish(arg1);
663
627
  return ret;
664
628
  };
665
- imports.wbg.__wbg_finish_e2465079e2b30a5a = function(arg0) {
666
- const ret = arg0.finish();
667
- return ret;
668
- };
669
629
  imports.wbg.__wbg_getAllResponseHeaders_83159b168d73a355 = function() { return handleError(function (arg0, arg1) {
670
630
  const ret = arg1.getAllResponseHeaders();
671
631
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
@@ -673,38 +633,18 @@ function __wbg_get_imports() {
673
633
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
674
634
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
675
635
  }, arguments) };
676
- imports.wbg.__wbg_getBindGroupLayout_06526a0d3d5b4c6a = function(arg0, arg1) {
677
- const ret = arg0.getBindGroupLayout(arg1 >>> 0);
678
- return ret;
679
- };
680
- imports.wbg.__wbg_getBindGroupLayout_0f99651172cbcabf = function(arg0, arg1) {
681
- const ret = arg0.getBindGroupLayout(arg1 >>> 0);
682
- return ret;
683
- };
684
636
  imports.wbg.__wbg_getBoundingClientRect_9073b0ff7574d76b = function(arg0) {
685
637
  const ret = arg0.getBoundingClientRect();
686
638
  return ret;
687
639
  };
688
- imports.wbg.__wbg_getContext_e9cf379449413580 = function() { return handleError(function (arg0, arg1, arg2) {
689
- const ret = arg0.getContext(getStringFromWasm0(arg1, arg2));
690
- return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
691
- }, arguments) };
692
- imports.wbg.__wbg_getContext_f65a0debd1e8f8e8 = function() { return handleError(function (arg0, arg1, arg2) {
693
- const ret = arg0.getContext(getStringFromWasm0(arg1, arg2));
694
- return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
695
- }, arguments) };
696
- imports.wbg.__wbg_getCurrentTexture_f578d59f0860dcc9 = function(arg0) {
640
+ imports.wbg.__wbg_getCurrentTexture_3c8710ca6e0019fc = function() { return handleError(function (arg0) {
697
641
  const ret = arg0.getCurrentTexture();
698
642
  return ret;
699
- };
700
- imports.wbg.__wbg_getMappedRange_1a67a729fca25c5c = function(arg0, arg1, arg2) {
643
+ }, arguments) };
644
+ imports.wbg.__wbg_getMappedRange_86d4a434bceeb7fc = function() { return handleError(function (arg0, arg1, arg2) {
701
645
  const ret = arg0.getMappedRange(arg1, arg2);
702
646
  return ret;
703
- };
704
- imports.wbg.__wbg_getPreferredCanvasFormat_b4306c1470f3a2be = function(arg0) {
705
- const ret = arg0.getPreferredCanvasFormat();
706
- return (__wbindgen_enum_GpuTextureFormat.indexOf(ret) + 1 || 95) - 1;
707
- };
647
+ }, arguments) };
708
648
  imports.wbg.__wbg_getTime_46267b1c24877e30 = function(arg0) {
709
649
  const ret = arg0.getTime();
710
650
  return ret;
@@ -717,18 +657,10 @@ function __wbg_get_imports() {
717
657
  const ret = Reflect.get(arg0, arg1);
718
658
  return ret;
719
659
  }, arguments) };
720
- imports.wbg.__wbg_get_e27dfaeb6f46bd45 = function(arg0, arg1) {
721
- const ret = arg0[arg1 >>> 0];
722
- return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
723
- };
724
- imports.wbg.__wbg_gpu_cd94e3ed1a24e829 = function(arg0) {
660
+ imports.wbg.__wbg_gpu_051bdce6489ddf6a = function(arg0) {
725
661
  const ret = arg0.gpu;
726
662
  return ret;
727
663
  };
728
- imports.wbg.__wbg_has_8d7562409899ab08 = function(arg0, arg1, arg2) {
729
- const ret = arg0.has(getStringFromWasm0(arg1, arg2));
730
- return ret;
731
- };
732
664
  imports.wbg.__wbg_height_592a89ec0fb63726 = function(arg0) {
733
665
  const ret = arg0.height;
734
666
  return ret;
@@ -761,7 +693,7 @@ function __wbg_get_imports() {
761
693
  const ret = result;
762
694
  return ret;
763
695
  };
764
- imports.wbg.__wbg_instanceof_GpuAdapter_812393144f747a28 = function(arg0) {
696
+ imports.wbg.__wbg_instanceof_GpuAdapter_aff4b0f95a6c1c3e = function(arg0) {
765
697
  let result;
766
698
  try {
767
699
  result = arg0 instanceof GPUAdapter;
@@ -771,57 +703,7 @@ function __wbg_get_imports() {
771
703
  const ret = result;
772
704
  return ret;
773
705
  };
774
- imports.wbg.__wbg_instanceof_GpuCanvasContext_7d8c2aee896960ef = function(arg0) {
775
- let result;
776
- try {
777
- result = arg0 instanceof GPUCanvasContext;
778
- } catch (_) {
779
- result = false;
780
- }
781
- const ret = result;
782
- return ret;
783
- };
784
- imports.wbg.__wbg_instanceof_GpuOutOfMemoryError_5661073b28c982a3 = function(arg0) {
785
- let result;
786
- try {
787
- result = arg0 instanceof GPUOutOfMemoryError;
788
- } catch (_) {
789
- result = false;
790
- }
791
- const ret = result;
792
- return ret;
793
- };
794
- imports.wbg.__wbg_instanceof_GpuValidationError_b2b2abc70da536b4 = function(arg0) {
795
- let result;
796
- try {
797
- result = arg0 instanceof GPUValidationError;
798
- } catch (_) {
799
- result = false;
800
- }
801
- const ret = result;
802
- return ret;
803
- };
804
- imports.wbg.__wbg_instanceof_Object_7f2dcef8f78644a4 = function(arg0) {
805
- let result;
806
- try {
807
- result = arg0 instanceof Object;
808
- } catch (_) {
809
- result = false;
810
- }
811
- const ret = result;
812
- return ret;
813
- };
814
- imports.wbg.__wbg_instanceof_Window_def73ea0955fc569 = function(arg0) {
815
- let result;
816
- try {
817
- result = arg0 instanceof Window;
818
- } catch (_) {
819
- result = false;
820
- }
821
- const ret = result;
822
- return ret;
823
- };
824
- imports.wbg.__wbg_label_ddec9d5dff390794 = function(arg0, arg1) {
706
+ imports.wbg.__wbg_label_c3a930571192f18e = function(arg0, arg1) {
825
707
  const ret = arg1.label;
826
708
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
827
709
  const len1 = WASM_VECTOR_LEN;
@@ -832,122 +714,10 @@ function __wbg_get_imports() {
832
714
  const ret = arg0.length;
833
715
  return ret;
834
716
  };
835
- imports.wbg.__wbg_limits_100c065725b263d3 = function(arg0) {
836
- const ret = arg0.limits;
837
- return ret;
838
- };
839
- imports.wbg.__wbg_limits_adf0926aa155a224 = function(arg0) {
840
- const ret = arg0.limits;
841
- return ret;
842
- };
843
- imports.wbg.__wbg_mapAsync_9cae92e6e45c9c69 = function(arg0, arg1, arg2, arg3) {
717
+ imports.wbg.__wbg_mapAsync_0d9cf9d11808b275 = function(arg0, arg1, arg2, arg3) {
844
718
  const ret = arg0.mapAsync(arg1 >>> 0, arg2, arg3);
845
719
  return ret;
846
720
  };
847
- imports.wbg.__wbg_maxBindGroups_6f2433803f32568b = function(arg0) {
848
- const ret = arg0.maxBindGroups;
849
- return ret;
850
- };
851
- imports.wbg.__wbg_maxBindingsPerBindGroup_7663f800ee6c1c4d = function(arg0) {
852
- const ret = arg0.maxBindingsPerBindGroup;
853
- return ret;
854
- };
855
- imports.wbg.__wbg_maxBufferSize_7c2e7941b31faeb3 = function(arg0) {
856
- const ret = arg0.maxBufferSize;
857
- return ret;
858
- };
859
- imports.wbg.__wbg_maxComputeInvocationsPerWorkgroup_7706224e284389bb = function(arg0) {
860
- const ret = arg0.maxComputeInvocationsPerWorkgroup;
861
- return ret;
862
- };
863
- imports.wbg.__wbg_maxComputeWorkgroupSizeX_7c0caad69a9b0dd3 = function(arg0) {
864
- const ret = arg0.maxComputeWorkgroupSizeX;
865
- return ret;
866
- };
867
- imports.wbg.__wbg_maxComputeWorkgroupSizeY_add60ae79eceba95 = function(arg0) {
868
- const ret = arg0.maxComputeWorkgroupSizeY;
869
- return ret;
870
- };
871
- imports.wbg.__wbg_maxComputeWorkgroupSizeZ_b0d9e8bb90139e66 = function(arg0) {
872
- const ret = arg0.maxComputeWorkgroupSizeZ;
873
- return ret;
874
- };
875
- imports.wbg.__wbg_maxComputeWorkgroupStorageSize_bcc6c568b706b004 = function(arg0) {
876
- const ret = arg0.maxComputeWorkgroupStorageSize;
877
- return ret;
878
- };
879
- imports.wbg.__wbg_maxComputeWorkgroupsPerDimension_05c9e479d4805640 = function(arg0) {
880
- const ret = arg0.maxComputeWorkgroupsPerDimension;
881
- return ret;
882
- };
883
- imports.wbg.__wbg_maxDynamicStorageBuffersPerPipelineLayout_4017c7b096806162 = function(arg0) {
884
- const ret = arg0.maxDynamicStorageBuffersPerPipelineLayout;
885
- return ret;
886
- };
887
- imports.wbg.__wbg_maxDynamicUniformBuffersPerPipelineLayout_1d359f3196df8904 = function(arg0) {
888
- const ret = arg0.maxDynamicUniformBuffersPerPipelineLayout;
889
- return ret;
890
- };
891
- imports.wbg.__wbg_maxInterStageShaderComponents_d0d88326cf30e5cc = function(arg0) {
892
- const ret = arg0.maxInterStageShaderComponents;
893
- return ret;
894
- };
895
- imports.wbg.__wbg_maxSampledTexturesPerShaderStage_5ad571f210127408 = function(arg0) {
896
- const ret = arg0.maxSampledTexturesPerShaderStage;
897
- return ret;
898
- };
899
- imports.wbg.__wbg_maxSamplersPerShaderStage_c2ccff8d0f9ec6fd = function(arg0) {
900
- const ret = arg0.maxSamplersPerShaderStage;
901
- return ret;
902
- };
903
- imports.wbg.__wbg_maxStorageBufferBindingSize_7c16519c2edc067a = function(arg0) {
904
- const ret = arg0.maxStorageBufferBindingSize;
905
- return ret;
906
- };
907
- imports.wbg.__wbg_maxStorageBuffersPerShaderStage_e8eff366756ea9b4 = function(arg0) {
908
- const ret = arg0.maxStorageBuffersPerShaderStage;
909
- return ret;
910
- };
911
- imports.wbg.__wbg_maxStorageTexturesPerShaderStage_4e1d793c1e5c72a2 = function(arg0) {
912
- const ret = arg0.maxStorageTexturesPerShaderStage;
913
- return ret;
914
- };
915
- imports.wbg.__wbg_maxTextureArrayLayers_185872b43f6c8c34 = function(arg0) {
916
- const ret = arg0.maxTextureArrayLayers;
917
- return ret;
918
- };
919
- imports.wbg.__wbg_maxTextureDimension1D_bfa55b0304281516 = function(arg0) {
920
- const ret = arg0.maxTextureDimension1D;
921
- return ret;
922
- };
923
- imports.wbg.__wbg_maxTextureDimension2D_ffea95d029cf185b = function(arg0) {
924
- const ret = arg0.maxTextureDimension2D;
925
- return ret;
926
- };
927
- imports.wbg.__wbg_maxTextureDimension3D_bdfbc27d985f367d = function(arg0) {
928
- const ret = arg0.maxTextureDimension3D;
929
- return ret;
930
- };
931
- imports.wbg.__wbg_maxUniformBufferBindingSize_01703051a2b68aaa = function(arg0) {
932
- const ret = arg0.maxUniformBufferBindingSize;
933
- return ret;
934
- };
935
- imports.wbg.__wbg_maxUniformBuffersPerShaderStage_9f2d18a988fa37a0 = function(arg0) {
936
- const ret = arg0.maxUniformBuffersPerShaderStage;
937
- return ret;
938
- };
939
- imports.wbg.__wbg_maxVertexAttributes_268db19855a9a8bf = function(arg0) {
940
- const ret = arg0.maxVertexAttributes;
941
- return ret;
942
- };
943
- imports.wbg.__wbg_maxVertexBufferArrayStride_cace98777fdc5a4c = function(arg0) {
944
- const ret = arg0.maxVertexBufferArrayStride;
945
- return ret;
946
- };
947
- imports.wbg.__wbg_maxVertexBuffers_a8169305364fd125 = function(arg0) {
948
- const ret = arg0.maxVertexBuffers;
949
- return ret;
950
- };
951
721
  imports.wbg.__wbg_message_5c5d919204d42400 = function(arg0, arg1) {
952
722
  const ret = arg1.message;
953
723
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
@@ -955,21 +725,6 @@ function __wbg_get_imports() {
955
725
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
956
726
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
957
727
  };
958
- imports.wbg.__wbg_message_d8f5eb4a85362e32 = function(arg0, arg1) {
959
- const ret = arg1.message;
960
- const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
961
- const len1 = WASM_VECTOR_LEN;
962
- getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
963
- getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
964
- };
965
- imports.wbg.__wbg_minStorageBufferOffsetAlignment_b9763b1a342987b2 = function(arg0) {
966
- const ret = arg0.minStorageBufferOffsetAlignment;
967
- return ret;
968
- };
969
- imports.wbg.__wbg_minUniformBufferOffsetAlignment_dc9a10adad690d13 = function(arg0) {
970
- const ret = arg0.minUniformBufferOffsetAlignment;
971
- return ret;
972
- };
973
728
  imports.wbg.__wbg_name_f2d27098bfd843e7 = function(arg0, arg1) {
974
729
  const ret = arg1.name;
975
730
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
@@ -996,7 +751,7 @@ function __wbg_get_imports() {
996
751
  const a = state0.a;
997
752
  state0.a = 0;
998
753
  try {
999
- return __wbg_adapter_421(a, state0.b, arg0, arg1);
754
+ return __wbg_adapter_582(a, state0.b, arg0, arg1);
1000
755
  } finally {
1001
756
  state0.a = a;
1002
757
  }
@@ -1050,21 +805,10 @@ function __wbg_get_imports() {
1050
805
  imports.wbg.__wbg_open_13a598ea50d82926 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
1051
806
  arg0.open(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4), arg5 !== 0);
1052
807
  }, arguments) };
1053
- imports.wbg.__wbg_popErrorScope_8a0d0d31c4ddc243 = function(arg0) {
1054
- const ret = arg0.popErrorScope();
1055
- return ret;
1056
- };
1057
- imports.wbg.__wbg_pushErrorScope_dc8386c8142593b6 = function(arg0, arg1) {
1058
- arg0.pushErrorScope(__wbindgen_enum_GpuErrorFilter[arg1]);
1059
- };
1060
808
  imports.wbg.__wbg_push_737cfc8c1432c2c6 = function(arg0, arg1) {
1061
809
  const ret = arg0.push(arg1);
1062
810
  return ret;
1063
811
  };
1064
- imports.wbg.__wbg_querySelectorAll_40998fd748f057ef = function() { return handleError(function (arg0, arg1, arg2) {
1065
- const ret = arg0.querySelectorAll(getStringFromWasm0(arg1, arg2));
1066
- return ret;
1067
- }, arguments) };
1068
812
  imports.wbg.__wbg_queueMicrotask_97d92b4fcc8a61c5 = function(arg0) {
1069
813
  queueMicrotask(arg0);
1070
814
  };
@@ -1072,21 +816,18 @@ function __wbg_get_imports() {
1072
816
  const ret = arg0.queueMicrotask;
1073
817
  return ret;
1074
818
  };
1075
- imports.wbg.__wbg_queue_d083905208ed0dcd = function(arg0) {
819
+ imports.wbg.__wbg_queue_1f589e8194b004a6 = function(arg0) {
1076
820
  const ret = arg0.queue;
1077
821
  return ret;
1078
822
  };
1079
- imports.wbg.__wbg_requestAdapter_629f003011778ce0 = function(arg0, arg1) {
823
+ imports.wbg.__wbg_requestAdapter_51be7e8ee7d08b87 = function(arg0, arg1) {
1080
824
  const ret = arg0.requestAdapter(arg1);
1081
825
  return ret;
1082
826
  };
1083
- imports.wbg.__wbg_requestDevice_a420ce594b90ac7c = function(arg0, arg1) {
827
+ imports.wbg.__wbg_requestDevice_338f0085866d40a2 = function(arg0, arg1) {
1084
828
  const ret = arg0.requestDevice(arg1);
1085
829
  return ret;
1086
830
  };
1087
- imports.wbg.__wbg_resolveQuerySet_2fea0e7835fc7df1 = function(arg0, arg1, arg2, arg3, arg4, arg5) {
1088
- arg0.resolveQuerySet(arg1, arg2 >>> 0, arg3 >>> 0, arg4, arg5 >>> 0);
1089
- };
1090
831
  imports.wbg.__wbg_resolve_4851785c9c5f573d = function(arg0) {
1091
832
  const ret = Promise.resolve(arg0);
1092
833
  return ret;
@@ -1101,70 +842,43 @@ function __wbg_get_imports() {
1101
842
  imports.wbg.__wbg_send_40a47636ff90f64d = function() { return handleError(function (arg0) {
1102
843
  arg0.send();
1103
844
  }, arguments) };
1104
- imports.wbg.__wbg_setBindGroup_10139726fa3dd1ea = function(arg0, arg1, arg2) {
1105
- arg0.setBindGroup(arg1 >>> 0, arg2);
1106
- };
1107
- imports.wbg.__wbg_setBindGroup_241675b4c4b8f5ee = function(arg0, arg1, arg2) {
1108
- arg0.setBindGroup(arg1 >>> 0, arg2);
1109
- };
1110
- imports.wbg.__wbg_setBindGroup_9ae27be0638391c7 = function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
1111
- arg0.setBindGroup(arg1 >>> 0, arg2, getArrayU32FromWasm0(arg3, arg4), arg5, arg6 >>> 0);
1112
- };
1113
- imports.wbg.__wbg_setBindGroup_a539eeaa822b1981 = function(arg0, arg1, arg2) {
1114
- arg0.setBindGroup(arg1 >>> 0, arg2);
1115
- };
1116
- imports.wbg.__wbg_setBindGroup_db89ccc18c604dc2 = function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
845
+ imports.wbg.__wbg_setBindGroup_306b5f43159153da = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
1117
846
  arg0.setBindGroup(arg1 >>> 0, arg2, getArrayU32FromWasm0(arg3, arg4), arg5, arg6 >>> 0);
1118
- };
1119
- imports.wbg.__wbg_setBindGroup_eea1f72247b40846 = function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
847
+ }, arguments) };
848
+ imports.wbg.__wbg_setBindGroup_43392eaf8ea524fa = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
1120
849
  arg0.setBindGroup(arg1 >>> 0, arg2, getArrayU32FromWasm0(arg3, arg4), arg5, arg6 >>> 0);
850
+ }, arguments) };
851
+ imports.wbg.__wbg_setBindGroup_b90f6f79c7be4f96 = function(arg0, arg1, arg2) {
852
+ arg0.setBindGroup(arg1 >>> 0, arg2);
1121
853
  };
1122
- imports.wbg.__wbg_setBlendConstant_898c0ee36fd7f3d6 = function(arg0, arg1) {
1123
- arg0.setBlendConstant(arg1);
1124
- };
1125
- imports.wbg.__wbg_setIndexBuffer_02484628e4be6ccf = function(arg0, arg1, arg2, arg3) {
1126
- arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3);
854
+ imports.wbg.__wbg_setBindGroup_d3cd0c65d5718e66 = function(arg0, arg1, arg2) {
855
+ arg0.setBindGroup(arg1 >>> 0, arg2);
1127
856
  };
1128
- imports.wbg.__wbg_setIndexBuffer_4179c9df498ed24f = function(arg0, arg1, arg2, arg3, arg4) {
857
+ imports.wbg.__wbg_setIndexBuffer_30e80db5e2d70b3f = function(arg0, arg1, arg2, arg3, arg4) {
1129
858
  arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3, arg4);
1130
859
  };
1131
- imports.wbg.__wbg_setIndexBuffer_6241c40136dfd59c = function(arg0, arg1, arg2, arg3) {
860
+ imports.wbg.__wbg_setIndexBuffer_cf65b9a3b9ae2921 = function(arg0, arg1, arg2, arg3) {
1132
861
  arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3);
1133
862
  };
1134
- imports.wbg.__wbg_setIndexBuffer_cac1cc97b362a161 = function(arg0, arg1, arg2, arg3, arg4) {
1135
- arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3, arg4);
1136
- };
1137
- imports.wbg.__wbg_setPipeline_065423750bbc2601 = function(arg0, arg1) {
863
+ imports.wbg.__wbg_setPipeline_e7c896fa93c7f292 = function(arg0, arg1) {
1138
864
  arg0.setPipeline(arg1);
1139
865
  };
1140
- imports.wbg.__wbg_setPipeline_73d2200820a1b6d7 = function(arg0, arg1) {
1141
- arg0.setPipeline(arg1);
1142
- };
1143
- imports.wbg.__wbg_setPipeline_c41eba60986fbffb = function(arg0, arg1) {
866
+ imports.wbg.__wbg_setPipeline_f44bbc63b7455235 = function(arg0, arg1) {
1144
867
  arg0.setPipeline(arg1);
1145
868
  };
1146
869
  imports.wbg.__wbg_setRequestHeader_51d371ad5196f6ef = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
1147
870
  arg0.setRequestHeader(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
1148
871
  }, arguments) };
1149
- imports.wbg.__wbg_setScissorRect_7ad09034bda2ad64 = function(arg0, arg1, arg2, arg3, arg4) {
872
+ imports.wbg.__wbg_setScissorRect_b3ae2865d79457e5 = function(arg0, arg1, arg2, arg3, arg4) {
1150
873
  arg0.setScissorRect(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
1151
874
  };
1152
- imports.wbg.__wbg_setStencilReference_2d44258a2b1549df = function(arg0, arg1) {
1153
- arg0.setStencilReference(arg1 >>> 0);
1154
- };
1155
- imports.wbg.__wbg_setVertexBuffer_086ad8f1d3a3528b = function(arg0, arg1, arg2, arg3) {
1156
- arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3);
1157
- };
1158
- imports.wbg.__wbg_setVertexBuffer_130b7f747b752e5d = function(arg0, arg1, arg2, arg3, arg4) {
1159
- arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3, arg4);
1160
- };
1161
- imports.wbg.__wbg_setVertexBuffer_1a126bb7aa133940 = function(arg0, arg1, arg2, arg3, arg4) {
875
+ imports.wbg.__wbg_setVertexBuffer_5e5ec203042c0564 = function(arg0, arg1, arg2, arg3, arg4) {
1162
876
  arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3, arg4);
1163
877
  };
1164
- imports.wbg.__wbg_setVertexBuffer_56163ae020ef8343 = function(arg0, arg1, arg2, arg3) {
878
+ imports.wbg.__wbg_setVertexBuffer_950908f301fc83b4 = function(arg0, arg1, arg2, arg3) {
1165
879
  arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3);
1166
880
  };
1167
- imports.wbg.__wbg_setViewport_0c26f0a54b53d7e3 = function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
881
+ imports.wbg.__wbg_setViewport_7969bb1aebd9c210 = function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
1168
882
  arg0.setViewport(arg1, arg2, arg3, arg4, arg5, arg6);
1169
883
  };
1170
884
  imports.wbg.__wbg_set_37837023f3d740e8 = function(arg0, arg1, arg2) {
@@ -1184,30 +898,536 @@ function __wbg_get_imports() {
1184
898
  const ret = Reflect.set(arg0, arg1, arg2);
1185
899
  return ret;
1186
900
  }, arguments) };
901
+ imports.wbg.__wbg_seta_6ca4b80abcaa9bb0 = function(arg0, arg1) {
902
+ arg0.a = arg1;
903
+ };
904
+ imports.wbg.__wbg_setaccess_c17e0a436ed1d78e = function(arg0, arg1) {
905
+ arg0.access = __wbindgen_enum_GpuStorageTextureAccess[arg1];
906
+ };
907
+ imports.wbg.__wbg_setaddressmodeu_9a2648489304b6c3 = function(arg0, arg1) {
908
+ arg0.addressModeU = __wbindgen_enum_GpuAddressMode[arg1];
909
+ };
910
+ imports.wbg.__wbg_setaddressmodev_911f607ff1319cf6 = function(arg0, arg1) {
911
+ arg0.addressModeV = __wbindgen_enum_GpuAddressMode[arg1];
912
+ };
913
+ imports.wbg.__wbg_setaddressmodew_b7c68665b89d5500 = function(arg0, arg1) {
914
+ arg0.addressModeW = __wbindgen_enum_GpuAddressMode[arg1];
915
+ };
916
+ imports.wbg.__wbg_setalpha_eb6e37beb08f6a6a = function(arg0, arg1) {
917
+ arg0.alpha = arg1;
918
+ };
919
+ imports.wbg.__wbg_setalphamode_2a9be051489d8bbd = function(arg0, arg1) {
920
+ arg0.alphaMode = __wbindgen_enum_GpuCanvasAlphaMode[arg1];
921
+ };
922
+ imports.wbg.__wbg_setalphatocoverageenabled_1f594c6ef9ae4caa = function(arg0, arg1) {
923
+ arg0.alphaToCoverageEnabled = arg1 !== 0;
924
+ };
925
+ imports.wbg.__wbg_setarraylayercount_93d58eca9387b84c = function(arg0, arg1) {
926
+ arg0.arrayLayerCount = arg1 >>> 0;
927
+ };
928
+ imports.wbg.__wbg_setarraystride_5ace211a6c31af55 = function(arg0, arg1) {
929
+ arg0.arrayStride = arg1;
930
+ };
931
+ imports.wbg.__wbg_setaspect_e3aa9cad44e6338f = function(arg0, arg1) {
932
+ arg0.aspect = __wbindgen_enum_GpuTextureAspect[arg1];
933
+ };
934
+ imports.wbg.__wbg_setattributes_8cfe8a349778ff6d = function(arg0, arg1) {
935
+ arg0.attributes = arg1;
936
+ };
937
+ imports.wbg.__wbg_setb_52915cc78721cadb = function(arg0, arg1) {
938
+ arg0.b = arg1;
939
+ };
940
+ imports.wbg.__wbg_setbasearraylayer_798dcd012d28aafd = function(arg0, arg1) {
941
+ arg0.baseArrayLayer = arg1 >>> 0;
942
+ };
943
+ imports.wbg.__wbg_setbasemiplevel_ff05f0742029fbd7 = function(arg0, arg1) {
944
+ arg0.baseMipLevel = arg1 >>> 0;
945
+ };
946
+ imports.wbg.__wbg_setbeginningofpasswriteindex_90fab5f12cddf335 = function(arg0, arg1) {
947
+ arg0.beginningOfPassWriteIndex = arg1 >>> 0;
948
+ };
949
+ imports.wbg.__wbg_setbeginningofpasswriteindex_ad07a73147217513 = function(arg0, arg1) {
950
+ arg0.beginningOfPassWriteIndex = arg1 >>> 0;
951
+ };
952
+ imports.wbg.__wbg_setbindgrouplayouts_9eff5e187a1db39e = function(arg0, arg1) {
953
+ arg0.bindGroupLayouts = arg1;
954
+ };
955
+ imports.wbg.__wbg_setbinding_3ada8a83c514d419 = function(arg0, arg1) {
956
+ arg0.binding = arg1 >>> 0;
957
+ };
958
+ imports.wbg.__wbg_setbinding_9a389db987313ca9 = function(arg0, arg1) {
959
+ arg0.binding = arg1 >>> 0;
960
+ };
961
+ imports.wbg.__wbg_setblend_15fcdb6fca391aa3 = function(arg0, arg1) {
962
+ arg0.blend = arg1;
963
+ };
964
+ imports.wbg.__wbg_setbuffer_1fbf10c9c273bb39 = function(arg0, arg1) {
965
+ arg0.buffer = arg1;
966
+ };
967
+ imports.wbg.__wbg_setbuffer_581ee8422928bd0d = function(arg0, arg1) {
968
+ arg0.buffer = arg1;
969
+ };
970
+ imports.wbg.__wbg_setbuffer_ac25c198252221bd = function(arg0, arg1) {
971
+ arg0.buffer = arg1;
972
+ };
973
+ imports.wbg.__wbg_setbuffers_4515e14c72e1bc45 = function(arg0, arg1) {
974
+ arg0.buffers = arg1;
975
+ };
976
+ imports.wbg.__wbg_setbytesperrow_4c52e94a64f7b18a = function(arg0, arg1) {
977
+ arg0.bytesPerRow = arg1 >>> 0;
978
+ };
979
+ imports.wbg.__wbg_setbytesperrow_dada68f168446660 = function(arg0, arg1) {
980
+ arg0.bytesPerRow = arg1 >>> 0;
981
+ };
982
+ imports.wbg.__wbg_setclearvalue_9fd25161e3ff7358 = function(arg0, arg1) {
983
+ arg0.clearValue = arg1;
984
+ };
985
+ imports.wbg.__wbg_setcode_1d146372551ab97f = function(arg0, arg1, arg2) {
986
+ arg0.code = getStringFromWasm0(arg1, arg2);
987
+ };
988
+ imports.wbg.__wbg_setcolor_63a788c8828014d8 = function(arg0, arg1) {
989
+ arg0.color = arg1;
990
+ };
991
+ imports.wbg.__wbg_setcolorattachments_b56ec268556eb0af = function(arg0, arg1) {
992
+ arg0.colorAttachments = arg1;
993
+ };
994
+ imports.wbg.__wbg_setcompare_986db63daac4c337 = function(arg0, arg1) {
995
+ arg0.compare = __wbindgen_enum_GpuCompareFunction[arg1];
996
+ };
997
+ imports.wbg.__wbg_setcompare_b6bd133fd1c7206a = function(arg0, arg1) {
998
+ arg0.compare = __wbindgen_enum_GpuCompareFunction[arg1];
999
+ };
1000
+ imports.wbg.__wbg_setcompute_edb2d4dd43759577 = function(arg0, arg1) {
1001
+ arg0.compute = arg1;
1002
+ };
1003
+ imports.wbg.__wbg_setcount_6b3574238f446a02 = function(arg0, arg1) {
1004
+ arg0.count = arg1 >>> 0;
1005
+ };
1006
+ imports.wbg.__wbg_setcullmode_f1cc439f208cf7d2 = function(arg0, arg1) {
1007
+ arg0.cullMode = __wbindgen_enum_GpuCullMode[arg1];
1008
+ };
1009
+ imports.wbg.__wbg_setdepthbias_0c225de07a2372b1 = function(arg0, arg1) {
1010
+ arg0.depthBias = arg1;
1011
+ };
1012
+ imports.wbg.__wbg_setdepthbiasclamp_bd34181bc74b8a65 = function(arg0, arg1) {
1013
+ arg0.depthBiasClamp = arg1;
1014
+ };
1015
+ imports.wbg.__wbg_setdepthbiasslopescale_d43ddce65f19c9be = function(arg0, arg1) {
1016
+ arg0.depthBiasSlopeScale = arg1;
1017
+ };
1018
+ imports.wbg.__wbg_setdepthclearvalue_eb76fedd34b20053 = function(arg0, arg1) {
1019
+ arg0.depthClearValue = arg1;
1020
+ };
1021
+ imports.wbg.__wbg_setdepthcompare_491947ed2f6065b9 = function(arg0, arg1) {
1022
+ arg0.depthCompare = __wbindgen_enum_GpuCompareFunction[arg1];
1023
+ };
1024
+ imports.wbg.__wbg_setdepthfailop_4983b01413b9f743 = function(arg0, arg1) {
1025
+ arg0.depthFailOp = __wbindgen_enum_GpuStencilOperation[arg1];
1026
+ };
1027
+ imports.wbg.__wbg_setdepthloadop_c7deb718c4129a2c = function(arg0, arg1) {
1028
+ arg0.depthLoadOp = __wbindgen_enum_GpuLoadOp[arg1];
1029
+ };
1030
+ imports.wbg.__wbg_setdepthorarraylayers_5686e74657700bc2 = function(arg0, arg1) {
1031
+ arg0.depthOrArrayLayers = arg1 >>> 0;
1032
+ };
1033
+ imports.wbg.__wbg_setdepthreadonly_18602250b14fa638 = function(arg0, arg1) {
1034
+ arg0.depthReadOnly = arg1 !== 0;
1035
+ };
1036
+ imports.wbg.__wbg_setdepthstencil_e6069a8b511d1004 = function(arg0, arg1) {
1037
+ arg0.depthStencil = arg1;
1038
+ };
1039
+ imports.wbg.__wbg_setdepthstencilattachment_90d13c414095197d = function(arg0, arg1) {
1040
+ arg0.depthStencilAttachment = arg1;
1041
+ };
1042
+ imports.wbg.__wbg_setdepthstoreop_55f84f2f9039c453 = function(arg0, arg1) {
1043
+ arg0.depthStoreOp = __wbindgen_enum_GpuStoreOp[arg1];
1044
+ };
1045
+ imports.wbg.__wbg_setdepthwriteenabled_e419ffe553654371 = function(arg0, arg1) {
1046
+ arg0.depthWriteEnabled = arg1 !== 0;
1047
+ };
1048
+ imports.wbg.__wbg_setdevice_91facdf766d51abf = function(arg0, arg1) {
1049
+ arg0.device = arg1;
1050
+ };
1051
+ imports.wbg.__wbg_setdimension_47ad758bb7805028 = function(arg0, arg1) {
1052
+ arg0.dimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
1053
+ };
1054
+ imports.wbg.__wbg_setdimension_500c3bec57e8ac12 = function(arg0, arg1) {
1055
+ arg0.dimension = __wbindgen_enum_GpuTextureDimension[arg1];
1056
+ };
1057
+ imports.wbg.__wbg_setdstfactor_abdf4d85b8f742b5 = function(arg0, arg1) {
1058
+ arg0.dstFactor = __wbindgen_enum_GpuBlendFactor[arg1];
1059
+ };
1060
+ imports.wbg.__wbg_setendofpasswriteindex_82a42f6ec7d55754 = function(arg0, arg1) {
1061
+ arg0.endOfPassWriteIndex = arg1 >>> 0;
1062
+ };
1063
+ imports.wbg.__wbg_setendofpasswriteindex_bd98b6c885176c21 = function(arg0, arg1) {
1064
+ arg0.endOfPassWriteIndex = arg1 >>> 0;
1065
+ };
1066
+ imports.wbg.__wbg_setentries_136baaaafb25087f = function(arg0, arg1) {
1067
+ arg0.entries = arg1;
1068
+ };
1069
+ imports.wbg.__wbg_setentries_7c41d594195ebe78 = function(arg0, arg1) {
1070
+ arg0.entries = arg1;
1071
+ };
1072
+ imports.wbg.__wbg_setentrypoint_6f3d3792022065f4 = function(arg0, arg1, arg2) {
1073
+ arg0.entryPoint = getStringFromWasm0(arg1, arg2);
1074
+ };
1075
+ imports.wbg.__wbg_setentrypoint_913e091cc9a07667 = function(arg0, arg1, arg2) {
1076
+ arg0.entryPoint = getStringFromWasm0(arg1, arg2);
1077
+ };
1078
+ imports.wbg.__wbg_setentrypoint_96944272d50efb55 = function(arg0, arg1, arg2) {
1079
+ arg0.entryPoint = getStringFromWasm0(arg1, arg2);
1080
+ };
1081
+ imports.wbg.__wbg_setfailop_fd94b46d0cd7c4f2 = function(arg0, arg1) {
1082
+ arg0.failOp = __wbindgen_enum_GpuStencilOperation[arg1];
1083
+ };
1084
+ imports.wbg.__wbg_setformat_29126ee763612515 = function(arg0, arg1) {
1085
+ arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
1086
+ };
1087
+ imports.wbg.__wbg_setformat_450c4be578985cb4 = function(arg0, arg1) {
1088
+ arg0.format = __wbindgen_enum_GpuVertexFormat[arg1];
1089
+ };
1090
+ imports.wbg.__wbg_setformat_582f639b8a79115c = function(arg0, arg1) {
1091
+ arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
1092
+ };
1093
+ imports.wbg.__wbg_setformat_6ac892268eeef402 = function(arg0, arg1) {
1094
+ arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
1095
+ };
1096
+ imports.wbg.__wbg_setformat_a622a57e42ae23e4 = function(arg0, arg1) {
1097
+ arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
1098
+ };
1099
+ imports.wbg.__wbg_setformat_bdfc7be2aa989382 = function(arg0, arg1) {
1100
+ arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
1101
+ };
1102
+ imports.wbg.__wbg_setformat_c3ba1e26468014ae = function(arg0, arg1) {
1103
+ arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
1104
+ };
1105
+ imports.wbg.__wbg_setfragment_84f03cfa83c432b2 = function(arg0, arg1) {
1106
+ arg0.fragment = arg1;
1107
+ };
1108
+ imports.wbg.__wbg_setfrontface_1c87b2e21f85a97f = function(arg0, arg1) {
1109
+ arg0.frontFace = __wbindgen_enum_GpuFrontFace[arg1];
1110
+ };
1111
+ imports.wbg.__wbg_setg_b94c63958617b86c = function(arg0, arg1) {
1112
+ arg0.g = arg1;
1113
+ };
1114
+ imports.wbg.__wbg_sethasdynamicoffset_9dc29179158975e4 = function(arg0, arg1) {
1115
+ arg0.hasDynamicOffset = arg1 !== 0;
1116
+ };
1117
+ imports.wbg.__wbg_setheight_080fa3e226a83750 = function(arg0, arg1) {
1118
+ arg0.height = arg1 >>> 0;
1119
+ };
1187
1120
  imports.wbg.__wbg_setheight_433680330c9420c3 = function(arg0, arg1) {
1188
1121
  arg0.height = arg1 >>> 0;
1189
1122
  };
1190
1123
  imports.wbg.__wbg_setheight_da683a33fa99843c = function(arg0, arg1) {
1191
1124
  arg0.height = arg1 >>> 0;
1192
1125
  };
1193
- imports.wbg.__wbg_setonuncapturederror_daf12032b2ca712a = function(arg0, arg1) {
1194
- arg0.onuncapturederror = arg1;
1126
+ imports.wbg.__wbg_setlabel_034d85243342ac5c = function(arg0, arg1, arg2) {
1127
+ arg0.label = getStringFromWasm0(arg1, arg2);
1128
+ };
1129
+ imports.wbg.__wbg_setlabel_1e2e0069cbf2bd78 = function(arg0, arg1, arg2) {
1130
+ arg0.label = getStringFromWasm0(arg1, arg2);
1131
+ };
1132
+ imports.wbg.__wbg_setlabel_21544401e31cd317 = function(arg0, arg1, arg2) {
1133
+ arg0.label = getStringFromWasm0(arg1, arg2);
1134
+ };
1135
+ imports.wbg.__wbg_setlabel_2312a64e22934a2b = function(arg0, arg1, arg2) {
1136
+ arg0.label = getStringFromWasm0(arg1, arg2);
1137
+ };
1138
+ imports.wbg.__wbg_setlabel_2ed86217d97ea3d5 = function(arg0, arg1, arg2) {
1139
+ arg0.label = getStringFromWasm0(arg1, arg2);
1140
+ };
1141
+ imports.wbg.__wbg_setlabel_3f988ca8291e319f = function(arg0, arg1, arg2) {
1142
+ arg0.label = getStringFromWasm0(arg1, arg2);
1143
+ };
1144
+ imports.wbg.__wbg_setlabel_4e4cb7e7f8cc2b59 = function(arg0, arg1, arg2) {
1145
+ arg0.label = getStringFromWasm0(arg1, arg2);
1146
+ };
1147
+ imports.wbg.__wbg_setlabel_73d706a16d13a23c = function(arg0, arg1, arg2) {
1148
+ arg0.label = getStringFromWasm0(arg1, arg2);
1149
+ };
1150
+ imports.wbg.__wbg_setlabel_81dd67dee9cd4287 = function(arg0, arg1, arg2) {
1151
+ arg0.label = getStringFromWasm0(arg1, arg2);
1152
+ };
1153
+ imports.wbg.__wbg_setlabel_8f9ebe053f8da7a0 = function(arg0, arg1, arg2) {
1154
+ arg0.label = getStringFromWasm0(arg1, arg2);
1155
+ };
1156
+ imports.wbg.__wbg_setlabel_a96e4bdaec7882ee = function(arg0, arg1, arg2) {
1157
+ arg0.label = getStringFromWasm0(arg1, arg2);
1158
+ };
1159
+ imports.wbg.__wbg_setlabel_bfbd23fc748f8f94 = function(arg0, arg1, arg2) {
1160
+ arg0.label = getStringFromWasm0(arg1, arg2);
1161
+ };
1162
+ imports.wbg.__wbg_setlabel_d400966bd7759b26 = function(arg0, arg1, arg2) {
1163
+ arg0.label = getStringFromWasm0(arg1, arg2);
1164
+ };
1165
+ imports.wbg.__wbg_setlabel_e1499888d936ca3f = function(arg0, arg1, arg2) {
1166
+ arg0.label = getStringFromWasm0(arg1, arg2);
1167
+ };
1168
+ imports.wbg.__wbg_setlabel_ecb2c1eab1d46433 = function(arg0, arg1, arg2) {
1169
+ arg0.label = getStringFromWasm0(arg1, arg2);
1170
+ };
1171
+ imports.wbg.__wbg_setlayout_0770a97fe3411616 = function(arg0, arg1) {
1172
+ arg0.layout = arg1;
1173
+ };
1174
+ imports.wbg.__wbg_setlayout_0e88cce0b3d76c31 = function(arg0, arg1) {
1175
+ arg0.layout = arg1;
1176
+ };
1177
+ imports.wbg.__wbg_setlayout_640caab7a290275b = function(arg0, arg1) {
1178
+ arg0.layout = arg1;
1179
+ };
1180
+ imports.wbg.__wbg_setloadop_6725bf0c5b509ae7 = function(arg0, arg1) {
1181
+ arg0.loadOp = __wbindgen_enum_GpuLoadOp[arg1];
1182
+ };
1183
+ imports.wbg.__wbg_setlodmaxclamp_3a51dd81fde72c8d = function(arg0, arg1) {
1184
+ arg0.lodMaxClamp = arg1;
1185
+ };
1186
+ imports.wbg.__wbg_setlodminclamp_f48943c1f01e12f9 = function(arg0, arg1) {
1187
+ arg0.lodMinClamp = arg1;
1188
+ };
1189
+ imports.wbg.__wbg_setmagfilter_5794fd33d3902192 = function(arg0, arg1) {
1190
+ arg0.magFilter = __wbindgen_enum_GpuFilterMode[arg1];
1191
+ };
1192
+ imports.wbg.__wbg_setmappedatcreation_e0c884a30f64323b = function(arg0, arg1) {
1193
+ arg0.mappedAtCreation = arg1 !== 0;
1194
+ };
1195
+ imports.wbg.__wbg_setmask_9094d3e3f6f3a7dc = function(arg0, arg1) {
1196
+ arg0.mask = arg1 >>> 0;
1197
+ };
1198
+ imports.wbg.__wbg_setmaxanisotropy_1377b74addad8758 = function(arg0, arg1) {
1199
+ arg0.maxAnisotropy = arg1;
1200
+ };
1201
+ imports.wbg.__wbg_setminbindingsize_4a9f4d0d9ee579af = function(arg0, arg1) {
1202
+ arg0.minBindingSize = arg1;
1203
+ };
1204
+ imports.wbg.__wbg_setminfilter_32dc39202a18cd7b = function(arg0, arg1) {
1205
+ arg0.minFilter = __wbindgen_enum_GpuFilterMode[arg1];
1206
+ };
1207
+ imports.wbg.__wbg_setmiplevel_992f82e991b163b8 = function(arg0, arg1) {
1208
+ arg0.mipLevel = arg1 >>> 0;
1209
+ };
1210
+ imports.wbg.__wbg_setmiplevelcount_1d13855f7726190c = function(arg0, arg1) {
1211
+ arg0.mipLevelCount = arg1 >>> 0;
1212
+ };
1213
+ imports.wbg.__wbg_setmiplevelcount_a5a0102e4248e5bb = function(arg0, arg1) {
1214
+ arg0.mipLevelCount = arg1 >>> 0;
1215
+ };
1216
+ imports.wbg.__wbg_setmipmapfilter_00493c30d94b571e = function(arg0, arg1) {
1217
+ arg0.mipmapFilter = __wbindgen_enum_GpuMipmapFilterMode[arg1];
1218
+ };
1219
+ imports.wbg.__wbg_setmodule_3b5d2caf4d494fba = function(arg0, arg1) {
1220
+ arg0.module = arg1;
1221
+ };
1222
+ imports.wbg.__wbg_setmodule_882651860e912779 = function(arg0, arg1) {
1223
+ arg0.module = arg1;
1224
+ };
1225
+ imports.wbg.__wbg_setmodule_b46c4a937ee89c3b = function(arg0, arg1) {
1226
+ arg0.module = arg1;
1227
+ };
1228
+ imports.wbg.__wbg_setmultisample_0a38af2e310bacc6 = function(arg0, arg1) {
1229
+ arg0.multisample = arg1;
1230
+ };
1231
+ imports.wbg.__wbg_setmultisampled_f2de771b3ad62ff3 = function(arg0, arg1) {
1232
+ arg0.multisampled = arg1 !== 0;
1233
+ };
1234
+ imports.wbg.__wbg_setoffset_2f662a67531a826b = function(arg0, arg1) {
1235
+ arg0.offset = arg1;
1236
+ };
1237
+ imports.wbg.__wbg_setoffset_31c0a660f535c545 = function(arg0, arg1) {
1238
+ arg0.offset = arg1;
1239
+ };
1240
+ imports.wbg.__wbg_setoffset_3eb0797dcc9c9464 = function(arg0, arg1) {
1241
+ arg0.offset = arg1;
1242
+ };
1243
+ imports.wbg.__wbg_setoffset_a675629849c5f3b4 = function(arg0, arg1) {
1244
+ arg0.offset = arg1;
1245
+ };
1246
+ imports.wbg.__wbg_setoperation_879618283d591339 = function(arg0, arg1) {
1247
+ arg0.operation = __wbindgen_enum_GpuBlendOperation[arg1];
1248
+ };
1249
+ imports.wbg.__wbg_setorigin_11de57058b4d23fb = function(arg0, arg1) {
1250
+ arg0.origin = arg1;
1251
+ };
1252
+ imports.wbg.__wbg_setpassop_238c7cbc20505ae9 = function(arg0, arg1) {
1253
+ arg0.passOp = __wbindgen_enum_GpuStencilOperation[arg1];
1254
+ };
1255
+ imports.wbg.__wbg_setpowerpreference_f4cead100f48bab0 = function(arg0, arg1) {
1256
+ arg0.powerPreference = __wbindgen_enum_GpuPowerPreference[arg1];
1257
+ };
1258
+ imports.wbg.__wbg_setprimitive_01150af3e98fb372 = function(arg0, arg1) {
1259
+ arg0.primitive = arg1;
1260
+ };
1261
+ imports.wbg.__wbg_setqueryset_8441106911a3af36 = function(arg0, arg1) {
1262
+ arg0.querySet = arg1;
1263
+ };
1264
+ imports.wbg.__wbg_setqueryset_9921033bb33d882c = function(arg0, arg1) {
1265
+ arg0.querySet = arg1;
1266
+ };
1267
+ imports.wbg.__wbg_setr_08c1678b22216ee0 = function(arg0, arg1) {
1268
+ arg0.r = arg1;
1269
+ };
1270
+ imports.wbg.__wbg_setrequiredfeatures_e9ee2e22feba0db3 = function(arg0, arg1) {
1271
+ arg0.requiredFeatures = arg1;
1272
+ };
1273
+ imports.wbg.__wbg_setresolvetarget_d00e2ef5a7388503 = function(arg0, arg1) {
1274
+ arg0.resolveTarget = arg1;
1275
+ };
1276
+ imports.wbg.__wbg_setresource_5a4cc69a127b394e = function(arg0, arg1) {
1277
+ arg0.resource = arg1;
1195
1278
  };
1196
1279
  imports.wbg.__wbg_setresponseType_4267195f737262d5 = function(arg0, arg1) {
1197
1280
  arg0.responseType = __wbindgen_enum_XmlHttpRequestResponseType[arg1];
1198
1281
  };
1282
+ imports.wbg.__wbg_setrowsperimage_678794ed5e8f43cd = function(arg0, arg1) {
1283
+ arg0.rowsPerImage = arg1 >>> 0;
1284
+ };
1285
+ imports.wbg.__wbg_setrowsperimage_f456122723767189 = function(arg0, arg1) {
1286
+ arg0.rowsPerImage = arg1 >>> 0;
1287
+ };
1288
+ imports.wbg.__wbg_setsamplecount_c44a2a6eebe72dcc = function(arg0, arg1) {
1289
+ arg0.sampleCount = arg1 >>> 0;
1290
+ };
1291
+ imports.wbg.__wbg_setsampler_ab33334fb83c5a17 = function(arg0, arg1) {
1292
+ arg0.sampler = arg1;
1293
+ };
1294
+ imports.wbg.__wbg_setsampletype_89fd8e71274ee6c2 = function(arg0, arg1) {
1295
+ arg0.sampleType = __wbindgen_enum_GpuTextureSampleType[arg1];
1296
+ };
1297
+ imports.wbg.__wbg_setshaderlocation_b905e964144cc9ad = function(arg0, arg1) {
1298
+ arg0.shaderLocation = arg1 >>> 0;
1299
+ };
1300
+ imports.wbg.__wbg_setsize_a877ed6f434871bd = function(arg0, arg1) {
1301
+ arg0.size = arg1;
1302
+ };
1303
+ imports.wbg.__wbg_setsize_b2cab7e432ec25dc = function(arg0, arg1) {
1304
+ arg0.size = arg1;
1305
+ };
1306
+ imports.wbg.__wbg_setsize_c167af29ed0f618c = function(arg0, arg1) {
1307
+ arg0.size = arg1;
1308
+ };
1309
+ imports.wbg.__wbg_setsrcfactor_3bf35cc93f12e8c2 = function(arg0, arg1) {
1310
+ arg0.srcFactor = __wbindgen_enum_GpuBlendFactor[arg1];
1311
+ };
1312
+ imports.wbg.__wbg_setstencilback_6d0e3812c09eb489 = function(arg0, arg1) {
1313
+ arg0.stencilBack = arg1;
1314
+ };
1315
+ imports.wbg.__wbg_setstencilclearvalue_53b51b80af22b8a4 = function(arg0, arg1) {
1316
+ arg0.stencilClearValue = arg1 >>> 0;
1317
+ };
1318
+ imports.wbg.__wbg_setstencilfront_223b59e436e04d2d = function(arg0, arg1) {
1319
+ arg0.stencilFront = arg1;
1320
+ };
1321
+ imports.wbg.__wbg_setstencilloadop_d88ff17c1f14f3b3 = function(arg0, arg1) {
1322
+ arg0.stencilLoadOp = __wbindgen_enum_GpuLoadOp[arg1];
1323
+ };
1324
+ imports.wbg.__wbg_setstencilreadmask_f7b2d22f2682c8f6 = function(arg0, arg1) {
1325
+ arg0.stencilReadMask = arg1 >>> 0;
1326
+ };
1327
+ imports.wbg.__wbg_setstencilreadonly_6fba8956bae14007 = function(arg0, arg1) {
1328
+ arg0.stencilReadOnly = arg1 !== 0;
1329
+ };
1330
+ imports.wbg.__wbg_setstencilstoreop_9637a0cb039fc7bb = function(arg0, arg1) {
1331
+ arg0.stencilStoreOp = __wbindgen_enum_GpuStoreOp[arg1];
1332
+ };
1333
+ imports.wbg.__wbg_setstencilwritemask_fc2b202439c71444 = function(arg0, arg1) {
1334
+ arg0.stencilWriteMask = arg1 >>> 0;
1335
+ };
1336
+ imports.wbg.__wbg_setstepmode_953dbc499c2ea5db = function(arg0, arg1) {
1337
+ arg0.stepMode = __wbindgen_enum_GpuVertexStepMode[arg1];
1338
+ };
1339
+ imports.wbg.__wbg_setstoragetexture_0634dd6c87ac1132 = function(arg0, arg1) {
1340
+ arg0.storageTexture = arg1;
1341
+ };
1342
+ imports.wbg.__wbg_setstoreop_d6e36afb7a3bc15a = function(arg0, arg1) {
1343
+ arg0.storeOp = __wbindgen_enum_GpuStoreOp[arg1];
1344
+ };
1345
+ imports.wbg.__wbg_setstripindexformat_6813dd6e867de4f2 = function(arg0, arg1) {
1346
+ arg0.stripIndexFormat = __wbindgen_enum_GpuIndexFormat[arg1];
1347
+ };
1348
+ imports.wbg.__wbg_settargets_0ab03a33d2c15ccd = function(arg0, arg1) {
1349
+ arg0.targets = arg1;
1350
+ };
1351
+ imports.wbg.__wbg_settexture_72c4d60403590233 = function(arg0, arg1) {
1352
+ arg0.texture = arg1;
1353
+ };
1354
+ imports.wbg.__wbg_settexture_9dc3759e93cfbb84 = function(arg0, arg1) {
1355
+ arg0.texture = arg1;
1356
+ };
1199
1357
  imports.wbg.__wbg_settimeout_0354c6307cd5eae8 = function(arg0, arg1) {
1200
1358
  arg0.timeout = arg1 >>> 0;
1201
1359
  };
1360
+ imports.wbg.__wbg_settimestampwrites_736aa6c2c69ccaea = function(arg0, arg1) {
1361
+ arg0.timestampWrites = arg1;
1362
+ };
1363
+ imports.wbg.__wbg_settimestampwrites_be461aab39b4e744 = function(arg0, arg1) {
1364
+ arg0.timestampWrites = arg1;
1365
+ };
1366
+ imports.wbg.__wbg_settopology_84962f44b37e8986 = function(arg0, arg1) {
1367
+ arg0.topology = __wbindgen_enum_GpuPrimitiveTopology[arg1];
1368
+ };
1369
+ imports.wbg.__wbg_settype_4ff365ea9ad896aa = function(arg0, arg1) {
1370
+ arg0.type = __wbindgen_enum_GpuBufferBindingType[arg1];
1371
+ };
1372
+ imports.wbg.__wbg_settype_b4b2fc6fbad39aeb = function(arg0, arg1) {
1373
+ arg0.type = __wbindgen_enum_GpuSamplerBindingType[arg1];
1374
+ };
1375
+ imports.wbg.__wbg_setusage_3bf7bce356282919 = function(arg0, arg1) {
1376
+ arg0.usage = arg1 >>> 0;
1377
+ };
1378
+ imports.wbg.__wbg_setusage_48c9e7b82b575c9a = function(arg0, arg1) {
1379
+ arg0.usage = arg1 >>> 0;
1380
+ };
1381
+ imports.wbg.__wbg_setusage_a102e6844c6a65de = function(arg0, arg1) {
1382
+ arg0.usage = arg1 >>> 0;
1383
+ };
1384
+ imports.wbg.__wbg_setusage_ea5e5efc19daea09 = function(arg0, arg1) {
1385
+ arg0.usage = arg1 >>> 0;
1386
+ };
1387
+ imports.wbg.__wbg_setvertex_96327c405a801524 = function(arg0, arg1) {
1388
+ arg0.vertex = arg1;
1389
+ };
1390
+ imports.wbg.__wbg_setview_2d2806aa6c5822ca = function(arg0, arg1) {
1391
+ arg0.view = arg1;
1392
+ };
1393
+ imports.wbg.__wbg_setview_b7216eb00b7f584a = function(arg0, arg1) {
1394
+ arg0.view = arg1;
1395
+ };
1396
+ imports.wbg.__wbg_setviewdimension_c6aedf84f79e2593 = function(arg0, arg1) {
1397
+ arg0.viewDimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
1398
+ };
1399
+ imports.wbg.__wbg_setviewdimension_ccb64a21a1495106 = function(arg0, arg1) {
1400
+ arg0.viewDimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
1401
+ };
1402
+ imports.wbg.__wbg_setviewformats_65a3ce6335913be2 = function(arg0, arg1) {
1403
+ arg0.viewFormats = arg1;
1404
+ };
1405
+ imports.wbg.__wbg_setviewformats_d7be9eae49a0933b = function(arg0, arg1) {
1406
+ arg0.viewFormats = arg1;
1407
+ };
1408
+ imports.wbg.__wbg_setvisibility_3445d21752d17ded = function(arg0, arg1) {
1409
+ arg0.visibility = arg1 >>> 0;
1410
+ };
1202
1411
  imports.wbg.__wbg_setwidth_660ca581e3fbe279 = function(arg0, arg1) {
1203
1412
  arg0.width = arg1 >>> 0;
1204
1413
  };
1205
1414
  imports.wbg.__wbg_setwidth_c5fed9f5e7f0b406 = function(arg0, arg1) {
1206
1415
  arg0.width = arg1 >>> 0;
1207
1416
  };
1208
- imports.wbg.__wbg_size_45c769c019ee354e = function(arg0) {
1209
- const ret = arg0.size;
1210
- return ret;
1417
+ imports.wbg.__wbg_setwidth_ff3dae6ae4838a9e = function(arg0, arg1) {
1418
+ arg0.width = arg1 >>> 0;
1419
+ };
1420
+ imports.wbg.__wbg_setwritemask_b94f0c67654d5b00 = function(arg0, arg1) {
1421
+ arg0.writeMask = arg1 >>> 0;
1422
+ };
1423
+ imports.wbg.__wbg_setx_cb03e4f7e9c6b588 = function(arg0, arg1) {
1424
+ arg0.x = arg1 >>> 0;
1425
+ };
1426
+ imports.wbg.__wbg_sety_ca78b7606a8f2c0c = function(arg0, arg1) {
1427
+ arg0.y = arg1 >>> 0;
1428
+ };
1429
+ imports.wbg.__wbg_setz_5389d800d9ef03b4 = function(arg0, arg1) {
1430
+ arg0.z = arg1 >>> 0;
1211
1431
  };
1212
1432
  imports.wbg.__wbg_static_accessor_GLOBAL_88a902d13a557d07 = function() {
1213
1433
  const ret = typeof global === 'undefined' ? null : global;
@@ -1236,7 +1456,7 @@ function __wbg_get_imports() {
1236
1456
  const ret = arg0.status;
1237
1457
  return ret;
1238
1458
  }, arguments) };
1239
- imports.wbg.__wbg_submit_75592557e0c2141c = function(arg0, arg1) {
1459
+ imports.wbg.__wbg_submit_522f9e0b9d7e22fd = function(arg0, arg1) {
1240
1460
  arg0.submit(arg1);
1241
1461
  };
1242
1462
  imports.wbg.__wbg_then_44b73946d2fb3e7d = function(arg0, arg1) {
@@ -1247,17 +1467,9 @@ function __wbg_get_imports() {
1247
1467
  const ret = arg0.then(arg1, arg2);
1248
1468
  return ret;
1249
1469
  };
1250
- imports.wbg.__wbg_unmap_662f1210575affe8 = function(arg0) {
1470
+ imports.wbg.__wbg_unmap_a7fc4fb3238304a4 = function(arg0) {
1251
1471
  arg0.unmap();
1252
1472
  };
1253
- imports.wbg.__wbg_usage_000523533bad5f06 = function(arg0) {
1254
- const ret = arg0.usage;
1255
- return ret;
1256
- };
1257
- imports.wbg.__wbg_valueOf_39a18758c25e8b95 = function(arg0) {
1258
- const ret = arg0.valueOf();
1259
- return ret;
1260
- };
1261
1473
  imports.wbg.__wbg_width_5dde457d606ba683 = function(arg0) {
1262
1474
  const ret = arg0.width;
1263
1475
  return ret;
@@ -1270,15 +1482,12 @@ function __wbg_get_imports() {
1270
1482
  const ret = arg0.width;
1271
1483
  return ret;
1272
1484
  };
1273
- imports.wbg.__wbg_writeBuffer_c78696d1629b48de = function(arg0, arg1, arg2, arg3, arg4, arg5) {
1485
+ imports.wbg.__wbg_writeBuffer_b3540dd159ff60f1 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
1274
1486
  arg0.writeBuffer(arg1, arg2, arg3, arg4, arg5);
1275
- };
1276
- imports.wbg.__wbg_writeTexture_91ff88a4044f669a = function(arg0, arg1, arg2, arg3, arg4) {
1487
+ }, arguments) };
1488
+ imports.wbg.__wbg_writeTexture_2f9937d7cf0d5da0 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
1277
1489
  arg0.writeTexture(arg1, arg2, arg3, arg4);
1278
- };
1279
- imports.wbg.__wbg_writeTimestamp_a8766c734d6aa8d6 = function(arg0, arg1, arg2) {
1280
- arg0.writeTimestamp(arg1, arg2 >>> 0);
1281
- };
1490
+ }, arguments) };
1282
1491
  imports.wbg.__wbindgen_bigint_from_i64 = function(arg0) {
1283
1492
  const ret = arg0;
1284
1493
  return ret;
@@ -1296,12 +1505,8 @@ function __wbg_get_imports() {
1296
1505
  const ret = false;
1297
1506
  return ret;
1298
1507
  };
1299
- imports.wbg.__wbindgen_closure_wrapper18255 = function(arg0, arg1, arg2) {
1300
- const ret = makeMutClosure(arg0, arg1, 5176, __wbg_adapter_36);
1301
- return ret;
1302
- };
1303
- imports.wbg.__wbindgen_closure_wrapper18729 = function(arg0, arg1, arg2) {
1304
- const ret = makeMutClosure(arg0, arg1, 5183, __wbg_adapter_39);
1508
+ imports.wbg.__wbindgen_closure_wrapper19181 = function(arg0, arg1, arg2) {
1509
+ const ret = makeMutClosure(arg0, arg1, 5115, __wbg_adapter_34);
1305
1510
  return ret;
1306
1511
  };
1307
1512
  imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
@@ -1329,9 +1534,8 @@ function __wbg_get_imports() {
1329
1534
  const ret = typeof(arg0) === 'function';
1330
1535
  return ret;
1331
1536
  };
1332
- imports.wbg.__wbindgen_is_object = function(arg0) {
1333
- const val = arg0;
1334
- const ret = typeof(val) === 'object' && val !== null;
1537
+ imports.wbg.__wbindgen_is_null = function(arg0) {
1538
+ const ret = arg0 === null;
1335
1539
  return ret;
1336
1540
  };
1337
1541
  imports.wbg.__wbindgen_is_string = function(arg0) {
@@ -1350,14 +1554,6 @@ function __wbg_get_imports() {
1350
1554
  const ret = arg0;
1351
1555
  return ret;
1352
1556
  };
1353
- imports.wbg.__wbindgen_string_get = function(arg0, arg1) {
1354
- const obj = arg1;
1355
- const ret = typeof(obj) === 'string' ? obj : undefined;
1356
- var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
1357
- var len1 = WASM_VECTOR_LEN;
1358
- getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
1359
- getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
1360
- };
1361
1557
  imports.wbg.__wbindgen_string_new = function(arg0, arg1) {
1362
1558
  const ret = getStringFromWasm0(arg0, arg1);
1363
1559
  return ret;