@rive-app/webgl2 2.23.10 → 2.24.0

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 (4) hide show
  1. package/package.json +1 -1
  2. package/rive.js +501 -500
  3. package/rive.js.map +1 -1
  4. package/rive.wasm +0 -0
package/rive.js CHANGED
@@ -26,51 +26,51 @@ var Rive = (() => {
26
26
  return (
27
27
  function(moduleArg = {}) {
28
28
 
29
- var n = moduleArg, aa, ba;
30
- n.ready = new Promise((a, b) => {
29
+ var m = moduleArg, aa, ba;
30
+ m.ready = new Promise((a, b) => {
31
31
  aa = a;
32
32
  ba = b;
33
33
  });
34
34
  function ca() {
35
35
  function a(g) {
36
- const m = d;
36
+ const n = d;
37
37
  c = b = 0;
38
38
  d = new Map();
39
- m.forEach(p => {
39
+ n.forEach(p => {
40
40
  try {
41
41
  p(g);
42
42
  } catch (l) {
43
43
  console.error(l);
44
44
  }
45
45
  });
46
- this.ib();
47
- e && e.Kb();
46
+ this.jb();
47
+ e && e.Lb();
48
48
  }
49
49
  let b = 0, c = 0, d = new Map(), e = null, f = null;
50
50
  this.requestAnimationFrame = function(g) {
51
51
  b || (b = requestAnimationFrame(a.bind(this)));
52
- const m = ++c;
53
- d.set(m, g);
54
- return m;
52
+ const n = ++c;
53
+ d.set(n, g);
54
+ return n;
55
55
  };
56
56
  this.cancelAnimationFrame = function(g) {
57
57
  d.delete(g);
58
58
  b && 0 == d.size && (cancelAnimationFrame(b), b = 0);
59
59
  };
60
- this.Ib = function(g) {
60
+ this.Jb = function(g) {
61
61
  f && (document.body.remove(f), f = null);
62
- g || (f = document.createElement("div"), f.style.backgroundColor = "black", f.style.position = "fixed", f.style.right = 0, f.style.top = 0, f.style.color = "white", f.style.padding = "4px", f.innerHTML = "RIVE FPS", g = function(m) {
63
- f.innerHTML = "RIVE FPS " + m.toFixed(1);
62
+ g || (f = document.createElement("div"), f.style.backgroundColor = "black", f.style.position = "fixed", f.style.right = 0, f.style.top = 0, f.style.color = "white", f.style.padding = "4px", f.innerHTML = "RIVE FPS", g = function(n) {
63
+ f.innerHTML = "RIVE FPS " + n.toFixed(1);
64
64
  }, document.body.appendChild(f));
65
65
  e = new function() {
66
- let m = 0, p = 0;
67
- this.Kb = function() {
66
+ let n = 0, p = 0;
67
+ this.Lb = function() {
68
68
  var l = performance.now();
69
- p ? (++m, l -= p, 1000 < l && (g(1000 * m / l), m = p = 0)) : (p = l, m = 0);
69
+ p ? (++n, l -= p, 1000 < l && (g(1000 * n / l), n = p = 0)) : (p = l, n = 0);
70
70
  };
71
71
  }();
72
72
  };
73
- this.ib = function() {
73
+ this.jb = function() {
74
74
  };
75
75
  }
76
76
  function da() {
@@ -88,44 +88,44 @@ function da() {
88
88
  return b << 8;
89
89
  };
90
90
  }
91
- const ea = n.onRuntimeInitialized;
92
- n.onRuntimeInitialized = function() {
91
+ const ea = m.onRuntimeInitialized;
92
+ m.onRuntimeInitialized = function() {
93
93
  ea && ea();
94
- let a = n.decodeAudio;
95
- n.decodeAudio = function(e, f) {
94
+ let a = m.decodeAudio;
95
+ m.decodeAudio = function(e, f) {
96
96
  e = a(e);
97
97
  f(e);
98
98
  };
99
- let b = n.decodeFont;
100
- n.decodeFont = function(e, f) {
99
+ let b = m.decodeFont;
100
+ m.decodeFont = function(e, f) {
101
101
  e = b(e);
102
102
  f(e);
103
103
  };
104
- const c = n.FileAssetLoader;
105
- n.ptrToAsset = e => {
106
- let f = n.ptrToFileAsset(e);
107
- return f.isImage ? n.ptrToImageAsset(e) : f.isFont ? n.ptrToFontAsset(e) : f.isAudio ? n.ptrToAudioAsset(e) : f;
104
+ const c = m.FileAssetLoader;
105
+ m.ptrToAsset = e => {
106
+ let f = m.ptrToFileAsset(e);
107
+ return f.isImage ? m.ptrToImageAsset(e) : f.isFont ? m.ptrToFontAsset(e) : f.isAudio ? m.ptrToAudioAsset(e) : f;
108
108
  };
109
- n.CustomFileAssetLoader = c.extend("CustomFileAssetLoader", {__construct:function({loadContents:e}) {
109
+ m.CustomFileAssetLoader = c.extend("CustomFileAssetLoader", {__construct:function({loadContents:e}) {
110
110
  this.__parent.__construct.call(this);
111
- this.zb = e;
111
+ this.Ab = e;
112
112
  }, loadContents:function(e, f) {
113
- e = n.ptrToAsset(e);
114
- return this.zb(e, f);
113
+ e = m.ptrToAsset(e);
114
+ return this.Ab(e, f);
115
115
  },});
116
- n.CDNFileAssetLoader = c.extend("CDNFileAssetLoader", {__construct:function() {
116
+ m.CDNFileAssetLoader = c.extend("CDNFileAssetLoader", {__construct:function() {
117
117
  this.__parent.__construct.call(this);
118
118
  }, loadContents:function(e) {
119
- let f = n.ptrToAsset(e);
119
+ let f = m.ptrToAsset(e);
120
120
  e = f.cdnUuid;
121
121
  if ("" === e) {
122
122
  return !1;
123
123
  }
124
- (function(g, m) {
124
+ (function(g, n) {
125
125
  var p = new XMLHttpRequest();
126
126
  p.responseType = "arraybuffer";
127
127
  p.onreadystatechange = function() {
128
- 4 == p.readyState && 200 == p.status && m(p);
128
+ 4 == p.readyState && 200 == p.status && n(p);
129
129
  };
130
130
  p.open("GET", g, !0);
131
131
  p.send(null);
@@ -134,30 +134,30 @@ n.onRuntimeInitialized = function() {
134
134
  });
135
135
  return !0;
136
136
  },});
137
- n.FallbackFileAssetLoader = c.extend("FallbackFileAssetLoader", {__construct:function() {
137
+ m.FallbackFileAssetLoader = c.extend("FallbackFileAssetLoader", {__construct:function() {
138
138
  this.__parent.__construct.call(this);
139
- this.eb = [];
139
+ this.fb = [];
140
140
  }, addLoader:function(e) {
141
- this.eb.push(e);
141
+ this.fb.push(e);
142
142
  }, loadContents:function(e, f) {
143
- for (let g of this.eb) {
143
+ for (let g of this.fb) {
144
144
  if (g.loadContents(e, f)) {
145
145
  return !0;
146
146
  }
147
147
  }
148
148
  return !1;
149
149
  },});
150
- let d = n.computeAlignment;
151
- n.computeAlignment = function(e, f, g, m, p = 1.0) {
152
- return d.call(this, e, f, g, m, p);
150
+ let d = m.computeAlignment;
151
+ m.computeAlignment = function(e, f, g, n, p = 1.0) {
152
+ return d.call(this, e, f, g, n, p);
153
153
  };
154
154
  };
155
- const fa = n.onRuntimeInitialized;
156
- n.onRuntimeInitialized = function() {
155
+ const fa = m.onRuntimeInitialized;
156
+ m.onRuntimeInitialized = function() {
157
157
  function a(k) {
158
158
  this.F = k;
159
- this.xb = k.getContext("2d");
160
- this.Bb = d;
159
+ this.yb = k.getContext("2d");
160
+ this.Cb = d;
161
161
  this.S = [];
162
162
  this.la = 0;
163
163
  this.clear = function() {
@@ -181,7 +181,7 @@ n.onRuntimeInitialized = function() {
181
181
  this.flush = function() {
182
182
  console.assert(0 == this.la);
183
183
  e.add(this);
184
- d.Ja || c();
184
+ d.Ta || c();
185
185
  };
186
186
  }
187
187
  function b(k, q = !1) {
@@ -190,24 +190,24 @@ n.onRuntimeInitialized = function() {
190
190
  if (!q) {
191
191
  return null;
192
192
  }
193
- var y = ha(r), B = {handle:y, attributes:v, version:v.Cc, H:q};
194
- q.canvas && (q.canvas.nc = B);
193
+ var y = ha(r), B = {handle:y, attributes:v, version:v.Dc, J:q};
194
+ q.canvas && (q.canvas.oc = B);
195
195
  r[y] = B;
196
- ("undefined" == typeof v.Hb || v.Hb) && ia(B);
196
+ ("undefined" == typeof v.Ib || v.Ib) && ia(B);
197
197
  ja(y);
198
198
  v = f(k.width, k.height);
199
- v.yb = y;
199
+ v.zb = y;
200
200
  v.F = k;
201
- v.Ua = k.width;
202
- v.Ta = k.height;
203
- v.ka = q;
201
+ v.Va = k.width;
202
+ v.Ua = k.height;
203
+ v.W = q;
204
204
  return v;
205
205
  }
206
206
  function c() {
207
207
  if (d) {
208
- var k = d.Ab, q = 0, v = 0, y = 0, B = Array(e.size), D = 0;
208
+ var k = d.Bb, q = 0, v = 0, y = 0, B = Array(e.size), D = 0;
209
209
  for (var E of e) {
210
- E.ea = Math.min(E.F.width, k), E.da = Math.min(E.F.height, k), E.Ia = E.da * E.ea, q = Math.max(q, E.ea), v = Math.max(v, E.da), y += E.Ia, B[D++] = E;
210
+ E.fa = Math.min(E.F.width, k), E.ea = Math.min(E.F.height, k), E.Ia = E.ea * E.fa, q = Math.max(q, E.fa), v = Math.max(v, E.ea), y += E.Ia, B[D++] = E;
211
211
  }
212
212
  e.clear();
213
213
  if (!(0 >= y)) {
@@ -218,11 +218,11 @@ n.onRuntimeInitialized = function() {
218
218
  q = Math.min(q, k);
219
219
  q = Math.min(v, k);
220
220
  B.sort((Y, rb) => rb.Ia - Y.Ia);
221
- y = new n.DynamicRectanizer(k);
221
+ y = new m.DynamicRectanizer(k);
222
222
  for (E = 0; E < B.length;) {
223
223
  y.reset(q, v);
224
224
  for (D = E; D < B.length; ++D) {
225
- var H = B[D], F = y.addRect(H.ea, H.da);
225
+ var H = B[D], F = y.addRect(H.fa, H.ea);
226
226
  if (0 > F) {
227
227
  console.assert(D > E);
228
228
  break;
@@ -230,7 +230,7 @@ n.onRuntimeInitialized = function() {
230
230
  H.ra = F & 65535;
231
231
  H.sa = F >> 16;
232
232
  }
233
- H = m.push(y.drawWidth());
233
+ H = n.push(y.drawWidth());
234
234
  F = p.push(y.drawHeight());
235
235
  console.assert(H >= y.drawWidth());
236
236
  console.assert(F >= y.drawHeight());
@@ -241,10 +241,10 @@ n.onRuntimeInitialized = function() {
241
241
  d.clear();
242
242
  for (H = E; H < D; ++H) {
243
243
  F = B[H];
244
- d.saveClipRect(F.ra, F.sa, F.ra + F.ea, F.sa + F.da);
245
- let Y = new n.Mat2D();
246
- Y.xx = F.ea / F.F.width;
247
- Y.yy = F.da / F.F.height;
244
+ d.saveClipRect(F.ra, F.sa, F.ra + F.fa, F.sa + F.ea);
245
+ let Y = new m.Mat2D();
246
+ Y.xx = F.fa / F.F.width;
247
+ Y.yy = F.ea / F.F.height;
248
248
  Y.xy = Y.yx = 0;
249
249
  Y.tx = F.ra;
250
250
  Y.ty = F.sa;
@@ -256,7 +256,7 @@ n.onRuntimeInitialized = function() {
256
256
  F.S = [];
257
257
  }
258
258
  for (d.flush(); E < D; ++E) {
259
- H = B[E], F = H.xb, F.globalCompositeOperation = "copy", F.drawImage(d.F, H.ra, H.sa, H.ea, H.da, 0, 0, H.F.width, H.F.height);
259
+ H = B[E], F = H.yb, F.globalCompositeOperation = "copy", F.drawImage(d.F, H.ra, H.sa, H.fa, H.ea, 0, 0, H.F.width, H.F.height);
260
260
  }
261
261
  E = D;
262
262
  }
@@ -265,59 +265,63 @@ n.onRuntimeInitialized = function() {
265
265
  }
266
266
  fa && fa();
267
267
  let d = null;
268
- const e = new Set(), f = n.makeRenderer;
269
- n.makeRenderer = function(k, q) {
268
+ const e = new Set(), f = m.makeRenderer;
269
+ m.makeRenderer = function(k, q) {
270
270
  if (!d) {
271
271
  function v(y) {
272
- const B = document.createElement("canvas");
272
+ var B = document.createElement("canvas");
273
273
  B.width = 1;
274
274
  B.height = 1;
275
275
  d = b(B, y);
276
- d.Ja = !!d.ka.getExtension("WEBGL_shader_pixel_local_storage");
277
- d.Ab = Math.min(d.ka.getParameter(d.ka.MAX_RENDERBUFFER_SIZE), d.ka.getParameter(d.ka.MAX_TEXTURE_SIZE));
276
+ d.Ta = !!d.W.getExtension("WEBGL_shader_pixel_local_storage");
277
+ d.Bb = Math.min(d.W.getParameter(d.W.MAX_RENDERBUFFER_SIZE), d.W.getParameter(d.W.MAX_TEXTURE_SIZE));
278
+ d.Ja = !d.Ta;
279
+ if (y = d.W.getExtension("WEBGL_debug_renderer_info")) {
280
+ B = d.W.getParameter(y.UNMASKED_RENDERER_WEBGL), d.W.getParameter(y.UNMASKED_VENDOR_WEBGL).includes("Google") && B.includes("ANGLE Metal Renderer") && (d.Ja = !1);
281
+ }
278
282
  return d;
279
283
  }
280
284
  d = v(!0);
281
- d.Ja && (d = v(!1));
285
+ d.Ja || (d = v(!1));
282
286
  }
283
- return q ? new a(k) : b(k, !d.Ja);
287
+ return q ? new a(k) : b(k, d.Ja);
284
288
  };
285
- const g = n.Artboard.prototype.draw;
286
- n.Artboard.prototype.draw = function(k) {
287
- k.S ? k.S.push(g.bind(this, k.Bb)) : g.call(this, k);
289
+ const g = m.Artboard.prototype.draw;
290
+ m.Artboard.prototype.draw = function(k) {
291
+ k.S ? k.S.push(g.bind(this, k.Cb)) : g.call(this, k);
288
292
  };
289
- const m = new da(), p = new da(), l = new ca();
290
- n.requestAnimationFrame = l.requestAnimationFrame.bind(l);
291
- n.cancelAnimationFrame = l.cancelAnimationFrame.bind(l);
292
- n.enableFPSCounter = l.Ib.bind(l);
293
- l.ib = c;
294
- n.resolveAnimationFrame = c;
295
- let t = n.load;
296
- n.load = function(k, q, v = !0) {
297
- const y = new n.FallbackFileAssetLoader();
293
+ const n = new da(), p = new da(), l = new ca();
294
+ m.requestAnimationFrame = l.requestAnimationFrame.bind(l);
295
+ m.cancelAnimationFrame = l.cancelAnimationFrame.bind(l);
296
+ m.enableFPSCounter = l.Jb.bind(l);
297
+ l.jb = c;
298
+ m.resolveAnimationFrame = c;
299
+ let t = m.load;
300
+ m.load = function(k, q, v = !0) {
301
+ const y = new m.FallbackFileAssetLoader();
298
302
  void 0 !== q && y.addLoader(q);
299
- v && (q = new n.CDNFileAssetLoader(), y.addLoader(q));
303
+ v && (q = new m.CDNFileAssetLoader(), y.addLoader(q));
300
304
  return Promise.resolve(t(k, y));
301
305
  };
302
- const u = n.WebGL2Renderer.prototype.clear;
303
- n.WebGL2Renderer.prototype.clear = function() {
304
- ja(this.yb);
306
+ const u = m.WebGL2Renderer.prototype.clear;
307
+ m.WebGL2Renderer.prototype.clear = function() {
308
+ ja(this.zb);
305
309
  const k = this.F;
306
- if (this.Ua != k.width || this.Ta != k.height) {
307
- this.resize(k.width, k.height), this.Ua = k.width, this.Ta = k.height;
310
+ if (this.Va != k.width || this.Ua != k.height) {
311
+ this.resize(k.width, k.height), this.Va = k.width, this.Ua = k.height;
308
312
  }
309
313
  u.call(this);
310
314
  };
311
- n.decodeImage = function(k, q) {
312
- k = n.decodeWebGL2Image(k);
315
+ m.decodeImage = function(k, q) {
316
+ k = m.decodeWebGL2Image(k);
313
317
  q(k);
314
318
  };
315
- let x = n.Renderer.prototype.align;
316
- n.Renderer.prototype.align = function(k, q, v, y, B = 1.0) {
319
+ let x = m.Renderer.prototype.align;
320
+ m.Renderer.prototype.align = function(k, q, v, y, B = 1.0) {
317
321
  x.call(this, k, q, v, y, B);
318
322
  };
319
323
  };
320
- var ka = Object.assign({}, n), la = "./this.program", ma = "object" == typeof window, na = "function" == typeof importScripts, w = "", oa, pa;
324
+ var ka = Object.assign({}, m), la = "./this.program", ma = "object" == typeof window, na = "function" == typeof importScripts, w = "", oa, pa;
321
325
  if (ma || na) {
322
326
  na ? w = self.location.href : "undefined" != typeof document && document.currentScript && (w = document.currentScript.src), _scriptDir && (w = _scriptDir), 0 !== w.indexOf("blob:") ? w = w.substr(0, w.replace(/[?#].*/, "").lastIndexOf("/") + 1) : w = "", na && (pa = a => {
323
327
  var b = new XMLHttpRequest();
@@ -336,35 +340,35 @@ if (ma || na) {
336
340
  d.send(null);
337
341
  };
338
342
  }
339
- var qa = n.print || console.log.bind(console), z = n.printErr || console.error.bind(console);
340
- Object.assign(n, ka);
343
+ var qa = m.print || console.log.bind(console), z = m.printErr || console.error.bind(console);
344
+ Object.assign(m, ka);
341
345
  ka = null;
342
- n.thisProgram && (la = n.thisProgram);
346
+ m.thisProgram && (la = m.thisProgram);
343
347
  var ra;
344
- n.wasmBinary && (ra = n.wasmBinary);
345
- var noExitRuntime = n.noExitRuntime || !0;
348
+ m.wasmBinary && (ra = m.wasmBinary);
349
+ var noExitRuntime = m.noExitRuntime || !0;
346
350
  "object" != typeof WebAssembly && sa("no native wasm support detected");
347
351
  var ta, A, ua = !1, C, G, I, va, J, K, wa, xa;
348
352
  function ya() {
349
353
  var a = ta.buffer;
350
- n.HEAP8 = C = new Int8Array(a);
351
- n.HEAP16 = I = new Int16Array(a);
352
- n.HEAP32 = J = new Int32Array(a);
353
- n.HEAPU8 = G = new Uint8Array(a);
354
- n.HEAPU16 = va = new Uint16Array(a);
355
- n.HEAPU32 = K = new Uint32Array(a);
356
- n.HEAPF32 = wa = new Float32Array(a);
357
- n.HEAPF64 = xa = new Float64Array(a);
354
+ m.HEAP8 = C = new Int8Array(a);
355
+ m.HEAP16 = I = new Int16Array(a);
356
+ m.HEAP32 = J = new Int32Array(a);
357
+ m.HEAPU8 = G = new Uint8Array(a);
358
+ m.HEAPU16 = va = new Uint16Array(a);
359
+ m.HEAPU32 = K = new Uint32Array(a);
360
+ m.HEAPF32 = wa = new Float32Array(a);
361
+ m.HEAPF64 = xa = new Float64Array(a);
358
362
  }
359
363
  var za, Aa = [], Ba = [], Ca = [];
360
364
  function Da() {
361
- var a = n.preRun.shift();
365
+ var a = m.preRun.shift();
362
366
  Aa.unshift(a);
363
367
  }
364
368
  var Ea = 0, Fa = null, Ga = null;
365
369
  function sa(a) {
366
- if (n.onAbort) {
367
- n.onAbort(a);
370
+ if (m.onAbort) {
371
+ m.onAbort(a);
368
372
  }
369
373
  a = "Aborted(" + a + ")";
370
374
  z(a);
@@ -380,7 +384,7 @@ var Ia;
380
384
  Ia = "webgl2_advanced.wasm";
381
385
  if (!Ha(Ia)) {
382
386
  var Ja = Ia;
383
- Ia = n.locateFile ? n.locateFile(Ja, w) : w + Ja;
387
+ Ia = m.locateFile ? m.locateFile(Ja, w) : w + Ja;
384
388
  }
385
389
  function Ka(a) {
386
390
  if (a == Ia && ra) {
@@ -423,31 +427,31 @@ function Na(a, b) {
423
427
  return Ma(c, a, b);
424
428
  }));
425
429
  }
426
- var Oa, Pa, Ta = {491674:(a, b, c, d, e) => {
430
+ var Oa, Pa, Ta = {494190:(a, b, c, d, e) => {
427
431
  if ("undefined" === typeof window || void 0 === (window.AudioContext || window.webkitAudioContext)) {
428
432
  return 0;
429
433
  }
430
434
  if ("undefined" === typeof window.h) {
431
435
  window.h = {Da:0};
432
- window.h.I = {};
433
- window.h.I.Ba = a;
434
- window.h.I.capture = b;
435
- window.h.I.La = c;
436
- window.h.ha = {};
437
- window.h.ha.stopped = d;
438
- window.h.ha.rb = e;
436
+ window.h.H = {};
437
+ window.h.H.Ba = a;
438
+ window.h.H.capture = b;
439
+ window.h.H.La = c;
440
+ window.h.ia = {};
441
+ window.h.ia.stopped = d;
442
+ window.h.ia.sb = e;
439
443
  let f = window.h;
440
444
  f.C = [];
441
- f.lc = function(g) {
442
- for (var m = 0; m < f.C.length; ++m) {
443
- if (null == f.C[m]) {
444
- return f.C[m] = g, m;
445
+ f.mc = function(g) {
446
+ for (var n = 0; n < f.C.length; ++n) {
447
+ if (null == f.C[n]) {
448
+ return f.C[n] = g, n;
445
449
  }
446
450
  }
447
451
  f.C.push(g);
448
452
  return f.C.length - 1;
449
453
  };
450
- f.wb = function(g) {
454
+ f.xb = function(g) {
451
455
  for (f.C[g] = null; 0 < f.C.length;) {
452
456
  if (null == f.C[f.C.length - 1]) {
453
457
  f.C.pop();
@@ -456,39 +460,39 @@ var Oa, Pa, Ta = {491674:(a, b, c, d, e) => {
456
460
  }
457
461
  }
458
462
  };
459
- f.Nc = function(g) {
460
- for (var m = 0; m < f.C.length; ++m) {
461
- if (f.C[m] == g) {
462
- return f.wb(m);
463
+ f.Oc = function(g) {
464
+ for (var n = 0; n < f.C.length; ++n) {
465
+ if (f.C[n] == g) {
466
+ return f.xb(n);
463
467
  }
464
468
  }
465
469
  };
466
470
  f.va = function(g) {
467
471
  return f.C[g];
468
472
  };
469
- f.vb = ["touchend", "click"];
473
+ f.wb = ["touchend", "click"];
470
474
  f.unlock = function() {
471
475
  for (var g = 0; g < f.C.length; ++g) {
472
- var m = f.C[g];
473
- null != m && null != m.J && m.state === f.ha.rb && m.J.resume().then(() => {
474
- Qa(m.jb);
476
+ var n = f.C[g];
477
+ null != n && null != n.I && n.state === f.ia.sb && n.I.resume().then(() => {
478
+ Qa(n.kb);
475
479
  }, p => {
476
480
  console.error("Failed to resume audiocontext", p);
477
481
  });
478
482
  }
479
- f.vb.map(function(p) {
483
+ f.wb.map(function(p) {
480
484
  document.removeEventListener(p, f.unlock, !0);
481
485
  });
482
486
  };
483
- f.vb.map(function(g) {
487
+ f.wb.map(function(g) {
484
488
  document.addEventListener(g, f.unlock, !0);
485
489
  });
486
490
  }
487
491
  window.h.Da += 1;
488
492
  return 1;
489
- }, 493852:() => {
493
+ }, 496368:() => {
490
494
  "undefined" !== typeof window.h && (--window.h.Da, 0 === window.h.Da && delete window.h);
491
- }, 494016:() => void 0 !== navigator.mediaDevices && void 0 !== navigator.mediaDevices.getUserMedia, 494120:() => {
495
+ }, 496532:() => void 0 !== navigator.mediaDevices && void 0 !== navigator.mediaDevices.getUserMedia, 496636:() => {
492
496
  try {
493
497
  var a = new (window.AudioContext || window.webkitAudioContext)(), b = a.sampleRate;
494
498
  a.close();
@@ -496,23 +500,23 @@ var Oa, Pa, Ta = {491674:(a, b, c, d, e) => {
496
500
  } catch (c) {
497
501
  return 0;
498
502
  }
499
- }, 494291:(a, b, c, d, e, f) => {
503
+ }, 496807:(a, b, c, d, e, f) => {
500
504
  if ("undefined" === typeof window.h) {
501
505
  return -1;
502
506
  }
503
- var g = {}, m = {};
504
- a == window.h.I.Ba && 0 != c && (m.sampleRate = c);
505
- g.J = new (window.AudioContext || window.webkitAudioContext)(m);
506
- g.J.suspend();
507
- g.state = window.h.ha.stopped;
507
+ var g = {}, n = {};
508
+ a == window.h.H.Ba && 0 != c && (n.sampleRate = c);
509
+ g.I = new (window.AudioContext || window.webkitAudioContext)(n);
510
+ g.I.suspend();
511
+ g.state = window.h.ia.stopped;
508
512
  c = 0;
509
- a != window.h.I.Ba && (c = b);
510
- g.Y = g.J.createScriptProcessor(d, c, b);
511
- g.Y.onaudioprocess = function(p) {
513
+ a != window.h.H.Ba && (c = b);
514
+ g.Z = g.I.createScriptProcessor(d, c, b);
515
+ g.Z.onaudioprocess = function(p) {
512
516
  if (null == g.wa || 0 == g.wa.length) {
513
517
  g.wa = new Float32Array(wa.buffer, e, d * b);
514
518
  }
515
- if (a == window.h.I.capture || a == window.h.I.La) {
519
+ if (a == window.h.H.capture || a == window.h.H.La) {
516
520
  for (var l = 0; l < b; l += 1) {
517
521
  for (var t = p.inputBuffer.getChannelData(l), u = g.wa, x = 0; x < d; x += 1) {
518
522
  u[x * b + l] = t[x];
@@ -520,7 +524,7 @@ var Oa, Pa, Ta = {491674:(a, b, c, d, e) => {
520
524
  }
521
525
  Ra(f, d, e);
522
526
  }
523
- if (a == window.h.I.Ba || a == window.h.I.La) {
527
+ if (a == window.h.H.Ba || a == window.h.H.La) {
524
528
  for (Sa(f, d, e), l = 0; l < p.outputBuffer.numberOfChannels; ++l) {
525
529
  for (t = p.outputBuffer.getChannelData(l), u = g.wa, x = 0; x < d; x += 1) {
526
530
  t[x] = u[x * b + l];
@@ -532,37 +536,37 @@ var Oa, Pa, Ta = {491674:(a, b, c, d, e) => {
532
536
  }
533
537
  }
534
538
  };
535
- a != window.h.I.capture && a != window.h.I.La || navigator.mediaDevices.getUserMedia({audio:!0, video:!1}).then(function(p) {
536
- g.Ea = g.J.createMediaStreamSource(p);
537
- g.Ea.connect(g.Y);
538
- g.Y.connect(g.J.destination);
539
+ a != window.h.H.capture && a != window.h.H.La || navigator.mediaDevices.getUserMedia({audio:!0, video:!1}).then(function(p) {
540
+ g.Ea = g.I.createMediaStreamSource(p);
541
+ g.Ea.connect(g.Z);
542
+ g.Z.connect(g.I.destination);
539
543
  }).catch(function(p) {
540
544
  console.log("Failed to get user media: " + p);
541
545
  });
542
- a == window.h.I.Ba && g.Y.connect(g.J.destination);
543
- g.jb = f;
544
- return window.h.lc(g);
545
- }, 497168:a => window.h.va(a).J.sampleRate, 497241:a => {
546
+ a == window.h.H.Ba && g.Z.connect(g.I.destination);
547
+ g.kb = f;
548
+ return window.h.mc(g);
549
+ }, 499684:a => window.h.va(a).I.sampleRate, 499757:a => {
546
550
  a = window.h.va(a);
547
- void 0 !== a.Y && (a.Y.onaudioprocess = function() {
548
- }, a.Y.disconnect(), a.Y = void 0);
551
+ void 0 !== a.Z && (a.Z.onaudioprocess = function() {
552
+ }, a.Z.disconnect(), a.Z = void 0);
549
553
  void 0 !== a.Ea && (a.Ea.disconnect(), a.Ea = void 0);
550
- a.J.close();
551
- a.J = void 0;
552
- a.jb = void 0;
553
- }, 497641:a => {
554
- window.h.wb(a);
555
- }, 497691:a => {
554
+ a.I.close();
555
+ a.I = void 0;
556
+ a.kb = void 0;
557
+ }, 500157:a => {
558
+ window.h.xb(a);
559
+ }, 500207:a => {
556
560
  a = window.h.va(a);
557
- a.J.resume();
558
- a.state = window.h.ha.rb;
559
- }, 497830:a => {
561
+ a.I.resume();
562
+ a.state = window.h.ia.sb;
563
+ }, 500346:a => {
560
564
  a = window.h.va(a);
561
- a.J.suspend();
562
- a.state = window.h.ha.stopped;
565
+ a.I.suspend();
566
+ a.state = window.h.ia.stopped;
563
567
  }}, Ua = a => {
564
568
  for (; 0 < a.length;) {
565
- a.shift()(n);
569
+ a.shift()(m);
566
570
  }
567
571
  }, Va = (a, b) => {
568
572
  for (var c = 0, d = a.length - 1; 0 <= d; d--) {
@@ -657,8 +661,8 @@ var bb = "undefined" != typeof TextDecoder ? new TextDecoder("utf8") : void 0, L
657
661
  for (var f = 0; f < a.length; ++f) {
658
662
  var g = a.charCodeAt(f);
659
663
  if (55296 <= g && 57343 >= g) {
660
- var m = a.charCodeAt(++f);
661
- g = 65536 + ((g & 1023) << 10) | m & 1023;
664
+ var n = a.charCodeAt(++f);
665
+ g = 65536 + ((g & 1023) << 10) | n & 1023;
662
666
  }
663
667
  if (127 >= g) {
664
668
  if (c >= d) {
@@ -715,13 +719,13 @@ var jb = {open:function(a) {
715
719
  }, ua:function(a) {
716
720
  a.s.U.ua(a.s);
717
721
  }, read:function(a, b, c, d) {
718
- if (!a.s || !a.s.U.cb) {
722
+ if (!a.s || !a.s.U.eb) {
719
723
  throw new M(60);
720
724
  }
721
725
  for (var e = 0, f = 0; f < d; f++) {
722
726
  try {
723
- var g = a.s.U.cb(a.s);
724
- } catch (m) {
727
+ var g = a.s.U.eb(a.s);
728
+ } catch (n) {
725
729
  throw new M(29);
726
730
  }
727
731
  if (void 0 === g && 0 === e) {
@@ -748,7 +752,7 @@ var jb = {open:function(a) {
748
752
  }
749
753
  d && (a.node.timestamp = Date.now());
750
754
  return e;
751
- },}, kb = {cb:function() {
755
+ },}, kb = {eb:function() {
752
756
  a: {
753
757
  if (!cb.length) {
754
758
  var a = null;
@@ -766,11 +770,11 @@ var jb = {open:function(a) {
766
770
  null === b || 10 === b ? (qa(L(a.D, 0)), a.D = []) : 0 != b && a.D.push(b);
767
771
  }, ua:function(a) {
768
772
  a.D && 0 < a.D.length && (qa(L(a.D, 0)), a.D = []);
769
- }, Ub:function() {
770
- return {sc:25856, uc:5, rc:191, tc:35387, qc:[3, 28, 127, 21, 4, 0, 1, 0, 17, 19, 26, 0, 18, 15, 23, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,]};
771
773
  }, Vb:function() {
772
- return 0;
774
+ return {tc:25856, vc:5, sc:191, uc:35387, rc:[3, 28, 127, 21, 4, 0, 1, 0, 17, 19, 26, 0, 18, 15, 23, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,]};
773
775
  }, Wb:function() {
776
+ return 0;
777
+ }, Xb:function() {
774
778
  return [24, 80];
775
779
  },}, lb = {Oa:function(a, b) {
776
780
  null === b || 10 === b ? (z(L(a.D, 0)), a.D = []) : 0 != b && a.D.push(b);
@@ -787,29 +791,29 @@ var N = {O:null, T() {
787
791
  if (24576 === (c & 61440) || 4096 === (c & 61440)) {
788
792
  throw new M(63);
789
793
  }
790
- N.O || (N.O = {dir:{node:{X:N.l.X, P:N.l.P, ma:N.l.ma, za:N.l.za, pb:N.l.pb, ub:N.l.ub, qb:N.l.qb, nb:N.l.nb, Fa:N.l.Fa}, stream:{aa:N.m.aa}}, file:{node:{X:N.l.X, P:N.l.P}, stream:{aa:N.m.aa, read:N.m.read, write:N.m.write, ta:N.m.ta, fb:N.m.fb, hb:N.m.hb}}, link:{node:{X:N.l.X, P:N.l.P, na:N.l.na}, stream:{}}, Va:{node:{X:N.l.X, P:N.l.P}, stream:nb}});
794
+ N.O || (N.O = {dir:{node:{Y:N.l.Y, P:N.l.P, ma:N.l.ma, za:N.l.za, qb:N.l.qb, vb:N.l.vb, rb:N.l.rb, ob:N.l.ob, Fa:N.l.Fa}, stream:{ba:N.m.ba}}, file:{node:{Y:N.l.Y, P:N.l.P}, stream:{ba:N.m.ba, read:N.m.read, write:N.m.write, ta:N.m.ta, gb:N.m.gb, ib:N.m.ib}}, link:{node:{Y:N.l.Y, P:N.l.P, na:N.l.na}, stream:{}}, Wa:{node:{Y:N.l.Y, P:N.l.P}, stream:nb}});
791
795
  c = ob(a, b, c, d);
792
- 16384 === (c.mode & 61440) ? (c.l = N.O.dir.node, c.m = N.O.dir.stream, c.j = {}) : 32768 === (c.mode & 61440) ? (c.l = N.O.file.node, c.m = N.O.file.stream, c.v = 0, c.j = null) : 40960 === (c.mode & 61440) ? (c.l = N.O.link.node, c.m = N.O.link.stream) : 8192 === (c.mode & 61440) && (c.l = N.O.Va.node, c.m = N.O.Va.stream);
796
+ 16384 === (c.mode & 61440) ? (c.l = N.O.dir.node, c.m = N.O.dir.stream, c.j = {}) : 32768 === (c.mode & 61440) ? (c.l = N.O.file.node, c.m = N.O.file.stream, c.v = 0, c.j = null) : 40960 === (c.mode & 61440) ? (c.l = N.O.link.node, c.m = N.O.link.stream) : 8192 === (c.mode & 61440) && (c.l = N.O.Wa.node, c.m = N.O.Wa.stream);
793
797
  c.timestamp = Date.now();
794
798
  a && (a.j[b] = c, a.timestamp = c.timestamp);
795
799
  return c;
796
- }, zc(a) {
800
+ }, Ac(a) {
797
801
  return a.j ? a.j.subarray ? a.j.subarray(0, a.v) : new Uint8Array(a.j) : new Uint8Array(0);
798
- }, l:{X(a) {
802
+ }, l:{Y(a) {
799
803
  var b = {};
800
- b.xc = 8192 === (a.mode & 61440) ? a.id : 1;
801
- b.Bc = a.id;
804
+ b.yc = 8192 === (a.mode & 61440) ? a.id : 1;
805
+ b.Cc = a.id;
802
806
  b.mode = a.mode;
803
- b.Jc = 1;
807
+ b.Kc = 1;
804
808
  b.uid = 0;
805
- b.Ac = 0;
809
+ b.Bc = 0;
806
810
  b.Ca = a.Ca;
807
811
  16384 === (a.mode & 61440) ? b.size = 4096 : 32768 === (a.mode & 61440) ? b.size = a.v : 40960 === (a.mode & 61440) ? b.size = a.link.length : b.size = 0;
808
- b.oc = new Date(a.timestamp);
809
- b.Hc = new Date(a.timestamp);
810
- b.vc = new Date(a.timestamp);
811
- b.Cb = 4096;
812
- b.pc = Math.ceil(b.size / b.Cb);
812
+ b.pc = new Date(a.timestamp);
813
+ b.Ic = new Date(a.timestamp);
814
+ b.wc = new Date(a.timestamp);
815
+ b.Db = 4096;
816
+ b.qc = Math.ceil(b.size / b.Db);
813
817
  return b;
814
818
  }, P(a, b) {
815
819
  void 0 !== b.mode && (a.mode = b.mode);
@@ -828,7 +832,7 @@ var N = {O:null, T() {
828
832
  throw pb[44];
829
833
  }, za(a, b, c, d) {
830
834
  return N.createNode(a, b, c, d);
831
- }, pb(a, b, c) {
835
+ }, qb(a, b, c) {
832
836
  if (16384 === (a.mode & 61440)) {
833
837
  try {
834
838
  var d = qb(b, c);
@@ -846,17 +850,17 @@ var N = {O:null, T() {
846
850
  b.j[c] = a;
847
851
  b.timestamp = a.parent.timestamp;
848
852
  a.parent = b;
849
- }, ub(a, b) {
853
+ }, vb(a, b) {
850
854
  delete a.j[b];
851
855
  a.timestamp = Date.now();
852
- }, qb(a, b) {
856
+ }, rb(a, b) {
853
857
  var c = qb(a, b), d;
854
858
  for (d in c.j) {
855
859
  throw new M(55);
856
860
  }
857
861
  delete a.j[b];
858
862
  a.timestamp = Date.now();
859
- }, nb(a) {
863
+ }, ob(a) {
860
864
  var b = [".", ".."], c;
861
865
  for (c in a.j) {
862
866
  a.j.hasOwnProperty(c) && b.push(c);
@@ -913,7 +917,7 @@ var N = {O:null, T() {
913
917
  }
914
918
  a.v = Math.max(a.v, e + d);
915
919
  return d;
916
- }, aa(a, b, c) {
920
+ }, ba(a, b, c) {
917
921
  1 === c ? b += a.position : 2 === c && 32768 === (a.node.mode & 61440) && (b += a.node.v);
918
922
  if (0 > b) {
919
923
  throw new M(28);
@@ -922,7 +926,7 @@ var N = {O:null, T() {
922
926
  }, ta(a, b, c) {
923
927
  mb(a.node, b + c);
924
928
  a.node.v = Math.max(a.node.v, b + c);
925
- }, fb(a, b, c, d, e) {
929
+ }, gb(a, b, c, d, e) {
926
930
  if (32768 !== (a.node.mode & 61440)) {
927
931
  throw new M(43);
928
932
  }
@@ -942,7 +946,7 @@ var N = {O:null, T() {
942
946
  c = !1, b = a.byteOffset;
943
947
  }
944
948
  return {o:b, M:c};
945
- }, hb(a, b, c, d) {
949
+ }, ib(a, b, c, d) {
946
950
  N.m.write(a, b, 0, d, c, !1);
947
951
  return 0;
948
952
  },},};
@@ -957,7 +961,7 @@ var tb = null, ub = {}, vb = [], wb = 1, xb = null, yb = !0, M = null, pb = {},
957
961
  if (!a) {
958
962
  return {path:"", node:null};
959
963
  }
960
- b = Object.assign({ab:!0, Qa:0}, b);
964
+ b = Object.assign({bb:!0, Qa:0}, b);
961
965
  if (8 < b.Qa) {
962
966
  throw new M(32);
963
967
  }
@@ -969,8 +973,8 @@ var tb = null, ub = {}, vb = [], wb = 1, xb = null, yb = !0, M = null, pb = {},
969
973
  }
970
974
  c = qb(c, a[e]);
971
975
  d = Wa(d + "/" + a[e]);
972
- c.Aa && (!f || f && b.ab) && (c = c.Aa.root);
973
- if (!f || b.$a) {
976
+ c.Aa && (!f || f && b.bb) && (c = c.Aa.root);
977
+ if (!f || b.ab) {
974
978
  for (f = 0; 40960 === (c.mode & 61440);) {
975
979
  if (c = zb(d), d = ab(Xa(d), c), c = Ab(d, {Qa:b.Qa + 1}).node, 40 < f++) {
976
980
  throw new M(32);
@@ -982,7 +986,7 @@ var tb = null, ub = {}, vb = [], wb = 1, xb = null, yb = !0, M = null, pb = {},
982
986
  }, Bb = a => {
983
987
  for (var b;;) {
984
988
  if (a === a.parent) {
985
- return a = a.T.gb, b ? "/" !== a[a.length - 1] ? `${a}/${b}` : a + b : a;
989
+ return a = a.T.hb, b ? "/" !== a[a.length - 1] ? `${a}/${b}` : a + b : a;
986
990
  }
987
991
  b = b ? `${a.name}/${b}` : a.name;
988
992
  a = a.parent;
@@ -997,7 +1001,7 @@ var tb = null, ub = {}, vb = [], wb = 1, xb = null, yb = !0, M = null, pb = {},
997
1001
  if (c = (c = Db(a, "x")) ? c : a.l.ma ? 0 : 2) {
998
1002
  throw new M(c, a);
999
1003
  }
1000
- for (c = xb[Cb(a.id, b)]; c; c = c.Zb) {
1004
+ for (c = xb[Cb(a.id, b)]; c; c = c.$b) {
1001
1005
  var d = c.name;
1002
1006
  if (c.parent.id === a.id && d === b) {
1003
1007
  return c;
@@ -1007,7 +1011,7 @@ var tb = null, ub = {}, vb = [], wb = 1, xb = null, yb = !0, M = null, pb = {},
1007
1011
  }, ob = (a, b, c, d) => {
1008
1012
  a = new Eb(a, b, c, d);
1009
1013
  b = Cb(a.parent.id, a.name);
1010
- a.Zb = xb[b];
1014
+ a.$b = xb[b];
1011
1015
  return xb[b] = a;
1012
1016
  }, Fb = a => {
1013
1017
  var b = ["r", "w", "rw"][a & 3];
@@ -1062,12 +1066,12 @@ var tb = null, ub = {}, vb = [], wb = 1, xb = null, yb = !0, M = null, pb = {},
1062
1066
  },},}));
1063
1067
  a = Object.assign(new Jb(), a);
1064
1068
  -1 == b && (b = Hb());
1065
- a.W = b;
1069
+ a.X = b;
1066
1070
  return vb[b] = a;
1067
1071
  }, nb = {open:a => {
1068
1072
  a.m = ub[a.node.Ca].m;
1069
1073
  a.m.open && a.m.open(a);
1070
- }, aa:() => {
1074
+ }, ba:() => {
1071
1075
  throw new M(70);
1072
1076
  },}, ib = (a, b) => {
1073
1077
  ub[a] = {m:b};
@@ -1077,7 +1081,7 @@ var tb = null, ub = {}, vb = [], wb = 1, xb = null, yb = !0, M = null, pb = {},
1077
1081
  throw new M(10);
1078
1082
  }
1079
1083
  if (!c && !d) {
1080
- var e = Ab(b, {ab:!1});
1084
+ var e = Ab(b, {bb:!1});
1081
1085
  b = e.path;
1082
1086
  e = e.node;
1083
1087
  if (e.Aa) {
@@ -1087,11 +1091,11 @@ var tb = null, ub = {}, vb = [], wb = 1, xb = null, yb = !0, M = null, pb = {},
1087
1091
  throw new M(54);
1088
1092
  }
1089
1093
  }
1090
- b = {type:a, Lc:{}, gb:b, Yb:[]};
1094
+ b = {type:a, Mc:{}, hb:b, Zb:[]};
1091
1095
  a = a.T(b);
1092
1096
  a.T = b;
1093
1097
  b.root = a;
1094
- c ? tb = a : e && (e.Aa = b, e.T && e.T.Yb.push(b));
1098
+ c ? tb = a : e && (e.Aa = b, e.T && e.T.Zb.push(b));
1095
1099
  }, O = (a, b, c) => {
1096
1100
  var d = Ab(a, {parent:!0}).node;
1097
1101
  a = Ya(a);
@@ -1152,7 +1156,7 @@ var tb = null, ub = {}, vb = [], wb = 1, xb = null, yb = !0, M = null, pb = {},
1152
1156
  } else {
1153
1157
  a = Wa(a);
1154
1158
  try {
1155
- e = Ab(a, {$a:!(b & 131072)}).node;
1159
+ e = Ab(a, {ab:!(b & 131072)}).node;
1156
1160
  } catch (f) {
1157
1161
  }
1158
1162
  }
@@ -1178,7 +1182,7 @@ var tb = null, ub = {}, vb = [], wb = 1, xb = null, yb = !0, M = null, pb = {},
1178
1182
  }
1179
1183
  if (b & 512 && !d) {
1180
1184
  c = e;
1181
- c = "string" == typeof c ? Ab(c, {$a:!0}).node : c;
1185
+ c = "string" == typeof c ? Ab(c, {ab:!0}).node : c;
1182
1186
  if (!c.l.P) {
1183
1187
  throw new M(63);
1184
1188
  }
@@ -1194,30 +1198,30 @@ var tb = null, ub = {}, vb = [], wb = 1, xb = null, yb = !0, M = null, pb = {},
1194
1198
  c.l.P(c, {size:0, timestamp:Date.now()});
1195
1199
  }
1196
1200
  b &= -131713;
1197
- e = Kb({node:e, path:Bb(e), flags:b, seekable:!0, position:0, m:e.m, mc:[], error:!1});
1201
+ e = Kb({node:e, path:Bb(e), flags:b, seekable:!0, position:0, m:e.m, nc:[], error:!1});
1198
1202
  e.m.open && e.m.open(e);
1199
- !n.logReadFiles || b & 1 || (Ob || (Ob = {}), a in Ob || (Ob[a] = 1));
1203
+ !m.logReadFiles || b & 1 || (Ob || (Ob = {}), a in Ob || (Ob[a] = 1));
1200
1204
  return e;
1201
1205
  }, Qb = (a, b, c) => {
1202
- if (null === a.W) {
1206
+ if (null === a.X) {
1203
1207
  throw new M(8);
1204
1208
  }
1205
- if (!a.seekable || !a.m.aa) {
1209
+ if (!a.seekable || !a.m.ba) {
1206
1210
  throw new M(70);
1207
1211
  }
1208
1212
  if (0 != c && 1 != c && 2 != c) {
1209
1213
  throw new M(28);
1210
1214
  }
1211
- a.position = a.m.aa(a, b, c);
1212
- a.mc = [];
1215
+ a.position = a.m.ba(a, b, c);
1216
+ a.nc = [];
1213
1217
  }, Rb = () => {
1214
1218
  M || (M = function(a, b) {
1215
1219
  this.name = "ErrnoError";
1216
1220
  this.node = b;
1217
- this.bc = function(c) {
1218
- this.$ = c;
1221
+ this.cc = function(c) {
1222
+ this.aa = c;
1219
1223
  };
1220
- this.bc(a);
1224
+ this.cc(a);
1221
1225
  this.message = "FS error";
1222
1226
  }, M.prototype = Error(), M.prototype.constructor = M, [44].forEach(a => {
1223
1227
  pb[a] = new M(a);
@@ -1232,7 +1236,7 @@ var tb = null, ub = {}, vb = [], wb = 1, xb = null, yb = !0, M = null, pb = {},
1232
1236
  f.seekable = !1;
1233
1237
  }, close:() => {
1234
1238
  c && c.buffer && c.buffer.length && c(10);
1235
- }, read:(f, g, m, p) => {
1239
+ }, read:(f, g, n, p) => {
1236
1240
  for (var l = 0, t = 0; t < p; t++) {
1237
1241
  try {
1238
1242
  var u = b();
@@ -1246,14 +1250,14 @@ var tb = null, ub = {}, vb = [], wb = 1, xb = null, yb = !0, M = null, pb = {},
1246
1250
  break;
1247
1251
  }
1248
1252
  l++;
1249
- g[m + t] = u;
1253
+ g[n + t] = u;
1250
1254
  }
1251
1255
  l && (f.node.timestamp = Date.now());
1252
1256
  return l;
1253
- }, write:(f, g, m, p) => {
1257
+ }, write:(f, g, n, p) => {
1254
1258
  for (var l = 0; l < p; l++) {
1255
1259
  try {
1256
- c(g[m + l]);
1260
+ c(g[n + l]);
1257
1261
  } catch (t) {
1258
1262
  throw new M(29);
1259
1263
  }
@@ -1283,7 +1287,7 @@ function Zb(a, b) {
1283
1287
  }
1284
1288
  function $b() {
1285
1289
  this.M = [void 0];
1286
- this.bb = [];
1290
+ this.cb = [];
1287
1291
  }
1288
1292
  var P = new $b(), ac = void 0;
1289
1293
  function Q(a) {
@@ -1303,7 +1307,7 @@ var R = a => {
1303
1307
  case !1:
1304
1308
  return 4;
1305
1309
  default:
1306
- return P.ta({ob:1, value:a});
1310
+ return P.ta({pb:1, value:a});
1307
1311
  }
1308
1312
  };
1309
1313
  function cc(a) {
@@ -1331,7 +1335,7 @@ var fc = [];
1331
1335
  function gc() {
1332
1336
  for (; fc.length;) {
1333
1337
  var a = fc.pop();
1334
- a.g.ga = !1;
1338
+ a.g.ha = !1;
1335
1339
  a["delete"]();
1336
1340
  }
1337
1341
  }
@@ -1369,7 +1373,7 @@ function sc(a, b, c) {
1369
1373
  return null;
1370
1374
  }
1371
1375
  a = sc(a, b, c.A);
1372
- return null === a ? null : c.Gb(a);
1376
+ return null === a ? null : c.Hb(a);
1373
1377
  }
1374
1378
  var tc = {};
1375
1379
  function uc(a, b) {
@@ -1415,20 +1419,20 @@ function Bc(a) {
1415
1419
  }
1416
1420
  var Cc = {}, Dc = {};
1417
1421
  function T(a, b, c) {
1418
- function d(m) {
1419
- m = c(m);
1420
- m.length !== a.length && wc("Mismatched type converter count");
1422
+ function d(n) {
1423
+ n = c(n);
1424
+ n.length !== a.length && wc("Mismatched type converter count");
1421
1425
  for (var p = 0; p < a.length; ++p) {
1422
- U(a[p], m[p]);
1426
+ U(a[p], n[p]);
1423
1427
  }
1424
1428
  }
1425
- a.forEach(function(m) {
1426
- Dc[m] = b;
1429
+ a.forEach(function(n) {
1430
+ Dc[n] = b;
1427
1431
  });
1428
1432
  var e = Array(b.length), f = [], g = 0;
1429
- b.forEach((m, p) => {
1430
- kc.hasOwnProperty(m) ? e[p] = kc[m] : (f.push(m), Cc.hasOwnProperty(m) || (Cc[m] = []), Cc[m].push(() => {
1431
- e[p] = kc[m];
1433
+ b.forEach((n, p) => {
1434
+ kc.hasOwnProperty(n) ? e[p] = kc[n] : (f.push(n), Cc.hasOwnProperty(n) || (Cc[n] = []), Cc[n].push(() => {
1435
+ e[p] = kc[n];
1432
1436
  ++g;
1433
1437
  g === f.length && d(e);
1434
1438
  }));
@@ -1453,7 +1457,7 @@ function Fc(a, b, c = {}) {
1453
1457
  var d = b.name;
1454
1458
  a || Q(`type "${d}" must have a positive integer typeid pointer`);
1455
1459
  if (kc.hasOwnProperty(a)) {
1456
- if (c.Rb) {
1460
+ if (c.Sb) {
1457
1461
  return;
1458
1462
  }
1459
1463
  Q(`Cannot register type '${d}' twice`);
@@ -1481,22 +1485,22 @@ function Ic(a, b, c) {
1481
1485
  return a[b].B[arguments.length].apply(this, arguments);
1482
1486
  };
1483
1487
  a[b].B = [];
1484
- a[b].B[d.fa] = d;
1488
+ a[b].B[d.ga] = d;
1485
1489
  }
1486
1490
  }
1487
1491
  function Jc(a, b, c) {
1488
- n.hasOwnProperty(a) ? ((void 0 === c || void 0 !== n[a].B && void 0 !== n[a].B[c]) && Q(`Cannot register public name '${a}' twice`), Ic(n, a, a), n.hasOwnProperty(c) && Q(`Cannot register multiple overloads of a function with the same number of arguments (${c})!`), n[a].B[c] = b) : (n[a] = b, void 0 !== c && (n[a].Kc = c));
1492
+ m.hasOwnProperty(a) ? ((void 0 === c || void 0 !== m[a].B && void 0 !== m[a].B[c]) && Q(`Cannot register public name '${a}' twice`), Ic(m, a, a), m.hasOwnProperty(c) && Q(`Cannot register multiple overloads of a function with the same number of arguments (${c})!`), m[a].B[c] = b) : (m[a] = b, void 0 !== c && (m[a].Lc = c));
1489
1493
  }
1490
- function Kc(a, b, c, d, e, f, g, m) {
1494
+ function Kc(a, b, c, d, e, f, g, n) {
1491
1495
  this.name = a;
1492
1496
  this.constructor = b;
1493
1497
  this.N = c;
1494
1498
  this.V = d;
1495
1499
  this.A = e;
1496
- this.Lb = f;
1500
+ this.Mb = f;
1497
1501
  this.pa = g;
1498
- this.Gb = m;
1499
- this.kb = [];
1502
+ this.Hb = n;
1503
+ this.lb = [];
1500
1504
  }
1501
1505
  function Lc(a, b, c) {
1502
1506
  for (; b !== c;) {
@@ -1527,7 +1531,7 @@ function Oc(a, b) {
1527
1531
  !this.xa && b.g.u.xa && Q(`Cannot convert argument of type ${b.g.L ? b.g.L.name : b.g.u.name} to parameter type ${this.name}`);
1528
1532
  c = Lc(b.g.o, b.g.u.i, this.i);
1529
1533
  if (this.ya) {
1530
- switch(void 0 === b.g.G && Q("Passing raw pointer to smart pointer is illegal"), this.fc) {
1534
+ switch(void 0 === b.g.G && Q("Passing raw pointer to smart pointer is illegal"), this.hc) {
1531
1535
  case 0:
1532
1536
  b.g.L === this ? c = b.g.G : Q(`Cannot convert argument of type ${b.g.L ? b.g.L.name : b.g.u.name} to parameter type ${this.name}`);
1533
1537
  break;
@@ -1539,7 +1543,7 @@ function Oc(a, b) {
1539
1543
  c = b.g.G;
1540
1544
  } else {
1541
1545
  var d = b.clone();
1542
- c = this.ac(c, bc(function() {
1546
+ c = this.bc(c, bc(function() {
1543
1547
  d["delete"]();
1544
1548
  }));
1545
1549
  null !== a && a.push(this.V, c);
@@ -1566,12 +1570,12 @@ function Qc(a, b, c, d) {
1566
1570
  this.Na = c;
1567
1571
  this.xa = d;
1568
1572
  this.ya = !1;
1569
- this.V = this.ac = this.Pa = this.mb = this.fc = this.$b = void 0;
1573
+ this.V = this.bc = this.Pa = this.nb = this.hc = this.ac = void 0;
1570
1574
  void 0 !== b.A ? this.toWireType = Oc : (this.toWireType = d ? Mc : Pc, this.K = null);
1571
1575
  }
1572
1576
  function Rc(a, b, c) {
1573
- n.hasOwnProperty(a) || wc("Replacing nonexistant public symbol");
1574
- void 0 !== n[a].B && void 0 !== c ? n[a].B[c] = b : (n[a] = b, n[a].fa = c);
1577
+ m.hasOwnProperty(a) || wc("Replacing nonexistant public symbol");
1578
+ void 0 !== m[a].B && void 0 !== c ? m[a].B[c] = b : (m[a] = b, m[a].ga = c);
1575
1579
  }
1576
1580
  var Sc = [], Tc = a => {
1577
1581
  var b = Sc[a];
@@ -1583,7 +1587,7 @@ var Sc = [], Tc = a => {
1583
1587
  c.length = 0;
1584
1588
  Object.assign(c, arguments);
1585
1589
  if (a.includes("j")) {
1586
- var d = n["dynCall_" + a];
1590
+ var d = m["dynCall_" + a];
1587
1591
  d = c && c.length ? d.apply(null, [b].concat(c)) : d.call(null, b);
1588
1592
  } else {
1589
1593
  d = Tc(b).apply(null, c);
@@ -1609,10 +1613,10 @@ function Wc(a, b) {
1609
1613
  function Xc(a, b, c, d, e) {
1610
1614
  var f = b.length;
1611
1615
  2 > f && Q("argTypes array size mismatch! Must at least get return value and 'this' types!");
1612
- var g = null !== b[1] && null !== c, m = !1;
1616
+ var g = null !== b[1] && null !== c, n = !1;
1613
1617
  for (c = 1; c < b.length; ++c) {
1614
1618
  if (null !== b[c] && void 0 === b[c].K) {
1615
- m = !0;
1619
+ n = !0;
1616
1620
  break;
1617
1621
  }
1618
1622
  }
@@ -1630,7 +1634,7 @@ function Xc(a, b, c, d, e) {
1630
1634
  t[q] = b[q + 2].toWireType(x, arguments[q]), u.push(t[q]);
1631
1635
  }
1632
1636
  q = d.apply(null, u);
1633
- if (m) {
1637
+ if (n) {
1634
1638
  Ac(x);
1635
1639
  } else {
1636
1640
  for (var v = g ? 1 : 2; v < b.length; v++) {
@@ -1655,7 +1659,7 @@ function Zc(a, b, c) {
1655
1659
  return Lc(a.g.o, a.g.u.i, b.i);
1656
1660
  }
1657
1661
  function $c(a) {
1658
- a >= P.h && 0 === --P.get(a).ob && P.Qb(a);
1662
+ a >= P.h && 0 === --P.get(a).pb && P.Rb(a);
1659
1663
  }
1660
1664
  function ad(a, b, c) {
1661
1665
  switch(b) {
@@ -1808,10 +1812,10 @@ function pd(a, b) {
1808
1812
  }
1809
1813
  var qd = [], rd = [];
1810
1814
  function sd(a) {
1811
- a.yc = a.getExtension("WEBGL_draw_instanced_base_vertex_base_instance");
1815
+ a.zc = a.getExtension("WEBGL_draw_instanced_base_vertex_base_instance");
1812
1816
  }
1813
1817
  function td(a) {
1814
- a.Gc = a.getExtension("WEBGL_multi_draw_instanced_base_vertex_base_instance");
1818
+ a.Hc = a.getExtension("WEBGL_multi_draw_instanced_base_vertex_base_instance");
1815
1819
  }
1816
1820
  var ud = 1, vd = [], W = [], wd = [], xd = [], yd = [], zd = [], Ad = [], r = [], Bd = {};
1817
1821
  function X(a) {
@@ -1825,19 +1829,19 @@ function ha(a) {
1825
1829
  }
1826
1830
  function ja(a) {
1827
1831
  Dd = r[a];
1828
- n.wc = Z = Dd && Dd.H;
1832
+ m.xc = Z = Dd && Dd.J;
1829
1833
  return !(a && !Z);
1830
1834
  }
1831
1835
  function ia(a) {
1832
1836
  a || (a = Dd);
1833
- if (!a.Sb) {
1834
- a.Sb = !0;
1835
- var b = a.H;
1837
+ if (!a.Tb) {
1838
+ a.Tb = !0;
1839
+ var b = a.J;
1836
1840
  sd(b);
1837
1841
  td(b);
1838
- 2 <= a.version && (b.Ya = b.getExtension("EXT_disjoint_timer_query_webgl2"));
1839
- if (2 > a.version || !b.Ya) {
1840
- b.Ya = b.getExtension("EXT_disjoint_timer_query");
1842
+ 2 <= a.version && (b.Za = b.getExtension("EXT_disjoint_timer_query_webgl2"));
1843
+ if (2 > a.version || !b.Za) {
1844
+ b.Za = b.getExtension("EXT_disjoint_timer_query");
1841
1845
  }
1842
1846
  Ed(b);
1843
1847
  (b.getSupportedExtensions() || []).forEach(function(c) {
@@ -1847,7 +1851,7 @@ function ia(a) {
1847
1851
  }
1848
1852
  var Cd, Dd;
1849
1853
  function Ed(a) {
1850
- a.Ic = a.getExtension("WEBGL_multi_draw");
1854
+ a.Jc = a.getExtension("WEBGL_multi_draw");
1851
1855
  }
1852
1856
  var Fd = {}, Hd = () => {
1853
1857
  if (!Gd) {
@@ -1994,7 +1998,7 @@ var Od = a => 0 === a % 4 && (0 !== a % 100 || 0 === a % 400), Pd = [31, 29, 31,
1994
1998
  0 === (y = v(k.getFullYear() - q.getFullYear())) && 0 === (y = v(k.getMonth() - q.getMonth())) && (y = v(k.getDate() - q.getDate()));
1995
1999
  return y;
1996
2000
  }
1997
- function m(k) {
2001
+ function n(k) {
1998
2002
  switch(k.getDay()) {
1999
2003
  case 0:
2000
2004
  return new Date(k.getFullYear() - 1, 11, 29);
@@ -2013,8 +2017,8 @@ var Od = a => 0 === a % 4 && (0 !== a % 100 || 0 === a % 400), Pd = [31, 29, 31,
2013
2017
  }
2014
2018
  }
2015
2019
  function p(k) {
2016
- var q = k.ba;
2017
- for (k = new Date((new Date(k.ca + 1900, 0, 1)).getTime()); 0 < q;) {
2020
+ var q = k.ca;
2021
+ for (k = new Date((new Date(k.da + 1900, 0, 1)).getTime()); 0 < q;) {
2018
2022
  var v = k.getMonth(), y = (Od(k.getFullYear()) ? Pd : Qd)[v];
2019
2023
  if (q > y - k.getDate()) {
2020
2024
  q -= y - k.getDate() + 1, k.setDate(1), 11 > v ? k.setMonth(v + 1) : (k.setMonth(0), k.setFullYear(k.getFullYear() + 1));
@@ -2024,43 +2028,43 @@ var Od = a => 0 === a % 4 && (0 !== a % 100 || 0 === a % 400), Pd = [31, 29, 31,
2024
2028
  }
2025
2029
  }
2026
2030
  v = new Date(k.getFullYear() + 1, 0, 4);
2027
- q = m(new Date(k.getFullYear(), 0, 4));
2028
- v = m(v);
2031
+ q = n(new Date(k.getFullYear(), 0, 4));
2032
+ v = n(v);
2029
2033
  return 0 >= g(q, k) ? 0 >= g(v, k) ? k.getFullYear() + 1 : k.getFullYear() : k.getFullYear() - 1;
2030
2034
  }
2031
2035
  var l = J[d + 40 >> 2];
2032
- d = {jc:J[d >> 2], ic:J[d + 4 >> 2], Ga:J[d + 8 >> 2], Ra:J[d + 12 >> 2], Ha:J[d + 16 >> 2], ca:J[d + 20 >> 2], R:J[d + 24 >> 2], ba:J[d + 28 >> 2], Mc:J[d + 32 >> 2], hc:J[d + 36 >> 2], kc:l ? l ? L(G, l) : "" : ""};
2036
+ d = {kc:J[d >> 2], jc:J[d + 4 >> 2], Ga:J[d + 8 >> 2], Ra:J[d + 12 >> 2], Ha:J[d + 16 >> 2], da:J[d + 20 >> 2], R:J[d + 24 >> 2], ca:J[d + 28 >> 2], Nc:J[d + 32 >> 2], ic:J[d + 36 >> 2], lc:l ? l ? L(G, l) : "" : ""};
2033
2037
  c = c ? L(G, c) : "";
2034
2038
  l = {"%c":"%a %b %d %H:%M:%S %Y", "%D":"%m/%d/%y", "%F":"%Y-%m-%d", "%h":"%b", "%r":"%I:%M:%S %p", "%R":"%H:%M", "%T":"%H:%M:%S", "%x":"%m/%d/%y", "%X":"%H:%M:%S", "%Ec":"%c", "%EC":"%C", "%Ex":"%m/%d/%y", "%EX":"%H:%M:%S", "%Ey":"%y", "%EY":"%Y", "%Od":"%d", "%Oe":"%e", "%OH":"%H", "%OI":"%I", "%Om":"%m", "%OM":"%M", "%OS":"%S", "%Ou":"%u", "%OU":"%U", "%OV":"%V", "%Ow":"%w", "%OW":"%W", "%Oy":"%y",};
2035
2039
  for (var t in l) {
2036
2040
  c = c.replace(new RegExp(t, "g"), l[t]);
2037
2041
  }
2038
2042
  var u = "Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "), x = "January February March April May June July August September October November December".split(" ");
2039
- l = {"%a":k => u[k.R].substring(0, 3), "%A":k => u[k.R], "%b":k => x[k.Ha].substring(0, 3), "%B":k => x[k.Ha], "%C":k => f((k.ca + 1900) / 100 | 0, 2), "%d":k => f(k.Ra, 2), "%e":k => e(k.Ra, 2, " "), "%g":k => p(k).toString().substring(2), "%G":k => p(k), "%H":k => f(k.Ga, 2), "%I":k => {
2043
+ l = {"%a":k => u[k.R].substring(0, 3), "%A":k => u[k.R], "%b":k => x[k.Ha].substring(0, 3), "%B":k => x[k.Ha], "%C":k => f((k.da + 1900) / 100 | 0, 2), "%d":k => f(k.Ra, 2), "%e":k => e(k.Ra, 2, " "), "%g":k => p(k).toString().substring(2), "%G":k => p(k), "%H":k => f(k.Ga, 2), "%I":k => {
2040
2044
  k = k.Ga;
2041
2045
  0 == k ? k = 12 : 12 < k && (k -= 12);
2042
2046
  return f(k, 2);
2043
2047
  }, "%j":k => {
2044
- for (var q = 0, v = 0; v <= k.Ha - 1; q += (Od(k.ca + 1900) ? Pd : Qd)[v++]) {
2048
+ for (var q = 0, v = 0; v <= k.Ha - 1; q += (Od(k.da + 1900) ? Pd : Qd)[v++]) {
2045
2049
  }
2046
2050
  return f(k.Ra + q, 3);
2047
- }, "%m":k => f(k.Ha + 1, 2), "%M":k => f(k.ic, 2), "%n":() => "\n", "%p":k => 0 <= k.Ga && 12 > k.Ga ? "AM" : "PM", "%S":k => f(k.jc, 2), "%t":() => "\t", "%u":k => k.R || 7, "%U":k => f(Math.floor((k.ba + 7 - k.R) / 7), 2), "%V":k => {
2048
- var q = Math.floor((k.ba + 7 - (k.R + 6) % 7) / 7);
2049
- 2 >= (k.R + 371 - k.ba - 2) % 7 && q++;
2051
+ }, "%m":k => f(k.Ha + 1, 2), "%M":k => f(k.jc, 2), "%n":() => "\n", "%p":k => 0 <= k.Ga && 12 > k.Ga ? "AM" : "PM", "%S":k => f(k.kc, 2), "%t":() => "\t", "%u":k => k.R || 7, "%U":k => f(Math.floor((k.ca + 7 - k.R) / 7), 2), "%V":k => {
2052
+ var q = Math.floor((k.ca + 7 - (k.R + 6) % 7) / 7);
2053
+ 2 >= (k.R + 371 - k.ca - 2) % 7 && q++;
2050
2054
  if (q) {
2051
- 53 == q && (v = (k.R + 371 - k.ba) % 7, 4 == v || 3 == v && Od(k.ca) || (q = 1));
2055
+ 53 == q && (v = (k.R + 371 - k.ca) % 7, 4 == v || 3 == v && Od(k.da) || (q = 1));
2052
2056
  } else {
2053
2057
  q = 52;
2054
- var v = (k.R + 7 - k.ba - 1) % 7;
2055
- (4 == v || 5 == v && Od(k.ca % 400 - 1)) && q++;
2058
+ var v = (k.R + 7 - k.ca - 1) % 7;
2059
+ (4 == v || 5 == v && Od(k.da % 400 - 1)) && q++;
2056
2060
  }
2057
2061
  return f(q, 2);
2058
- }, "%w":k => k.R, "%W":k => f(Math.floor((k.ba + 7 - (k.R + 6) % 7) / 7), 2), "%y":k => (k.ca + 1900).toString().substring(2), "%Y":k => k.ca + 1900, "%z":k => {
2059
- k = k.hc;
2062
+ }, "%w":k => k.R, "%W":k => f(Math.floor((k.ca + 7 - (k.R + 6) % 7) / 7), 2), "%y":k => (k.da + 1900).toString().substring(2), "%Y":k => k.da + 1900, "%z":k => {
2063
+ k = k.ic;
2060
2064
  var q = 0 <= k;
2061
2065
  k = Math.abs(k) / 60;
2062
2066
  return (q ? "+" : "-") + String("0000" + (k / 60 * 100 + k % 60)).slice(-4);
2063
- }, "%Z":k => k.kc, "%%":() => "%"};
2067
+ }, "%Z":k => k.lc, "%%":() => "%"};
2064
2068
  c = c.replace(/%%/g, "\x00\x00");
2065
2069
  for (t in l) {
2066
2070
  c.includes(t) && (c = c.replace(new RegExp(t, "g"), l[t](d)));
@@ -2125,7 +2129,7 @@ O("/home/web_user", 16895, 0);
2125
2129
  var b = ob(a, "fd", 16895, 73);
2126
2130
  b.l = {ma:(c, d) => {
2127
2131
  var e = Ib(+d);
2128
- c = {parent:null, T:{gb:"fake"}, l:{na:() => e.path},};
2132
+ c = {parent:null, T:{hb:"fake"}, l:{na:() => e.path},};
2129
2133
  return c.parent = c;
2130
2134
  }};
2131
2135
  return b;
@@ -2136,14 +2140,14 @@ Object.assign($b.prototype, {get(a) {
2136
2140
  }, has(a) {
2137
2141
  return void 0 !== this.M[a];
2138
2142
  }, ta(a) {
2139
- var b = this.bb.pop() || this.M.length;
2143
+ var b = this.cb.pop() || this.M.length;
2140
2144
  this.M[b] = a;
2141
2145
  return b;
2142
- }, Qb(a) {
2146
+ }, Rb(a) {
2143
2147
  this.M[a] = void 0;
2144
- this.bb.push(a);
2148
+ this.cb.push(a);
2145
2149
  }});
2146
- ac = n.BindingError = class extends Error {
2150
+ ac = m.BindingError = class extends Error {
2147
2151
  constructor(a) {
2148
2152
  super(a);
2149
2153
  this.name = "BindingError";
@@ -2151,33 +2155,33 @@ ac = n.BindingError = class extends Error {
2151
2155
  };
2152
2156
  P.M.push({value:void 0}, {value:null}, {value:!0}, {value:!1},);
2153
2157
  P.h = P.M.length;
2154
- n.count_emval_handles = function() {
2158
+ m.count_emval_handles = function() {
2155
2159
  for (var a = 0, b = P.h; b < P.M.length; ++b) {
2156
2160
  void 0 !== P.M[b] && ++a;
2157
2161
  }
2158
2162
  return a;
2159
2163
  };
2160
- dc = n.PureVirtualError = cc("PureVirtualError");
2164
+ dc = m.PureVirtualError = cc("PureVirtualError");
2161
2165
  for (var Sd = Array(256), Td = 0; 256 > Td; ++Td) {
2162
2166
  Sd[Td] = String.fromCharCode(Td);
2163
2167
  }
2164
2168
  ec = Sd;
2165
- n.getInheritedInstanceCount = function() {
2169
+ m.getInheritedInstanceCount = function() {
2166
2170
  return Object.keys(ic).length;
2167
2171
  };
2168
- n.getLiveInheritedInstances = function() {
2172
+ m.getLiveInheritedInstances = function() {
2169
2173
  var a = [], b;
2170
2174
  for (b in ic) {
2171
2175
  ic.hasOwnProperty(b) && a.push(ic[b]);
2172
2176
  }
2173
2177
  return a;
2174
2178
  };
2175
- n.flushPendingDeletes = gc;
2176
- n.setDelayFunction = function(a) {
2179
+ m.flushPendingDeletes = gc;
2180
+ m.setDelayFunction = function(a) {
2177
2181
  hc = a;
2178
2182
  fc.length && hc && hc(gc);
2179
2183
  };
2180
- vc = n.InternalError = class extends Error {
2184
+ vc = m.InternalError = class extends Error {
2181
2185
  constructor(a) {
2182
2186
  super(a);
2183
2187
  this.name = "InternalError";
@@ -2198,38 +2202,38 @@ Hc.prototype.isAliasOf = function(a) {
2198
2202
  };
2199
2203
  Hc.prototype.clone = function() {
2200
2204
  this.g.o || Gc(this);
2201
- if (this.g.ja) {
2205
+ if (this.g.ka) {
2202
2206
  return this.g.count.value += 1, this;
2203
2207
  }
2204
2208
  var a = yc, b = Object, c = b.create, d = Object.getPrototypeOf(this), e = this.g;
2205
- a = a(c.call(b, d, {g:{value:{count:e.count, ga:e.ga, ja:e.ja, o:e.o, u:e.u, G:e.G, L:e.L,},}}));
2209
+ a = a(c.call(b, d, {g:{value:{count:e.count, ha:e.ha, ka:e.ka, o:e.o, u:e.u, G:e.G, L:e.L,},}}));
2206
2210
  a.g.count.value += 1;
2207
- a.g.ga = !1;
2211
+ a.g.ha = !1;
2208
2212
  return a;
2209
2213
  };
2210
2214
  Hc.prototype["delete"] = function() {
2211
2215
  this.g.o || Gc(this);
2212
- this.g.ga && !this.g.ja && Q("Object already scheduled for deletion");
2216
+ this.g.ha && !this.g.ka && Q("Object already scheduled for deletion");
2213
2217
  pc(this);
2214
2218
  rc(this.g);
2215
- this.g.ja || (this.g.G = void 0, this.g.o = void 0);
2219
+ this.g.ka || (this.g.G = void 0, this.g.o = void 0);
2216
2220
  };
2217
2221
  Hc.prototype.isDeleted = function() {
2218
2222
  return !this.g.o;
2219
2223
  };
2220
2224
  Hc.prototype.deleteLater = function() {
2221
2225
  this.g.o || Gc(this);
2222
- this.g.ga && !this.g.ja && Q("Object already scheduled for deletion");
2226
+ this.g.ha && !this.g.ka && Q("Object already scheduled for deletion");
2223
2227
  fc.push(this);
2224
2228
  1 === fc.length && hc && hc(gc);
2225
- this.g.ga = !0;
2229
+ this.g.ha = !0;
2226
2230
  return this;
2227
2231
  };
2228
- Qc.prototype.Mb = function(a) {
2229
- this.mb && (a = this.mb(a));
2232
+ Qc.prototype.Nb = function(a) {
2233
+ this.nb && (a = this.nb(a));
2230
2234
  return a;
2231
2235
  };
2232
- Qc.prototype.Xa = function(a) {
2236
+ Qc.prototype.Ya = function(a) {
2233
2237
  this.V && this.V(a);
2234
2238
  };
2235
2239
  Qc.prototype.argPackAdvance = 8;
@@ -2241,11 +2245,11 @@ Qc.prototype.deleteObject = function(a) {
2241
2245
  };
2242
2246
  Qc.prototype.fromWireType = function(a) {
2243
2247
  function b() {
2244
- return this.ya ? xc(this.i.N, {u:this.$b, o:c, L:this, G:a,}) : xc(this.i.N, {u:this, o:a,});
2248
+ return this.ya ? xc(this.i.N, {u:this.ac, o:c, L:this, G:a,}) : xc(this.i.N, {u:this, o:a,});
2245
2249
  }
2246
- var c = this.Mb(a);
2250
+ var c = this.Nb(a);
2247
2251
  if (!c) {
2248
- return this.Xa(a), null;
2252
+ return this.Ya(a), null;
2249
2253
  }
2250
2254
  var d = uc(this.i, c);
2251
2255
  if (void 0 !== d) {
@@ -2253,19 +2257,19 @@ Qc.prototype.fromWireType = function(a) {
2253
2257
  return d.g.o = c, d.g.G = a, d.clone();
2254
2258
  }
2255
2259
  d = d.clone();
2256
- this.Xa(a);
2260
+ this.Ya(a);
2257
2261
  return d;
2258
2262
  }
2259
- d = this.i.Lb(c);
2263
+ d = this.i.Mb(c);
2260
2264
  d = tc[d];
2261
2265
  if (!d) {
2262
2266
  return b.call(this);
2263
2267
  }
2264
- d = this.xa ? d.Db : d.pointerType;
2268
+ d = this.xa ? d.Eb : d.pointerType;
2265
2269
  var e = sc(c, this.i, d.i);
2266
2270
  return null === e ? b.call(this) : this.ya ? xc(d.i.N, {u:d, o:e, L:this, G:a,}) : xc(d.i.N, {u:d, o:e,});
2267
2271
  };
2268
- Vc = n.UnboundTypeError = cc("UnboundTypeError");
2272
+ Vc = m.UnboundTypeError = cc("UnboundTypeError");
2269
2273
  for (var Z, Ud = 0; 32 > Ud; ++Ud) {
2270
2274
  Id.push(Array(Ud));
2271
2275
  }
@@ -2276,7 +2280,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2276
2280
  switch(b) {
2277
2281
  case 0:
2278
2282
  var e = Xb();
2279
- return 0 > e ? -28 : Kb(d, e).W;
2283
+ return 0 > e ? -28 : Kb(d, e).X;
2280
2284
  case 1:
2281
2285
  case 2:
2282
2286
  return 0;
@@ -2301,7 +2305,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2301
2305
  if ("undefined" == typeof Vb || "ErrnoError" !== f.name) {
2302
2306
  throw f;
2303
2307
  }
2304
- return -f.$;
2308
+ return -f.aa;
2305
2309
  }
2306
2310
  }, __syscall_ioctl:function(a, b, c) {
2307
2311
  Wb = c;
@@ -2314,7 +2318,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2314
2318
  if (!d.s) {
2315
2319
  return -59;
2316
2320
  }
2317
- if (d.s.U.Ub) {
2321
+ if (d.s.U.Vb) {
2318
2322
  b = [3, 28, 127, 21, 4, 0, 1, 0, 17, 19, 26, 0, 18, 15, 23, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,];
2319
2323
  var e = Xb();
2320
2324
  J[e >> 2] = 25856;
@@ -2336,7 +2340,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2336
2340
  if (!d.s) {
2337
2341
  return -59;
2338
2342
  }
2339
- if (d.s.U.Vb) {
2343
+ if (d.s.U.Wb) {
2340
2344
  for (e = Xb(), b = [], f = 0; 32 > f; f++) {
2341
2345
  b.push(C[e + f + 17 >> 0]);
2342
2346
  }
@@ -2352,15 +2356,15 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2352
2356
  return d.s ? -28 : -59;
2353
2357
  case 21531:
2354
2358
  e = Xb();
2355
- if (!d.m.Tb) {
2359
+ if (!d.m.Ub) {
2356
2360
  throw new M(59);
2357
2361
  }
2358
- return d.m.Tb(d, b, e);
2362
+ return d.m.Ub(d, b, e);
2359
2363
  case 21523:
2360
2364
  if (!d.s) {
2361
2365
  return -59;
2362
2366
  }
2363
- d.s.U.Wb && (f = [24, 80], e = Xb(), I[e >> 1] = f[0], I[e + 2 >> 1] = f[1]);
2367
+ d.s.U.Xb && (f = [24, 80], e = Xb(), I[e >> 1] = f[0], I[e + 2 >> 1] = f[1]);
2364
2368
  return 0;
2365
2369
  case 21524:
2366
2370
  return d.s ? 0 : -59;
@@ -2373,7 +2377,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2373
2377
  if ("undefined" == typeof Vb || "ErrnoError" !== g.name) {
2374
2378
  throw g;
2375
2379
  }
2376
- return -g.$;
2380
+ return -g.aa;
2377
2381
  }
2378
2382
  }, __syscall_openat:function(a, b, c, d) {
2379
2383
  Wb = d;
@@ -2390,20 +2394,20 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2390
2394
  b = Wa(f + "/" + e);
2391
2395
  }
2392
2396
  var g = d ? Xb() : 0;
2393
- return Pb(b, c, g).W;
2394
- } catch (m) {
2395
- if ("undefined" == typeof Vb || "ErrnoError" !== m.name) {
2396
- throw m;
2397
+ return Pb(b, c, g).X;
2398
+ } catch (n) {
2399
+ if ("undefined" == typeof Vb || "ErrnoError" !== n.name) {
2400
+ throw n;
2397
2401
  }
2398
- return -m.$;
2402
+ return -n.aa;
2399
2403
  }
2400
2404
  }, _embind_create_inheriting_constructor:function(a, b, c) {
2401
2405
  a = S(a);
2402
2406
  b = oc(b, "wrapper");
2403
2407
  c = R(c);
2404
- var d = [].slice, e = b.i, f = e.N, g = e.A.N, m = e.A.constructor;
2408
+ var d = [].slice, e = b.i, f = e.N, g = e.A.N, n = e.A.constructor;
2405
2409
  a = Zb(a, function() {
2406
- e.A.kb.forEach(function(l) {
2410
+ e.A.lb.forEach(function(l) {
2407
2411
  if (this[l] === g[l]) {
2408
2412
  throw new dc(`Pure virtual function ${l} must be implemented in JavaScript`);
2409
2413
  }
@@ -2413,11 +2417,11 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2413
2417
  });
2414
2418
  f.__construct = function() {
2415
2419
  this === f && Q("Pass correct 'this' to __construct");
2416
- var l = m.implement.apply(void 0, [this].concat(d.call(arguments)));
2420
+ var l = n.implement.apply(void 0, [this].concat(d.call(arguments)));
2417
2421
  pc(l);
2418
2422
  var t = l.g;
2419
2423
  l.notifyOnDestruction();
2420
- t.ja = !0;
2424
+ t.ka = !0;
2421
2425
  Object.defineProperties(this, {g:{value:t}});
2422
2426
  yc(this);
2423
2427
  l = t.o;
@@ -2439,12 +2443,12 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2439
2443
  }, _embind_finalize_value_object:function(a) {
2440
2444
  var b = zc[a];
2441
2445
  delete zc[a];
2442
- var c = b.Pa, d = b.V, e = b.Za, f = e.map(g => g.Pb).concat(e.map(g => g.dc));
2446
+ var c = b.Pa, d = b.V, e = b.$a, f = e.map(g => g.Qb).concat(e.map(g => g.ec));
2443
2447
  T([a], f, g => {
2444
- var m = {};
2448
+ var n = {};
2445
2449
  e.forEach((p, l) => {
2446
- var t = g[l], u = p.Nb, x = p.Ob, k = g[l + e.length], q = p.cc, v = p.ec;
2447
- m[p.Jb] = {read:y => t.fromWireType(u(x, y)), write:(y, B) => {
2450
+ var t = g[l], u = p.Ob, x = p.Pb, k = g[l + e.length], q = p.dc, v = p.fc;
2451
+ n[p.Kb] = {read:y => t.fromWireType(u(x, y)), write:(y, B) => {
2448
2452
  var D = [];
2449
2453
  q(v, y, k.toWireType(D, B));
2450
2454
  Ac(D);
@@ -2452,20 +2456,20 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2452
2456
  });
2453
2457
  return [{name:b.name, fromWireType:function(p) {
2454
2458
  var l = {}, t;
2455
- for (t in m) {
2456
- l[t] = m[t].read(p);
2459
+ for (t in n) {
2460
+ l[t] = n[t].read(p);
2457
2461
  }
2458
2462
  d(p);
2459
2463
  return l;
2460
2464
  }, toWireType:function(p, l) {
2461
- for (var t in m) {
2465
+ for (var t in n) {
2462
2466
  if (!(t in l)) {
2463
2467
  throw new TypeError(`Missing field: "${t}"`);
2464
2468
  }
2465
2469
  }
2466
2470
  var u = c();
2467
- for (t in m) {
2468
- m[t].write(u, l[t]);
2471
+ for (t in n) {
2472
+ n[t].write(u, l[t]);
2469
2473
  }
2470
2474
  null !== p && p.push(d, u);
2471
2475
  return u;
@@ -2477,24 +2481,24 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2477
2481
  b = S(b);
2478
2482
  U(a, {name:b, fromWireType:function(g) {
2479
2483
  return !!g;
2480
- }, toWireType:function(g, m) {
2481
- return m ? d : e;
2484
+ }, toWireType:function(g, n) {
2485
+ return n ? d : e;
2482
2486
  }, argPackAdvance:8, readValueFromPointer:function(g) {
2483
2487
  if (1 === c) {
2484
- var m = C;
2488
+ var n = C;
2485
2489
  } else if (2 === c) {
2486
- m = I;
2490
+ n = I;
2487
2491
  } else if (4 === c) {
2488
- m = J;
2492
+ n = J;
2489
2493
  } else {
2490
2494
  throw new TypeError("Unknown boolean type size: " + b);
2491
2495
  }
2492
- return this.fromWireType(m[g >> f]);
2496
+ return this.fromWireType(n[g >> f]);
2493
2497
  }, K:null,});
2494
- }, _embind_register_class:function(a, b, c, d, e, f, g, m, p, l, t, u, x) {
2498
+ }, _embind_register_class:function(a, b, c, d, e, f, g, n, p, l, t, u, x) {
2495
2499
  t = S(t);
2496
2500
  f = V(e, f);
2497
- m && (m = V(g, m));
2501
+ n && (n = V(g, n));
2498
2502
  l && (l = V(p, l));
2499
2503
  x = V(u, x);
2500
2504
  var k = Yb(t);
@@ -2513,42 +2517,42 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2513
2517
  if (Object.getPrototypeOf(this) !== B) {
2514
2518
  throw new ac("Use 'new' to construct " + t);
2515
2519
  }
2516
- if (void 0 === D.Z) {
2520
+ if (void 0 === D.$) {
2517
2521
  throw new ac(t + " has no accessible constructor");
2518
2522
  }
2519
- var H = D.Z[arguments.length];
2523
+ var H = D.$[arguments.length];
2520
2524
  if (void 0 === H) {
2521
- throw new ac(`Tried to invoke ctor of ${t} with invalid number of parameters (${arguments.length}) - expected (${Object.keys(D.Z).toString()}) parameters instead!`);
2525
+ throw new ac(`Tried to invoke ctor of ${t} with invalid number of parameters (${arguments.length}) - expected (${Object.keys(D.$).toString()}) parameters instead!`);
2522
2526
  }
2523
2527
  return H.apply(this, arguments);
2524
2528
  });
2525
2529
  var B = Object.create(y, {constructor:{value:q},});
2526
2530
  q.prototype = B;
2527
- var D = new Kc(t, q, B, x, v, f, m, l);
2531
+ var D = new Kc(t, q, B, x, v, f, n, l);
2528
2532
  D.A && (void 0 === D.A.qa && (D.A.qa = []), D.A.qa.push(D));
2529
2533
  v = new Qc(t, D, !0, !1);
2530
2534
  y = new Qc(t + "*", D, !1, !1);
2531
2535
  var E = new Qc(t + " const*", D, !1, !0);
2532
- tc[a] = {pointerType:y, Db:E};
2536
+ tc[a] = {pointerType:y, Eb:E};
2533
2537
  Rc(k, q);
2534
2538
  return [v, y, E];
2535
2539
  });
2536
2540
  }, _embind_register_class_class_function:function(a, b, c, d, e, f, g) {
2537
- var m = Yc(c, d);
2541
+ var n = Yc(c, d);
2538
2542
  b = S(b);
2539
2543
  f = V(e, f);
2540
2544
  T([], [a], function(p) {
2541
2545
  function l() {
2542
- Wc(`Cannot call ${t} due to unbound types`, m);
2546
+ Wc(`Cannot call ${t} due to unbound types`, n);
2543
2547
  }
2544
2548
  p = p[0];
2545
2549
  var t = `${p.name}.${b}`;
2546
2550
  b.startsWith("@@") && (b = Symbol[b.substring(2)]);
2547
2551
  var u = p.i.constructor;
2548
- void 0 === u[b] ? (l.fa = c - 1, u[b] = l) : (Ic(u, b, t), u[b].B[c - 1] = l);
2549
- T([], m, function(x) {
2552
+ void 0 === u[b] ? (l.ga = c - 1, u[b] = l) : (Ic(u, b, t), u[b].B[c - 1] = l);
2553
+ T([], n, function(x) {
2550
2554
  x = Xc(t, [x[0], null].concat(x.slice(1)), null, f, g);
2551
- void 0 === u[b].B ? (x.fa = c - 1, u[b] = x) : u[b].B[c - 1] = x;
2555
+ void 0 === u[b].B ? (x.ga = c - 1, u[b] = x) : u[b].B[c - 1] = x;
2552
2556
  if (p.i.qa) {
2553
2557
  for (const k of p.i.qa) {
2554
2558
  k.constructor.hasOwnProperty(b) || (k.constructor[b] = x);
@@ -2558,7 +2562,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2558
2562
  });
2559
2563
  return [];
2560
2564
  });
2561
- }, _embind_register_class_class_property:function(a, b, c, d, e, f, g, m) {
2565
+ }, _embind_register_class_class_property:function(a, b, c, d, e, f, g, n) {
2562
2566
  b = S(b);
2563
2567
  f = V(e, f);
2564
2568
  T([], [a], function(p) {
@@ -2566,7 +2570,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2566
2570
  var l = `${p.name}.${b}`, t = {get() {
2567
2571
  Wc(`Cannot access ${l} due to unbound types`, [c]);
2568
2572
  }, enumerable:!0, configurable:!0};
2569
- t.set = m ? () => {
2573
+ t.set = n ? () => {
2570
2574
  Wc(`Cannot access ${l} due to unbound types`, [c]);
2571
2575
  } : () => {
2572
2576
  Q(`${l} is a read-only property`);
@@ -2577,9 +2581,9 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2577
2581
  var x = {get() {
2578
2582
  return u.fromWireType(f(d));
2579
2583
  }, enumerable:!0};
2580
- m && (m = V(g, m), x.set = k => {
2584
+ n && (n = V(g, n), x.set = k => {
2581
2585
  var q = [];
2582
- m(d, u.toWireType(q, k));
2586
+ n(d, u.toWireType(q, k));
2583
2587
  Ac(q);
2584
2588
  });
2585
2589
  Object.defineProperty(p.i.constructor, b, x);
@@ -2590,24 +2594,24 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2590
2594
  }, _embind_register_class_constructor:function(a, b, c, d, e, f) {
2591
2595
  var g = Yc(b, c);
2592
2596
  e = V(d, e);
2593
- T([], [a], function(m) {
2594
- m = m[0];
2595
- var p = `constructor ${m.name}`;
2596
- void 0 === m.i.Z && (m.i.Z = []);
2597
- if (void 0 !== m.i.Z[b - 1]) {
2598
- throw new ac(`Cannot register multiple constructors with identical number of parameters (${b - 1}) for class '${m.name}'! Overload resolution is currently only performed using the parameter count, not actual type info!`);
2599
- }
2600
- m.i.Z[b - 1] = () => {
2601
- Wc(`Cannot construct ${m.name} due to unbound types`, g);
2597
+ T([], [a], function(n) {
2598
+ n = n[0];
2599
+ var p = `constructor ${n.name}`;
2600
+ void 0 === n.i.$ && (n.i.$ = []);
2601
+ if (void 0 !== n.i.$[b - 1]) {
2602
+ throw new ac(`Cannot register multiple constructors with identical number of parameters (${b - 1}) for class '${n.name}'! Overload resolution is currently only performed using the parameter count, not actual type info!`);
2603
+ }
2604
+ n.i.$[b - 1] = () => {
2605
+ Wc(`Cannot construct ${n.name} due to unbound types`, g);
2602
2606
  };
2603
2607
  T([], g, function(l) {
2604
2608
  l.splice(1, 0, null);
2605
- m.i.Z[b - 1] = Xc(p, l, null, e, f);
2609
+ n.i.$[b - 1] = Xc(p, l, null, e, f);
2606
2610
  return [];
2607
2611
  });
2608
2612
  return [];
2609
2613
  });
2610
- }, _embind_register_class_function:function(a, b, c, d, e, f, g, m) {
2614
+ }, _embind_register_class_function:function(a, b, c, d, e, f, g, n) {
2611
2615
  var p = Yc(c, d);
2612
2616
  b = S(b);
2613
2617
  f = V(e, f);
@@ -2618,17 +2622,17 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2618
2622
  l = l[0];
2619
2623
  var u = `${l.name}.${b}`;
2620
2624
  b.startsWith("@@") && (b = Symbol[b.substring(2)]);
2621
- m && l.i.kb.push(b);
2625
+ n && l.i.lb.push(b);
2622
2626
  var x = l.i.N, k = x[b];
2623
- void 0 === k || void 0 === k.B && k.className !== l.name && k.fa === c - 2 ? (t.fa = c - 2, t.className = l.name, x[b] = t) : (Ic(x, b, u), x[b].B[c - 2] = t);
2627
+ void 0 === k || void 0 === k.B && k.className !== l.name && k.ga === c - 2 ? (t.ga = c - 2, t.className = l.name, x[b] = t) : (Ic(x, b, u), x[b].B[c - 2] = t);
2624
2628
  T([], p, function(q) {
2625
2629
  q = Xc(u, q, l, f, g);
2626
- void 0 === x[b].B ? (q.fa = c - 2, x[b] = q) : x[b].B[c - 2] = q;
2630
+ void 0 === x[b].B ? (q.ga = c - 2, x[b] = q) : x[b].B[c - 2] = q;
2627
2631
  return [];
2628
2632
  });
2629
2633
  return [];
2630
2634
  });
2631
- }, _embind_register_class_property:function(a, b, c, d, e, f, g, m, p, l) {
2635
+ }, _embind_register_class_property:function(a, b, c, d, e, f, g, n, p, l) {
2632
2636
  b = S(b);
2633
2637
  e = V(d, e);
2634
2638
  T([], [a], function(t) {
@@ -2648,7 +2652,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2648
2652
  return q.fromWireType(e(f, B));
2649
2653
  }, enumerable:!0};
2650
2654
  if (p) {
2651
- p = V(m, p);
2655
+ p = V(n, p);
2652
2656
  var y = k[1];
2653
2657
  v.set = function(B) {
2654
2658
  var D = Zc(this, t, u + " setter"), E = [];
@@ -2705,22 +2709,22 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2705
2709
  Jc(a, function() {
2706
2710
  Wc(`Cannot call ${a} due to unbound types`, g);
2707
2711
  }, b - 1);
2708
- T([], g, function(m) {
2709
- Rc(a, Xc(a, [m[0], null].concat(m.slice(1)), null, e, f), b - 1);
2712
+ T([], g, function(n) {
2713
+ Rc(a, Xc(a, [n[0], null].concat(n.slice(1)), null, e, f), b - 1);
2710
2714
  return [];
2711
2715
  });
2712
2716
  }, _embind_register_integer:function(a, b, c, d, e) {
2713
2717
  b = S(b);
2714
2718
  -1 === e && (e = 4294967295);
2715
2719
  e = Ec(c);
2716
- var f = m => m;
2720
+ var f = n => n;
2717
2721
  if (0 === d) {
2718
2722
  var g = 32 - 8 * c;
2719
- f = m => m << g >>> g;
2723
+ f = n => n << g >>> g;
2720
2724
  }
2721
- c = b.includes("unsigned") ? function(m, p) {
2725
+ c = b.includes("unsigned") ? function(n, p) {
2722
2726
  return p >>> 0;
2723
- } : function(m, p) {
2727
+ } : function(n, p) {
2724
2728
  return p;
2725
2729
  };
2726
2730
  U(a, {name:b, fromWireType:f, toWireType:c, argPackAdvance:8, readValueFromPointer:cd(b, e, 0 !== d), K:null,});
@@ -2732,16 +2736,16 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2732
2736
  }
2733
2737
  var e = [Int8Array, Uint8Array, Int16Array, Uint16Array, Int32Array, Uint32Array, Float32Array, Float64Array,][b];
2734
2738
  c = S(c);
2735
- U(a, {name:c, fromWireType:d, argPackAdvance:8, readValueFromPointer:d,}, {Rb:!0,});
2739
+ U(a, {name:c, fromWireType:d, argPackAdvance:8, readValueFromPointer:d,}, {Sb:!0,});
2736
2740
  }, _embind_register_std_string:function(a, b) {
2737
2741
  b = S(b);
2738
2742
  var c = "std::string" === b;
2739
2743
  U(a, {name:b, fromWireType:function(d) {
2740
2744
  var e = K[d >> 2], f = d + 4;
2741
2745
  if (c) {
2742
- for (var g = f, m = 0; m <= e; ++m) {
2743
- var p = f + m;
2744
- if (m == e || 0 == G[p]) {
2746
+ for (var g = f, n = 0; n <= e; ++n) {
2747
+ var p = f + n;
2748
+ if (n == e || 0 == G[p]) {
2745
2749
  g = g ? L(G, g, p - g) : "";
2746
2750
  if (void 0 === l) {
2747
2751
  var l = g;
@@ -2753,8 +2757,8 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2753
2757
  }
2754
2758
  } else {
2755
2759
  l = Array(e);
2756
- for (m = 0; m < e; ++m) {
2757
- l[m] = String.fromCharCode(G[f + m]);
2760
+ for (n = 0; n < e; ++n) {
2761
+ l[n] = String.fromCharCode(G[f + n]);
2758
2762
  }
2759
2763
  l = l.join("");
2760
2764
  }
@@ -2765,8 +2769,8 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2765
2769
  var f = "string" == typeof e;
2766
2770
  f || e instanceof Uint8Array || e instanceof Uint8ClampedArray || e instanceof Int8Array || Q("Cannot pass non-string to std::string");
2767
2771
  var g = c && f ? db(e) : e.length;
2768
- var m = Ld(4 + g + 1), p = m + 4;
2769
- K[m >> 2] = g;
2772
+ var n = Ld(4 + g + 1), p = n + 4;
2773
+ K[n >> 2] = g;
2770
2774
  if (c && f) {
2771
2775
  eb(e, G, p, g + 1);
2772
2776
  } else {
@@ -2782,8 +2786,8 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2782
2786
  }
2783
2787
  }
2784
2788
  }
2785
- null !== d && d.push(nc, m);
2786
- return m;
2789
+ null !== d && d.push(nc, n);
2790
+ return n;
2787
2791
  }, argPackAdvance:8, readValueFromPointer:Bc, K:function(d) {
2788
2792
  nc(d);
2789
2793
  },});
@@ -2794,14 +2798,14 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2794
2798
  var e = fd;
2795
2799
  var f = gd;
2796
2800
  var g = () => va;
2797
- var m = 1;
2801
+ var n = 1;
2798
2802
  } else {
2799
- 4 === b && (d = hd, e = jd, f = kd, g = () => K, m = 2);
2803
+ 4 === b && (d = hd, e = jd, f = kd, g = () => K, n = 2);
2800
2804
  }
2801
2805
  U(a, {name:c, fromWireType:function(p) {
2802
2806
  for (var l = K[p >> 2], t = g(), u, x = p + 4, k = 0; k <= l; ++k) {
2803
2807
  var q = p + 4 + k * b;
2804
- if (k == l || 0 == t[q >> m]) {
2808
+ if (k == l || 0 == t[q >> n]) {
2805
2809
  x = d(x, q - x), void 0 === u ? u = x : (u += String.fromCharCode(0), u += x), x = q + b;
2806
2810
  }
2807
2811
  }
@@ -2810,7 +2814,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2810
2814
  }, toWireType:function(p, l) {
2811
2815
  "string" != typeof l && Q(`Cannot pass non-string to C++ string type ${c}`);
2812
2816
  var t = f(l), u = Ld(4 + t + b);
2813
- K[u >> 2] = t >> m;
2817
+ K[u >> 2] = t >> n;
2814
2818
  e(l, u + 4, t + b);
2815
2819
  null !== p && p.push(nc, u);
2816
2820
  return u;
@@ -2818,12 +2822,12 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2818
2822
  nc(p);
2819
2823
  },});
2820
2824
  }, _embind_register_value_object:function(a, b, c, d, e, f) {
2821
- zc[a] = {name:S(b), Pa:V(c, d), V:V(e, f), Za:[],};
2822
- }, _embind_register_value_object_field:function(a, b, c, d, e, f, g, m, p, l) {
2823
- zc[a].Za.push({Jb:S(b), Pb:c, Nb:V(d, e), Ob:f, dc:g, cc:V(m, p), ec:l,});
2825
+ zc[a] = {name:S(b), Pa:V(c, d), V:V(e, f), $a:[],};
2826
+ }, _embind_register_value_object_field:function(a, b, c, d, e, f, g, n, p, l) {
2827
+ zc[a].$a.push({Kb:S(b), Qb:c, Ob:V(d, e), Pb:f, ec:g, dc:V(n, p), fc:l,});
2824
2828
  }, _embind_register_void:function(a, b) {
2825
2829
  b = S(b);
2826
- U(a, {Xb:!0, name:b, argPackAdvance:0, fromWireType:function() {
2830
+ U(a, {Yb:!0, name:b, argPackAdvance:0, fromWireType:function() {
2827
2831
  }, toWireType:function() {
2828
2832
  },});
2829
2833
  }, _emscripten_get_now_is_monotonic:() => !0, _emval_as:function(a, b, c) {
@@ -2854,15 +2858,15 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2854
2858
  return e;
2855
2859
  }
2856
2860
  var f = Array(a - 1);
2857
- e = od((g, m, p, l) => {
2861
+ e = od((g, n, p, l) => {
2858
2862
  for (var t = 0, u = 0; u < a - 1; ++u) {
2859
2863
  f[u] = c[u + 1].readValueFromPointer(l + t), t += c[u + 1].argPackAdvance;
2860
2864
  }
2861
- g = g[m].apply(g, f);
2865
+ g = g[n].apply(g, f);
2862
2866
  for (u = 0; u < a - 1; ++u) {
2863
- c[u + 1].Fb && c[u + 1].Fb(f[u]);
2867
+ c[u + 1].Gb && c[u + 1].Gb(f[u]);
2864
2868
  }
2865
- if (!d.Xb) {
2869
+ if (!d.Yb) {
2866
2870
  return d.toWireType(p, g);
2867
2871
  }
2868
2872
  });
@@ -2872,7 +2876,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2872
2876
  b = R(b);
2873
2877
  return bc(a[b]);
2874
2878
  }, _emval_incref:function(a) {
2875
- 4 < a && (P.get(a).ob += 1);
2879
+ 4 < a && (P.get(a).pb += 1);
2876
2880
  }, _emval_new_cstring:function(a) {
2877
2881
  return bc(md(a));
2878
2882
  }, _emval_new_object:function() {
@@ -2893,19 +2897,22 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2893
2897
  }, abort:() => {
2894
2898
  sa("");
2895
2899
  }, beginPixelLocalStorageWEBGL:function(a, b, c) {
2896
- (a = r[a].H.ia) && a.beginPixelLocalStorageWEBGL(n.HEAPU32.subarray(c, c + b));
2900
+ (a = r[a].J.ja) && a.beginPixelLocalStorageWEBGL(m.HEAPU32.subarray(c, c + b));
2897
2901
  }, decode_image:function(a, b, c) {
2898
- var d = n.images;
2899
- d || (d = new Map(), n.images = d);
2902
+ var d = m.images;
2903
+ d || (d = new Map(), m.images = d);
2900
2904
  var e = new Image();
2901
2905
  d.set(a, e);
2902
- b = n.HEAP8.subarray(b, b + c);
2906
+ b = m.HEAP8.subarray(b, b + c);
2903
2907
  c = new Uint8Array(c);
2904
2908
  c.set(b);
2905
2909
  e.src = URL.createObjectURL(new Blob([c], {type:"image/png"}));
2906
2910
  e.onload = function() {
2907
- n._setWebImage(a, e.width, e.height);
2911
+ m._setWebImage(a, e.width, e.height);
2908
2912
  };
2913
+ }, delete_image:function(a) {
2914
+ var b = m.images;
2915
+ b && b.get(a) && b.delete(a);
2909
2916
  }, emscripten_asm_const_int:(a, b, c) => {
2910
2917
  rd.length = 0;
2911
2918
  var d;
@@ -2949,21 +2956,21 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2949
2956
  "WEBGL_draw_instanced_base_vertex_base_instance" == b && sd(Z);
2950
2957
  "WEBGL_multi_draw_instanced_base_vertex_base_instance" == b && td(Z);
2951
2958
  "WEBGL_multi_draw" == b && Ed(Z);
2952
- return !!a.H.getExtension(b);
2959
+ return !!a.J.getExtension(b);
2953
2960
  }, emscripten_webgl_get_current_context:function() {
2954
2961
  return Dd ? Dd.handle : 0;
2955
2962
  }, emscripten_webgl_make_context_current:function(a) {
2956
2963
  return ja(a) ? 0 : -5;
2957
2964
  }, enable_WEBGL_provoking_vertex:function(a) {
2958
- a = r[a].H;
2959
- a.lb = a.getExtension("WEBGL_provoking_vertex");
2960
- return !!a.lb;
2965
+ a = r[a].J;
2966
+ a.mb = a.getExtension("WEBGL_provoking_vertex");
2967
+ return !!a.mb;
2961
2968
  }, enable_WEBGL_shader_pixel_local_storage_coherent:function(a) {
2962
- a = r[a].H;
2963
- a.ia = a.getExtension("WEBGL_shader_pixel_local_storage");
2964
- return !(!a.ia || !a.ia.isCoherent());
2969
+ a = r[a].J;
2970
+ a.ja = a.getExtension("WEBGL_shader_pixel_local_storage");
2971
+ return !(!a.ja || !a.ja.isCoherent());
2965
2972
  }, endPixelLocalStorageWEBGL:function(a, b, c) {
2966
- (a = r[a].H.ia) && a.endPixelLocalStorageWEBGL(n.HEAPU32.subarray(c, c + b));
2973
+ (a = r[a].J.ja) && a.endPixelLocalStorageWEBGL(m.HEAPU32.subarray(c, c + b));
2967
2974
  }, environ_get:(a, b) => {
2968
2975
  var c = 0;
2969
2976
  Hd().forEach(function(d, e) {
@@ -2988,7 +2995,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2988
2995
  }, fd_close:function(a) {
2989
2996
  try {
2990
2997
  var b = Ib(a);
2991
- if (null === b.W) {
2998
+ if (null === b.X) {
2992
2999
  throw new M(8);
2993
3000
  }
2994
3001
  b.Ma && (b.Ma = null);
@@ -2997,15 +3004,15 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2997
3004
  } catch (c) {
2998
3005
  throw c;
2999
3006
  } finally {
3000
- vb[b.W] = null;
3007
+ vb[b.X] = null;
3001
3008
  }
3002
- b.W = null;
3009
+ b.X = null;
3003
3010
  return 0;
3004
3011
  } catch (c) {
3005
3012
  if ("undefined" == typeof Vb || "ErrnoError" !== c.name) {
3006
3013
  throw c;
3007
3014
  }
3008
- return c.$;
3015
+ return c.aa;
3009
3016
  }
3010
3017
  }, fd_read:function(a, b, c, d) {
3011
3018
  try {
@@ -3013,13 +3020,13 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3013
3020
  var e = Ib(a);
3014
3021
  a = b;
3015
3022
  for (var f, g = b = 0; g < c; g++) {
3016
- var m = K[a >> 2], p = K[a + 4 >> 2];
3023
+ var n = K[a >> 2], p = K[a + 4 >> 2];
3017
3024
  a += 8;
3018
- var l = e, t = m, u = p, x = f, k = C;
3025
+ var l = e, t = n, u = p, x = f, k = C;
3019
3026
  if (0 > u || 0 > x) {
3020
3027
  throw new M(28);
3021
3028
  }
3022
- if (null === l.W) {
3029
+ if (null === l.X) {
3023
3030
  throw new M(8);
3024
3031
  }
3025
3032
  if (1 === (l.flags & 2097155)) {
@@ -3058,7 +3065,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3058
3065
  if ("undefined" == typeof Vb || "ErrnoError" !== D.name) {
3059
3066
  throw D;
3060
3067
  }
3061
- return D.$;
3068
+ return D.aa;
3062
3069
  }
3063
3070
  }, fd_seek:function(a, b, c, d, e) {
3064
3071
  b = c + 2097152 >>> 0 < 4194305 - !!b ? (b >>> 0) + 4294967296 * c : NaN;
@@ -3077,7 +3084,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3077
3084
  if ("undefined" == typeof Vb || "ErrnoError" !== g.name) {
3078
3085
  throw g;
3079
3086
  }
3080
- return g.$;
3087
+ return g.aa;
3081
3088
  }
3082
3089
  }, fd_write:function(a, b, c, d) {
3083
3090
  try {
@@ -3085,13 +3092,13 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3085
3092
  var e = Ib(a);
3086
3093
  a = b;
3087
3094
  for (var f, g = b = 0; g < c; g++) {
3088
- var m = K[a >> 2], p = K[a + 4 >> 2];
3095
+ var n = K[a >> 2], p = K[a + 4 >> 2];
3089
3096
  a += 8;
3090
- var l = e, t = m, u = p, x = f, k = C;
3097
+ var l = e, t = n, u = p, x = f, k = C;
3091
3098
  if (0 > u || 0 > x) {
3092
3099
  throw new M(28);
3093
3100
  }
3094
- if (null === l.W) {
3101
+ if (null === l.X) {
3095
3102
  throw new M(8);
3096
3103
  }
3097
3104
  if (0 === (l.flags & 2097155)) {
@@ -3128,18 +3135,18 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3128
3135
  if ("undefined" == typeof Vb || "ErrnoError" !== D.name) {
3129
3136
  throw D;
3130
3137
  }
3131
- return D.$;
3138
+ return D.aa;
3132
3139
  }
3133
3140
  }, framebufferPixelLocalClearValuefvWEBGL:function(a, b, c, d, e, f) {
3134
- (a = r[a].H.ia) && a.framebufferPixelLocalClearValuefvWEBGL(b, [c, d, e, f]);
3141
+ (a = r[a].J.ja) && a.framebufferPixelLocalClearValuefvWEBGL(b, [c, d, e, f]);
3135
3142
  }, framebufferTexturePixelLocalStorageWEBGL:function(a, b, c, d, e) {
3136
- (a = r[a].H.ia) && a.framebufferTexturePixelLocalStorageWEBGL(b, yd[c], d, e);
3143
+ (a = r[a].J.ja) && a.framebufferTexturePixelLocalStorageWEBGL(b, yd[c], d, e);
3137
3144
  }, glActiveTexture:function(a) {
3138
3145
  Z.activeTexture(a);
3139
3146
  }, glAttachShader:function(a, b) {
3140
3147
  Z.attachShader(W[a], zd[b]);
3141
3148
  }, glBindBuffer:function(a, b) {
3142
- 35051 == a ? Z.Wa = b : 35052 == a && (Z.Ka = b);
3149
+ 35051 == a ? Z.Xa = b : 35052 == a && (Z.Ka = b);
3143
3150
  Z.bindBuffer(a, vd[b]);
3144
3151
  }, glBindBufferRange:function(a, b, c, d, e) {
3145
3152
  Z.bindBufferRange(a, b, vd[c], d, e);
@@ -3155,8 +3162,8 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3155
3162
  Z.blendEquation(a);
3156
3163
  }, glBlendFunc:function(a, b) {
3157
3164
  Z.blendFunc(a, b);
3158
- }, glBlitFramebuffer:function(a, b, c, d, e, f, g, m, p, l) {
3159
- Z.blitFramebuffer(a, b, c, d, e, f, g, m, p, l);
3165
+ }, glBlitFramebuffer:function(a, b, c, d, e, f, g, n, p, l) {
3166
+ Z.blitFramebuffer(a, b, c, d, e, f, g, n, p, l);
3160
3167
  }, glBufferData:function(a, b, c, d) {
3161
3168
  c && b ? Z.bufferData(a, G, d, c, b) : Z.bufferData(a, b, d);
3162
3169
  }, glBufferSubData:function(a, b, c, d) {
@@ -3176,7 +3183,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3176
3183
  }, glCreateProgram:function() {
3177
3184
  var a = ha(W), b = Z.createProgram();
3178
3185
  b.name = a;
3179
- b.Fc = b.Dc = b.Ec = 0;
3186
+ b.Gc = b.Ec = b.Fc = 0;
3180
3187
  b.Sa = 1;
3181
3188
  W[a] = b;
3182
3189
  return a;
@@ -3189,7 +3196,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3189
3196
  }, glDeleteBuffers:function(a, b) {
3190
3197
  for (var c = 0; c < a; c++) {
3191
3198
  var d = J[b + 4 * c >> 2], e = vd[d];
3192
- e && (Z.deleteBuffer(e), e.name = 0, vd[d] = null, d == Z.Wa && (Z.Wa = 0), d == Z.Ka && (Z.Ka = 0));
3199
+ e && (Z.deleteBuffer(e), e.name = 0, vd[d] = null, d == Z.Xa && (Z.Xa = 0), d == Z.Ka && (Z.Ka = 0));
3193
3200
  }
3194
3201
  }, glDeleteFramebuffers:function(a, b) {
3195
3202
  for (var c = 0; c < a; ++c) {
@@ -3305,19 +3312,19 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3305
3312
  }, glGetUniformLocation:function(a, b) {
3306
3313
  b = b ? L(G, b) : "";
3307
3314
  if (a = W[a]) {
3308
- var c = a, d = c.oa, e = c.tb, f;
3315
+ var c = a, d = c.oa, e = c.ub, f;
3309
3316
  if (!d) {
3310
- for (c.oa = d = {}, c.sb = {}, f = 0; f < Z.getProgramParameter(c, 35718); ++f) {
3317
+ for (c.oa = d = {}, c.tb = {}, f = 0; f < Z.getProgramParameter(c, 35718); ++f) {
3311
3318
  var g = Z.getActiveUniform(c, f);
3312
- var m = g.name;
3319
+ var n = g.name;
3313
3320
  g = g.size;
3314
- var p = Nd(m);
3315
- p = 0 < p ? m.slice(0, p) : m;
3321
+ var p = Nd(n);
3322
+ p = 0 < p ? n.slice(0, p) : n;
3316
3323
  var l = c.Sa;
3317
3324
  c.Sa += g;
3318
3325
  e[p] = [g, l];
3319
- for (m = 0; m < g; ++m) {
3320
- d[l] = m, c.sb[l++] = p;
3326
+ for (n = 0; n < g; ++n) {
3327
+ d[l] = n, c.tb[l++] = p;
3321
3328
  }
3322
3329
  }
3323
3330
  }
@@ -3326,7 +3333,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3326
3333
  e = b;
3327
3334
  f = Nd(b);
3328
3335
  0 < f && (d = parseInt(b.slice(f + 1)) >>> 0, e = b.slice(0, f));
3329
- if ((e = a.tb[e]) && d < e[0] && (d += e[1], c[d] = c[d] || Z.getUniformLocation(a, b))) {
3336
+ if ((e = a.ub[e]) && d < e[0] && (d += e[1], c[d] = c[d] || Z.getUniformLocation(a, b))) {
3330
3337
  return d;
3331
3338
  }
3332
3339
  } else {
@@ -3342,7 +3349,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3342
3349
  a = W[a];
3343
3350
  Z.linkProgram(a);
3344
3351
  a.oa = 0;
3345
- a.tb = {};
3352
+ a.ub = {};
3346
3353
  }, glPixelStorei:function(a, b) {
3347
3354
  Z.pixelStorei(a, b);
3348
3355
  }, glRenderbufferStorageMultisample:function(a, b, c, d, e) {
@@ -3351,8 +3358,8 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3351
3358
  Z.scissor(a, b, c, d);
3352
3359
  }, glShaderSource:function(a, b, c, d) {
3353
3360
  for (var e = "", f = 0; f < b; ++f) {
3354
- var g = d ? J[d + 4 * f >> 2] : -1, m = J[c + 4 * f >> 2];
3355
- g = m ? L(G, m, 0 > g ? void 0 : g) : "";
3361
+ var g = d ? J[d + 4 * f >> 2] : -1, n = J[c + 4 * f >> 2];
3362
+ g = n ? L(G, n, 0 > g ? void 0 : g) : "";
3356
3363
  e += g;
3357
3364
  }
3358
3365
  Z.shaderSource(zd[a], e);
@@ -3370,22 +3377,22 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3370
3377
  Z.texParameteri(a, b, c);
3371
3378
  }, glTexStorage2D:function(a, b, c, d, e) {
3372
3379
  Z.texStorage2D(a, b, c, d, e);
3373
- }, glTexSubImage2D:function(a, b, c, d, e, f, g, m, p) {
3380
+ }, glTexSubImage2D:function(a, b, c, d, e, f, g, n, p) {
3374
3381
  if (Z.Ka) {
3375
- Z.texSubImage2D(a, b, c, d, e, f, g, m, p);
3382
+ Z.texSubImage2D(a, b, c, d, e, f, g, n, p);
3376
3383
  } else if (p) {
3377
- var l = m - 5120;
3384
+ var l = n - 5120;
3378
3385
  l = 0 == l ? C : 1 == l ? G : 2 == l ? I : 4 == l ? J : 6 == l ? wa : 5 == l || 28922 == l || 28520 == l || 30779 == l || 30782 == l ? K : va;
3379
- Z.texSubImage2D(a, b, c, d, e, f, g, m, l, p >> 31 - Math.clz32(l.BYTES_PER_ELEMENT));
3386
+ Z.texSubImage2D(a, b, c, d, e, f, g, n, l, p >> 31 - Math.clz32(l.BYTES_PER_ELEMENT));
3380
3387
  } else {
3381
- Z.texSubImage2D(a, b, c, d, e, f, g, m, null);
3388
+ Z.texSubImage2D(a, b, c, d, e, f, g, n, null);
3382
3389
  }
3383
3390
  }, glUniform1i:function(a, b) {
3384
3391
  var c = Z, d = c.uniform1i;
3385
- var e = Z.Eb;
3392
+ var e = Z.Fb;
3386
3393
  if (e) {
3387
3394
  var f = e.oa[a];
3388
- "number" == typeof f && (e.oa[a] = f = Z.getUniformLocation(e, e.sb[a] + (0 < f ? "[" + f + "]" : "")));
3395
+ "number" == typeof f && (e.oa[a] = f = Z.getUniformLocation(e, e.tb[a] + (0 < f ? "[" + f + "]" : "")));
3389
3396
  a = f;
3390
3397
  } else {
3391
3398
  X(1282), a = void 0;
@@ -3397,7 +3404,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3397
3404
  }, glUseProgram:function(a) {
3398
3405
  a = W[a];
3399
3406
  Z.useProgram(a);
3400
- Z.Eb = a;
3407
+ Z.Fb = a;
3401
3408
  }, glVertexAttribDivisor:function(a, b) {
3402
3409
  Z.vertexAttribDivisor(a, b);
3403
3410
  }, glVertexAttribIPointer:function(a, b, c, d, e) {
@@ -3407,16 +3414,10 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3407
3414
  }, glViewport:function(a, b, c, d) {
3408
3415
  Z.viewport(a, b, c, d);
3409
3416
  }, provokingVertexWEBGL:function(a, b) {
3410
- (a = r[a].H.lb) && a.provokingVertexWEBGL(b);
3417
+ (a = r[a].J.mb) && a.provokingVertexWEBGL(b);
3411
3418
  }, strftime_l:(a, b, c, d) => Rd(a, b, c, d), upload_image:function(a, b) {
3412
- var c = n.images;
3413
- if (c) {
3414
- var d = c.get(b);
3415
- d && (a = r[a].H, a.texImage2D(a.TEXTURE_2D, 0, a.RGBA, a.RGBA, a.UNSIGNED_BYTE, d), c.delete(b));
3416
- }
3417
- }, webgl_texSubImage2DWithOffset:function(a, b, c, d, e, f, g, m, p, l) {
3418
- a = r[a].H;
3419
- a.texSubImage2D(b, c, d, e, f, g, m, p, l);
3419
+ var c = m.images;
3420
+ c && (b = c.get(b)) && (a = r[a].J, a.texImage2D(a.TEXTURE_2D, 0, a.RGBA, a.RGBA, a.UNSIGNED_BYTE, b));
3420
3421
  }};
3421
3422
  (function() {
3422
3423
  function a(c) {
@@ -3426,7 +3427,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3426
3427
  za = A.__indirect_function_table;
3427
3428
  Ba.unshift(A.__wasm_call_ctors);
3428
3429
  Ea--;
3429
- n.monitorRunDependencies && n.monitorRunDependencies(Ea);
3430
+ m.monitorRunDependencies && m.monitorRunDependencies(Ea);
3430
3431
  if (0 == Ea && (null !== Fa && (clearInterval(Fa), Fa = null), Ga)) {
3431
3432
  var d = Ga;
3432
3433
  Ga = null;
@@ -3436,10 +3437,10 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3436
3437
  }
3437
3438
  var b = {env:Wd, wasi_snapshot_preview1:Wd,};
3438
3439
  Ea++;
3439
- n.monitorRunDependencies && n.monitorRunDependencies(Ea);
3440
- if (n.instantiateWasm) {
3440
+ m.monitorRunDependencies && m.monitorRunDependencies(Ea);
3441
+ if (m.instantiateWasm) {
3441
3442
  try {
3442
- return n.instantiateWasm(b, a);
3443
+ return m.instantiateWasm(b, a);
3443
3444
  } catch (c) {
3444
3445
  z("Module.instantiateWasm callback failed with error: " + c), ba(c);
3445
3446
  }
@@ -3450,23 +3451,23 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3450
3451
  return {};
3451
3452
  })();
3452
3453
  var nc = a => (nc = A.free)(a), Ld = a => (Ld = A.malloc)(a);
3453
- n._setWebImage = (a, b, c) => (n._setWebImage = A.setWebImage)(a, b, c);
3454
- var Qa = n._ma_device__on_notification_unlocked = a => (Qa = n._ma_device__on_notification_unlocked = A.ma_device__on_notification_unlocked)(a);
3455
- n._ma_malloc_emscripten = (a, b) => (n._ma_malloc_emscripten = A.ma_malloc_emscripten)(a, b);
3456
- n._ma_free_emscripten = (a, b) => (n._ma_free_emscripten = A.ma_free_emscripten)(a, b);
3457
- var Ra = n._ma_device_process_pcm_frames_capture__webaudio = (a, b, c) => (Ra = n._ma_device_process_pcm_frames_capture__webaudio = A.ma_device_process_pcm_frames_capture__webaudio)(a, b, c), Sa = n._ma_device_process_pcm_frames_playback__webaudio = (a, b, c) => (Sa = n._ma_device_process_pcm_frames_playback__webaudio = A.ma_device_process_pcm_frames_playback__webaudio)(a, b, c), Vd = () => (Vd = A.__errno_location)(), mc = a => (mc = A.__getTypeName)(a);
3458
- n.__embind_initialize_bindings = () => (n.__embind_initialize_bindings = A._embind_initialize_bindings)();
3459
- n.dynCall_iiji = (a, b, c, d, e) => (n.dynCall_iiji = A.dynCall_iiji)(a, b, c, d, e);
3460
- n.dynCall_iiiji = (a, b, c, d, e, f) => (n.dynCall_iiiji = A.dynCall_iiiji)(a, b, c, d, e, f);
3461
- n.dynCall_iij = (a, b, c, d) => (n.dynCall_iij = A.dynCall_iij)(a, b, c, d);
3462
- n.dynCall_jii = (a, b, c) => (n.dynCall_jii = A.dynCall_jii)(a, b, c);
3463
- n.dynCall_jiji = (a, b, c, d, e) => (n.dynCall_jiji = A.dynCall_jiji)(a, b, c, d, e);
3464
- n.dynCall_viijii = (a, b, c, d, e, f, g) => (n.dynCall_viijii = A.dynCall_viijii)(a, b, c, d, e, f, g);
3465
- n.dynCall_iiiiij = (a, b, c, d, e, f, g) => (n.dynCall_iiiiij = A.dynCall_iiiiij)(a, b, c, d, e, f, g);
3466
- n.dynCall_iiiiijj = (a, b, c, d, e, f, g, m, p) => (n.dynCall_iiiiijj = A.dynCall_iiiiijj)(a, b, c, d, e, f, g, m, p);
3467
- n.dynCall_iiiiiijj = (a, b, c, d, e, f, g, m, p, l) => (n.dynCall_iiiiiijj = A.dynCall_iiiiiijj)(a, b, c, d, e, f, g, m, p, l);
3468
- n.___start_em_js = 489092;
3469
- n.___stop_em_js = 491674;
3454
+ m._setWebImage = (a, b, c) => (m._setWebImage = A.setWebImage)(a, b, c);
3455
+ var Qa = m._ma_device__on_notification_unlocked = a => (Qa = m._ma_device__on_notification_unlocked = A.ma_device__on_notification_unlocked)(a);
3456
+ m._ma_malloc_emscripten = (a, b) => (m._ma_malloc_emscripten = A.ma_malloc_emscripten)(a, b);
3457
+ m._ma_free_emscripten = (a, b) => (m._ma_free_emscripten = A.ma_free_emscripten)(a, b);
3458
+ var Ra = m._ma_device_process_pcm_frames_capture__webaudio = (a, b, c) => (Ra = m._ma_device_process_pcm_frames_capture__webaudio = A.ma_device_process_pcm_frames_capture__webaudio)(a, b, c), Sa = m._ma_device_process_pcm_frames_playback__webaudio = (a, b, c) => (Sa = m._ma_device_process_pcm_frames_playback__webaudio = A.ma_device_process_pcm_frames_playback__webaudio)(a, b, c), Vd = () => (Vd = A.__errno_location)(), mc = a => (mc = A.__getTypeName)(a);
3459
+ m.__embind_initialize_bindings = () => (m.__embind_initialize_bindings = A._embind_initialize_bindings)();
3460
+ m.dynCall_iiji = (a, b, c, d, e) => (m.dynCall_iiji = A.dynCall_iiji)(a, b, c, d, e);
3461
+ m.dynCall_iiiji = (a, b, c, d, e, f) => (m.dynCall_iiiji = A.dynCall_iiiji)(a, b, c, d, e, f);
3462
+ m.dynCall_iij = (a, b, c, d) => (m.dynCall_iij = A.dynCall_iij)(a, b, c, d);
3463
+ m.dynCall_jii = (a, b, c) => (m.dynCall_jii = A.dynCall_jii)(a, b, c);
3464
+ m.dynCall_jiji = (a, b, c, d, e) => (m.dynCall_jiji = A.dynCall_jiji)(a, b, c, d, e);
3465
+ m.dynCall_viijii = (a, b, c, d, e, f, g) => (m.dynCall_viijii = A.dynCall_viijii)(a, b, c, d, e, f, g);
3466
+ m.dynCall_iiiiij = (a, b, c, d, e, f, g) => (m.dynCall_iiiiij = A.dynCall_iiiiij)(a, b, c, d, e, f, g);
3467
+ m.dynCall_iiiiijj = (a, b, c, d, e, f, g, n, p) => (m.dynCall_iiiiijj = A.dynCall_iiiiijj)(a, b, c, d, e, f, g, n, p);
3468
+ m.dynCall_iiiiiijj = (a, b, c, d, e, f, g, n, p, l) => (m.dynCall_iiiiiijj = A.dynCall_iiiiiijj)(a, b, c, d, e, f, g, n, p, l);
3469
+ m.___start_em_js = 491756;
3470
+ m.___stop_em_js = 494190;
3470
3471
  var Xd;
3471
3472
  Ga = function Yd() {
3472
3473
  Xd || Zd();
@@ -3474,17 +3475,17 @@ Ga = function Yd() {
3474
3475
  };
3475
3476
  function Zd() {
3476
3477
  function a() {
3477
- if (!Xd && (Xd = !0, n.calledRun = !0, !ua)) {
3478
- n.noFSInit || Sb || (Sb = !0, Rb(), n.stdin = n.stdin, n.stdout = n.stdout, n.stderr = n.stderr, n.stdin ? Ub("stdin", n.stdin) : Nb("/dev/tty", "/dev/stdin"), n.stdout ? Ub("stdout", null, n.stdout) : Nb("/dev/tty", "/dev/stdout"), n.stderr ? Ub("stderr", null, n.stderr) : Nb("/dev/tty1", "/dev/stderr"), Pb("/dev/stdin", 0), Pb("/dev/stdout", 1), Pb("/dev/stderr", 1));
3478
+ if (!Xd && (Xd = !0, m.calledRun = !0, !ua)) {
3479
+ m.noFSInit || Sb || (Sb = !0, Rb(), m.stdin = m.stdin, m.stdout = m.stdout, m.stderr = m.stderr, m.stdin ? Ub("stdin", m.stdin) : Nb("/dev/tty", "/dev/stdin"), m.stdout ? Ub("stdout", null, m.stdout) : Nb("/dev/tty", "/dev/stdout"), m.stderr ? Ub("stderr", null, m.stderr) : Nb("/dev/tty1", "/dev/stderr"), Pb("/dev/stdin", 0), Pb("/dev/stdout", 1), Pb("/dev/stderr", 1));
3479
3480
  yb = !1;
3480
3481
  Ua(Ba);
3481
- aa(n);
3482
- if (n.onRuntimeInitialized) {
3483
- n.onRuntimeInitialized();
3482
+ aa(m);
3483
+ if (m.onRuntimeInitialized) {
3484
+ m.onRuntimeInitialized();
3484
3485
  }
3485
- if (n.postRun) {
3486
- for ("function" == typeof n.postRun && (n.postRun = [n.postRun]); n.postRun.length;) {
3487
- var b = n.postRun.shift();
3486
+ if (m.postRun) {
3487
+ for ("function" == typeof m.postRun && (m.postRun = [m.postRun]); m.postRun.length;) {
3488
+ var b = m.postRun.shift();
3488
3489
  Ca.unshift(b);
3489
3490
  }
3490
3491
  }
@@ -3492,23 +3493,23 @@ function Zd() {
3492
3493
  }
3493
3494
  }
3494
3495
  if (!(0 < Ea)) {
3495
- if (n.preRun) {
3496
- for ("function" == typeof n.preRun && (n.preRun = [n.preRun]); n.preRun.length;) {
3496
+ if (m.preRun) {
3497
+ for ("function" == typeof m.preRun && (m.preRun = [m.preRun]); m.preRun.length;) {
3497
3498
  Da();
3498
3499
  }
3499
3500
  }
3500
3501
  Ua(Aa);
3501
- 0 < Ea || (n.setStatus ? (n.setStatus("Running..."), setTimeout(function() {
3502
+ 0 < Ea || (m.setStatus ? (m.setStatus("Running..."), setTimeout(function() {
3502
3503
  setTimeout(function() {
3503
- n.setStatus("");
3504
+ m.setStatus("");
3504
3505
  }, 1);
3505
3506
  a();
3506
3507
  }, 1)) : a());
3507
3508
  }
3508
3509
  }
3509
- if (n.preInit) {
3510
- for ("function" == typeof n.preInit && (n.preInit = [n.preInit]); 0 < n.preInit.length;) {
3511
- n.preInit.pop()();
3510
+ if (m.preInit) {
3511
+ for ("function" == typeof m.preInit && (m.preInit = [m.preInit]); 0 < m.preInit.length;) {
3512
+ m.preInit.pop()();
3512
3513
  }
3513
3514
  }
3514
3515
  Zd();
@@ -3526,7 +3527,7 @@ Zd();
3526
3527
  /* 2 */
3527
3528
  /***/ ((module) => {
3528
3529
 
3529
- module.exports = JSON.parse('{"name":"@rive-app/webgl2","version":"2.23.10","description":"Rive\'s webgl2 based web api.","main":"rive.js","homepage":"https://rive.app","repository":{"type":"git","url":"https://github.com/rive-app/rive-wasm/tree/master/js"},"keywords":["rive","animation"],"author":"Rive","contributors":["Luigi Rosso <luigi@rive.app> (https://rive.app)","Maxwell Talbot <max@rive.app> (https://rive.app)","Arthur Vivian <arthur@rive.app> (https://rive.app)","Umberto Sonnino <umberto@rive.app> (https://rive.app)","Matthew Sullivan <matt.j.sullivan@gmail.com> (mailto:matt.j.sullivan@gmail.com)","Chris Dalton <chris@rive.app> (https://rive.app)"],"license":"MIT","files":["rive.js","rive.wasm","rive.js.map","rive.d.ts","rive_advanced.mjs.d.ts"],"typings":"rive.d.ts","dependencies":{},"browser":{"fs":false,"path":false}}');
3530
+ module.exports = JSON.parse('{"name":"@rive-app/webgl2","version":"2.24.0","description":"Rive\'s webgl2 based web api.","main":"rive.js","homepage":"https://rive.app","repository":{"type":"git","url":"https://github.com/rive-app/rive-wasm/tree/master/js"},"keywords":["rive","animation"],"author":"Rive","contributors":["Luigi Rosso <luigi@rive.app> (https://rive.app)","Maxwell Talbot <max@rive.app> (https://rive.app)","Arthur Vivian <arthur@rive.app> (https://rive.app)","Umberto Sonnino <umberto@rive.app> (https://rive.app)","Matthew Sullivan <matt.j.sullivan@gmail.com> (mailto:matt.j.sullivan@gmail.com)","Chris Dalton <chris@rive.app> (https://rive.app)"],"license":"MIT","files":["rive.js","rive.wasm","rive.js.map","rive.d.ts","rive_advanced.mjs.d.ts"],"typings":"rive.d.ts","dependencies":{},"browser":{"fs":false,"path":false}}');
3530
3531
 
3531
3532
  /***/ }),
3532
3533
  /* 3 */