@rive-app/webgl2-advanced 2.25.7 → 2.26.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.
@@ -22,8 +22,8 @@ function ca() {
22
22
  console.error(l);
23
23
  }
24
24
  });
25
- this.jb();
26
- e && e.Lb();
25
+ this.kb();
26
+ e && e.Mb();
27
27
  }
28
28
  let b = 0, c = 0, d = new Map(), e = null, f = null;
29
29
  this.requestAnimationFrame = function(g) {
@@ -36,20 +36,20 @@ function ca() {
36
36
  d.delete(g);
37
37
  b && 0 == d.size && (cancelAnimationFrame(b), b = 0);
38
38
  };
39
- this.Jb = function(g) {
39
+ this.Kb = function(g) {
40
40
  f && (document.body.remove(f), f = null);
41
41
  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) {
42
42
  f.innerHTML = "RIVE FPS " + n.toFixed(1);
43
43
  }, document.body.appendChild(f));
44
44
  e = new function() {
45
45
  let n = 0, p = 0;
46
- this.Lb = function() {
46
+ this.Mb = function() {
47
47
  var l = performance.now();
48
48
  p ? (++n, l -= p, 1000 < l && (g(1000 * n / l), n = p = 0)) : (p = l, n = 0);
49
49
  };
50
50
  }();
51
51
  };
52
- this.jb = function() {
52
+ this.kb = function() {
53
53
  };
54
54
  }
55
55
  function da() {
@@ -87,10 +87,10 @@ m.onRuntimeInitialized = function() {
87
87
  };
88
88
  m.CustomFileAssetLoader = c.extend("CustomFileAssetLoader", {__construct:function({loadContents:e}) {
89
89
  this.__parent.__construct.call(this);
90
- this.Ab = e;
90
+ this.Bb = e;
91
91
  }, loadContents:function(e, f) {
92
92
  e = m.ptrToAsset(e);
93
- return this.Ab(e, f);
93
+ return this.Bb(e, f);
94
94
  },});
95
95
  m.CDNFileAssetLoader = c.extend("CDNFileAssetLoader", {__construct:function() {
96
96
  this.__parent.__construct.call(this);
@@ -115,11 +115,11 @@ m.onRuntimeInitialized = function() {
115
115
  },});
116
116
  m.FallbackFileAssetLoader = c.extend("FallbackFileAssetLoader", {__construct:function() {
117
117
  this.__parent.__construct.call(this);
118
- this.fb = [];
118
+ this.gb = [];
119
119
  }, addLoader:function(e) {
120
- this.fb.push(e);
120
+ this.gb.push(e);
121
121
  }, loadContents:function(e, f) {
122
- for (let g of this.fb) {
122
+ for (let g of this.gb) {
123
123
  if (g.loadContents(e, f)) {
124
124
  return !0;
125
125
  }
@@ -135,8 +135,8 @@ const fa = m.onRuntimeInitialized;
135
135
  m.onRuntimeInitialized = function() {
136
136
  function a(k) {
137
137
  this.F = k;
138
- this.yb = k.getContext("2d");
139
- this.Cb = d;
138
+ this.Ab = k.getContext("2d");
139
+ this.Db = d;
140
140
  this.S = [];
141
141
  this.la = 0;
142
142
  this.clear = function() {
@@ -154,13 +154,13 @@ m.onRuntimeInitialized = function() {
154
154
  this.transform = function(q) {
155
155
  this.S.push(d.transform.bind(d, q));
156
156
  };
157
- this.align = function(q, v, y, B, D = 1.0) {
158
- this.S.push(d.align.bind(d, q, v, y, B, D));
157
+ this.align = function(q, v, y, C, z = 1.0) {
158
+ this.S.push(d.align.bind(d, q, v, y, C, z));
159
159
  };
160
160
  this.flush = function() {
161
161
  console.assert(0 == this.la);
162
162
  e.add(this);
163
- d.Ta || c();
163
+ d.Va || c();
164
164
  };
165
165
  this["delete"] = function() {
166
166
  };
@@ -171,24 +171,30 @@ m.onRuntimeInitialized = function() {
171
171
  if (!q) {
172
172
  return null;
173
173
  }
174
- var y = ha(r), B = {handle:y, attributes:v, version:v.Dc, J:q};
175
- q.canvas && (q.canvas.oc = B);
176
- r[y] = B;
177
- ("undefined" == typeof v.Ib || v.Ib) && ia(B);
178
- ja(y);
179
- v = f(k.width, k.height);
180
- v.zb = y;
181
- v.F = k;
182
- v.Va = k.width;
183
- v.Ua = k.height;
184
- v.W = q;
185
- return v;
174
+ v = ha(q, v);
175
+ ia(v);
176
+ const y = f(k.width, k.height);
177
+ y.Ka = v;
178
+ y.F = k;
179
+ y.La = k.width;
180
+ y.Wa = k.height;
181
+ y.T = q;
182
+ var C = y.delete;
183
+ y.delete = function() {
184
+ C.call(this);
185
+ var z = this.Ka;
186
+ r === w[z] && (r = null);
187
+ "object" == typeof JSEvents && JSEvents.Nc(w[z].D.canvas);
188
+ w[z] && w[z].D.canvas && (w[z].D.canvas.zb = void 0);
189
+ this.Ka = this.F = this.La = this.T = w[z] = null;
190
+ };
191
+ return y;
186
192
  }
187
193
  function c() {
188
194
  if (d) {
189
- var k = d.Bb, q = 0, v = 0, y = 0, B = Array(e.size), D = 0;
195
+ var k = d.Cb, q = 0, v = 0, y = 0, C = Array(e.size), z = 0;
190
196
  for (var E of e) {
191
- 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;
197
+ 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, C[z++] = E;
192
198
  }
193
199
  e.clear();
194
200
  if (!(0 >= y)) {
@@ -198,14 +204,14 @@ m.onRuntimeInitialized = function() {
198
204
  }
199
205
  q = Math.min(q, k);
200
206
  q = Math.min(v, k);
201
- B.sort((Y, rb) => rb.Ia - Y.Ia);
207
+ C.sort((Z, rb) => rb.Ia - Z.Ia);
202
208
  y = new m.DynamicRectanizer(k);
203
- for (E = 0; E < B.length;) {
209
+ for (E = 0; E < C.length;) {
204
210
  y.reset(q, v);
205
- for (D = E; D < B.length; ++D) {
206
- var H = B[D], F = y.addRect(H.fa, H.ea);
211
+ for (z = E; z < C.length; ++z) {
212
+ var H = C[z], F = y.addRect(H.fa, H.ea);
207
213
  if (0 > F) {
208
- console.assert(D > E);
214
+ console.assert(z > E);
209
215
  break;
210
216
  }
211
217
  H.ra = F & 65535;
@@ -220,26 +226,26 @@ m.onRuntimeInitialized = function() {
220
226
  d.F.width != H && (d.F.width = H);
221
227
  d.F.height != F && (d.F.height = F);
222
228
  d.clear();
223
- for (H = E; H < D; ++H) {
224
- F = B[H];
229
+ for (H = E; H < z; ++H) {
230
+ F = C[H];
225
231
  d.saveClipRect(F.ra, F.sa, F.ra + F.fa, F.sa + F.ea);
226
- let Y = new m.Mat2D();
227
- Y.xx = F.fa / F.F.width;
228
- Y.yy = F.ea / F.F.height;
229
- Y.xy = Y.yx = 0;
230
- Y.tx = F.ra;
231
- Y.ty = F.sa;
232
- d.transform(Y);
232
+ let Z = new m.Mat2D();
233
+ Z.xx = F.fa / F.F.width;
234
+ Z.yy = F.ea / F.F.height;
235
+ Z.xy = Z.yx = 0;
236
+ Z.tx = F.ra;
237
+ Z.ty = F.sa;
238
+ d.transform(Z);
233
239
  for (const rb of F.S) {
234
240
  rb();
235
241
  }
236
242
  d.restoreClipRect();
237
243
  F.S = [];
238
244
  }
239
- for (d.flush(); E < D; ++E) {
240
- 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);
245
+ for (d.flush(); E < z; ++E) {
246
+ H = C[E], F = H.Ab, F.globalCompositeOperation = "copy", F.drawImage(d.F, H.ra, H.sa, H.fa, H.ea, 0, 0, H.F.width, H.F.height);
241
247
  }
242
- E = D;
248
+ E = z;
243
249
  }
244
250
  }
245
251
  }
@@ -250,15 +256,15 @@ m.onRuntimeInitialized = function() {
250
256
  m.makeRenderer = function(k, q) {
251
257
  if (!d) {
252
258
  function v(y) {
253
- var B = document.createElement("canvas");
254
- B.width = 1;
255
- B.height = 1;
256
- d = b(B, y);
257
- d.Ta = !!d.W.getExtension("WEBGL_shader_pixel_local_storage");
258
- d.Bb = Math.min(d.W.getParameter(d.W.MAX_RENDERBUFFER_SIZE), d.W.getParameter(d.W.MAX_TEXTURE_SIZE));
259
- d.Ja = !d.Ta;
260
- if (y = d.W.getExtension("WEBGL_debug_renderer_info")) {
261
- 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);
259
+ var C = document.createElement("canvas");
260
+ C.width = 1;
261
+ C.height = 1;
262
+ d = b(C, y);
263
+ d.Va = !!d.T.getExtension("WEBGL_shader_pixel_local_storage");
264
+ d.Cb = Math.min(d.T.getParameter(d.T.MAX_RENDERBUFFER_SIZE), d.T.getParameter(d.T.MAX_TEXTURE_SIZE));
265
+ d.Ja = !d.Va;
266
+ if (y = d.T.getExtension("WEBGL_debug_renderer_info")) {
267
+ C = d.T.getParameter(y.UNMASKED_RENDERER_WEBGL), d.T.getParameter(y.UNMASKED_VENDOR_WEBGL).includes("Google") && C.includes("ANGLE Metal Renderer") && (d.Ja = !1);
262
268
  }
263
269
  return d;
264
270
  }
@@ -269,13 +275,13 @@ m.onRuntimeInitialized = function() {
269
275
  };
270
276
  const g = m.Artboard.prototype.draw;
271
277
  m.Artboard.prototype.draw = function(k) {
272
- k.S ? k.S.push(g.bind(this, k.Cb)) : g.call(this, k);
278
+ k.S ? k.S.push(g.bind(this, k.Db)) : g.call(this, k);
273
279
  };
274
280
  const n = new da(), p = new da(), l = new ca();
275
281
  m.requestAnimationFrame = l.requestAnimationFrame.bind(l);
276
282
  m.cancelAnimationFrame = l.cancelAnimationFrame.bind(l);
277
- m.enableFPSCounter = l.Jb.bind(l);
278
- l.jb = c;
283
+ m.enableFPSCounter = l.Kb.bind(l);
284
+ l.kb = c;
279
285
  m.resolveAnimationFrame = c;
280
286
  let t = m.load;
281
287
  m.load = function(k, q, v = !0) {
@@ -286,10 +292,10 @@ m.onRuntimeInitialized = function() {
286
292
  };
287
293
  const u = m.WebGL2Renderer.prototype.clear;
288
294
  m.WebGL2Renderer.prototype.clear = function() {
289
- ja(this.zb);
295
+ ia(this.Ka);
290
296
  const k = this.F;
291
- if (this.Va != k.width || this.Ua != k.height) {
292
- this.resize(k.width, k.height), this.Va = k.width, this.Ua = k.height;
297
+ if (this.La != k.width || this.Wa != k.height) {
298
+ this.resize(k.width, k.height), this.La = k.width, this.Wa = k.height;
293
299
  }
294
300
  u.call(this);
295
301
  };
@@ -298,19 +304,19 @@ m.onRuntimeInitialized = function() {
298
304
  q(k);
299
305
  };
300
306
  let x = m.Renderer.prototype.align;
301
- m.Renderer.prototype.align = function(k, q, v, y, B = 1.0) {
302
- x.call(this, k, q, v, y, B);
307
+ m.Renderer.prototype.align = function(k, q, v, y, C = 1.0) {
308
+ x.call(this, k, q, v, y, C);
303
309
  };
304
310
  };
305
- var ka = Object.assign({}, m), la = "./this.program", ma = "object" == typeof window, na = "function" == typeof importScripts, w = "", oa, pa;
306
- if (ma || na) {
307
- 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 => {
311
+ var ja = Object.assign({}, m), ka = "./this.program", la = "object" == typeof window, ma = "function" == typeof importScripts, A = "", na, oa;
312
+ if (la || ma) {
313
+ ma ? A = self.location.href : "undefined" != typeof document && document.currentScript && (A = document.currentScript.src), _scriptDir && (A = _scriptDir), 0 !== A.indexOf("blob:") ? A = A.substr(0, A.replace(/[?#].*/, "").lastIndexOf("/") + 1) : A = "", ma && (oa = a => {
308
314
  var b = new XMLHttpRequest();
309
315
  b.open("GET", a, !1);
310
316
  b.responseType = "arraybuffer";
311
317
  b.send(null);
312
318
  return new Uint8Array(b.response);
313
- }), oa = (a, b, c) => {
319
+ }), na = (a, b, c) => {
314
320
  var d = new XMLHttpRequest();
315
321
  d.open("GET", a, !0);
316
322
  d.responseType = "arraybuffer";
@@ -321,18 +327,18 @@ if (ma || na) {
321
327
  d.send(null);
322
328
  };
323
329
  }
324
- var qa = m.print || console.log.bind(console), z = m.printErr || console.error.bind(console);
325
- Object.assign(m, ka);
326
- ka = null;
327
- m.thisProgram && (la = m.thisProgram);
330
+ var pa = m.print || console.log.bind(console), qa = m.printErr || console.error.bind(console);
331
+ Object.assign(m, ja);
332
+ ja = null;
333
+ m.thisProgram && (ka = m.thisProgram);
328
334
  var ra;
329
335
  m.wasmBinary && (ra = m.wasmBinary);
330
336
  var noExitRuntime = m.noExitRuntime || !0;
331
337
  "object" != typeof WebAssembly && sa("no native wasm support detected");
332
- var ta, A, ua = !1, C, G, I, va, J, K, wa, xa;
338
+ var ta, B, ua = !1, D, G, I, va, J, K, wa, xa;
333
339
  function ya() {
334
340
  var a = ta.buffer;
335
- m.HEAP8 = C = new Int8Array(a);
341
+ m.HEAP8 = D = new Int8Array(a);
336
342
  m.HEAP16 = I = new Int16Array(a);
337
343
  m.HEAP32 = J = new Int32Array(a);
338
344
  m.HEAPU8 = G = new Uint8Array(a);
@@ -352,7 +358,7 @@ function sa(a) {
352
358
  m.onAbort(a);
353
359
  }
354
360
  a = "Aborted(" + a + ")";
355
- z(a);
361
+ qa(a);
356
362
  ua = !0;
357
363
  a = new WebAssembly.RuntimeError(a + ". Build with -sASSERTIONS for more info.");
358
364
  ba(a);
@@ -365,19 +371,19 @@ var Ia;
365
371
  Ia = "webgl2_advanced.wasm";
366
372
  if (!Ha(Ia)) {
367
373
  var Ja = Ia;
368
- Ia = m.locateFile ? m.locateFile(Ja, w) : w + Ja;
374
+ Ia = m.locateFile ? m.locateFile(Ja, A) : A + Ja;
369
375
  }
370
376
  function Ka(a) {
371
377
  if (a == Ia && ra) {
372
378
  return new Uint8Array(ra);
373
379
  }
374
- if (pa) {
375
- return pa(a);
380
+ if (oa) {
381
+ return oa(a);
376
382
  }
377
383
  throw "both async and sync fetching of the wasm failed";
378
384
  }
379
385
  function La(a) {
380
- if (!ra && (ma || na)) {
386
+ if (!ra && (la || ma)) {
381
387
  if ("function" == typeof fetch && !a.startsWith("file://")) {
382
388
  return fetch(a, {credentials:"same-origin"}).then(b => {
383
389
  if (!b.ok) {
@@ -386,9 +392,9 @@ function La(a) {
386
392
  return b.arrayBuffer();
387
393
  }).catch(() => Ka(a));
388
394
  }
389
- if (oa) {
395
+ if (na) {
390
396
  return new Promise((b, c) => {
391
- oa(a, d => b(new Uint8Array(d)), c);
397
+ na(a, d => b(new Uint8Array(d)), c);
392
398
  });
393
399
  }
394
400
  }
@@ -396,34 +402,34 @@ function La(a) {
396
402
  }
397
403
  function Ma(a, b, c) {
398
404
  return La(a).then(d => WebAssembly.instantiate(d, b)).then(d => d).then(c, d => {
399
- z("failed to asynchronously prepare wasm: " + d);
405
+ qa("failed to asynchronously prepare wasm: " + d);
400
406
  sa(d);
401
407
  });
402
408
  }
403
409
  function Na(a, b) {
404
410
  var c = Ia;
405
411
  return ra || "function" != typeof WebAssembly.instantiateStreaming || Ha(c) || c.startsWith("file://") || "function" != typeof fetch ? Ma(c, a, b) : fetch(c, {credentials:"same-origin"}).then(d => WebAssembly.instantiateStreaming(d, a).then(b, function(e) {
406
- z("wasm streaming compile failed: " + e);
407
- z("falling back to ArrayBuffer instantiation");
412
+ qa("wasm streaming compile failed: " + e);
413
+ qa("falling back to ArrayBuffer instantiation");
408
414
  return Ma(c, a, b);
409
415
  }));
410
416
  }
411
- var Oa, Pa, Ta = {500942:(a, b, c, d, e) => {
417
+ var Oa, Pa, Ta = {504750:(a, b, c, d, e) => {
412
418
  if ("undefined" === typeof window || void 0 === (window.AudioContext || window.webkitAudioContext)) {
413
419
  return 0;
414
420
  }
415
421
  if ("undefined" === typeof window.h) {
416
422
  window.h = {Da:0};
417
- window.h.H = {};
418
- window.h.H.Ba = a;
419
- window.h.H.capture = b;
420
- window.h.H.La = c;
423
+ window.h.I = {};
424
+ window.h.I.Ba = a;
425
+ window.h.I.capture = b;
426
+ window.h.I.Na = c;
421
427
  window.h.ia = {};
422
428
  window.h.ia.stopped = d;
423
- window.h.ia.sb = e;
429
+ window.h.ia.tb = e;
424
430
  let f = window.h;
425
431
  f.C = [];
426
- f.mc = function(g) {
432
+ f.nc = function(g) {
427
433
  for (var n = 0; n < f.C.length; ++n) {
428
434
  if (null == f.C[n]) {
429
435
  return f.C[n] = g, n;
@@ -432,7 +438,7 @@ var Oa, Pa, Ta = {500942:(a, b, c, d, e) => {
432
438
  f.C.push(g);
433
439
  return f.C.length - 1;
434
440
  };
435
- f.xb = function(g) {
441
+ f.yb = function(g) {
436
442
  for (f.C[g] = null; 0 < f.C.length;) {
437
443
  if (null == f.C[f.C.length - 1]) {
438
444
  f.C.pop();
@@ -441,39 +447,39 @@ var Oa, Pa, Ta = {500942:(a, b, c, d, e) => {
441
447
  }
442
448
  }
443
449
  };
444
- f.Oc = function(g) {
450
+ f.Pc = function(g) {
445
451
  for (var n = 0; n < f.C.length; ++n) {
446
452
  if (f.C[n] == g) {
447
- return f.xb(n);
453
+ return f.yb(n);
448
454
  }
449
455
  }
450
456
  };
451
457
  f.va = function(g) {
452
458
  return f.C[g];
453
459
  };
454
- f.wb = ["touchend", "click"];
460
+ f.xb = ["touchend", "click"];
455
461
  f.unlock = function() {
456
462
  for (var g = 0; g < f.C.length; ++g) {
457
463
  var n = f.C[g];
458
- null != n && null != n.I && n.state === f.ia.sb && n.I.resume().then(() => {
459
- Qa(n.kb);
464
+ null != n && null != n.J && n.state === f.ia.tb && n.J.resume().then(() => {
465
+ Qa(n.lb);
460
466
  }, p => {
461
467
  console.error("Failed to resume audiocontext", p);
462
468
  });
463
469
  }
464
- f.wb.map(function(p) {
470
+ f.xb.map(function(p) {
465
471
  document.removeEventListener(p, f.unlock, !0);
466
472
  });
467
473
  };
468
- f.wb.map(function(g) {
474
+ f.xb.map(function(g) {
469
475
  document.addEventListener(g, f.unlock, !0);
470
476
  });
471
477
  }
472
478
  window.h.Da += 1;
473
479
  return 1;
474
- }, 503120:() => {
480
+ }, 506928:() => {
475
481
  "undefined" !== typeof window.h && (--window.h.Da, 0 === window.h.Da && delete window.h);
476
- }, 503284:() => void 0 !== navigator.mediaDevices && void 0 !== navigator.mediaDevices.getUserMedia, 503388:() => {
482
+ }, 507092:() => void 0 !== navigator.mediaDevices && void 0 !== navigator.mediaDevices.getUserMedia, 507196:() => {
477
483
  try {
478
484
  var a = new (window.AudioContext || window.webkitAudioContext)(), b = a.sampleRate;
479
485
  a.close();
@@ -481,23 +487,23 @@ var Oa, Pa, Ta = {500942:(a, b, c, d, e) => {
481
487
  } catch (c) {
482
488
  return 0;
483
489
  }
484
- }, 503559:(a, b, c, d, e, f) => {
490
+ }, 507367:(a, b, c, d, e, f) => {
485
491
  if ("undefined" === typeof window.h) {
486
492
  return -1;
487
493
  }
488
494
  var g = {}, n = {};
489
- a == window.h.H.Ba && 0 != c && (n.sampleRate = c);
490
- g.I = new (window.AudioContext || window.webkitAudioContext)(n);
491
- g.I.suspend();
495
+ a == window.h.I.Ba && 0 != c && (n.sampleRate = c);
496
+ g.J = new (window.AudioContext || window.webkitAudioContext)(n);
497
+ g.J.suspend();
492
498
  g.state = window.h.ia.stopped;
493
499
  c = 0;
494
- a != window.h.H.Ba && (c = b);
495
- g.Z = g.I.createScriptProcessor(d, c, b);
500
+ a != window.h.I.Ba && (c = b);
501
+ g.Z = g.J.createScriptProcessor(d, c, b);
496
502
  g.Z.onaudioprocess = function(p) {
497
503
  if (null == g.wa || 0 == g.wa.length) {
498
504
  g.wa = new Float32Array(wa.buffer, e, d * b);
499
505
  }
500
- if (a == window.h.H.capture || a == window.h.H.La) {
506
+ if (a == window.h.I.capture || a == window.h.I.Na) {
501
507
  for (var l = 0; l < b; l += 1) {
502
508
  for (var t = p.inputBuffer.getChannelData(l), u = g.wa, x = 0; x < d; x += 1) {
503
509
  u[x * b + l] = t[x];
@@ -505,7 +511,7 @@ var Oa, Pa, Ta = {500942:(a, b, c, d, e) => {
505
511
  }
506
512
  Ra(f, d, e);
507
513
  }
508
- if (a == window.h.H.Ba || a == window.h.H.La) {
514
+ if (a == window.h.I.Ba || a == window.h.I.Na) {
509
515
  for (Sa(f, d, e), l = 0; l < p.outputBuffer.numberOfChannels; ++l) {
510
516
  for (t = p.outputBuffer.getChannelData(l), u = g.wa, x = 0; x < d; x += 1) {
511
517
  t[x] = u[x * b + l];
@@ -517,33 +523,33 @@ var Oa, Pa, Ta = {500942:(a, b, c, d, e) => {
517
523
  }
518
524
  }
519
525
  };
520
- a != window.h.H.capture && a != window.h.H.La || navigator.mediaDevices.getUserMedia({audio:!0, video:!1}).then(function(p) {
521
- g.Ea = g.I.createMediaStreamSource(p);
526
+ a != window.h.I.capture && a != window.h.I.Na || navigator.mediaDevices.getUserMedia({audio:!0, video:!1}).then(function(p) {
527
+ g.Ea = g.J.createMediaStreamSource(p);
522
528
  g.Ea.connect(g.Z);
523
- g.Z.connect(g.I.destination);
529
+ g.Z.connect(g.J.destination);
524
530
  }).catch(function(p) {
525
531
  console.log("Failed to get user media: " + p);
526
532
  });
527
- a == window.h.H.Ba && g.Z.connect(g.I.destination);
528
- g.kb = f;
529
- return window.h.mc(g);
530
- }, 506436:a => window.h.va(a).I.sampleRate, 506509:a => {
533
+ a == window.h.I.Ba && g.Z.connect(g.J.destination);
534
+ g.lb = f;
535
+ return window.h.nc(g);
536
+ }, 510244:a => window.h.va(a).J.sampleRate, 510317:a => {
531
537
  a = window.h.va(a);
532
538
  void 0 !== a.Z && (a.Z.onaudioprocess = function() {
533
539
  }, a.Z.disconnect(), a.Z = void 0);
534
540
  void 0 !== a.Ea && (a.Ea.disconnect(), a.Ea = void 0);
535
- a.I.close();
536
- a.I = void 0;
537
- a.kb = void 0;
538
- }, 506909:a => {
539
- window.h.xb(a);
540
- }, 506959:a => {
541
+ a.J.close();
542
+ a.J = void 0;
543
+ a.lb = void 0;
544
+ }, 510717:a => {
545
+ window.h.yb(a);
546
+ }, 510767:a => {
541
547
  a = window.h.va(a);
542
- a.I.resume();
543
- a.state = window.h.ia.sb;
544
- }, 507098:a => {
548
+ a.J.resume();
549
+ a.state = window.h.ia.tb;
550
+ }, 510906:a => {
545
551
  a = window.h.va(a);
546
- a.I.suspend();
552
+ a.J.suspend();
547
553
  a.state = window.h.ia.stopped;
548
554
  }}, Ua = a => {
549
555
  for (; 0 < a.length;) {
@@ -685,7 +691,7 @@ function fb(a, b) {
685
691
  }
686
692
  var gb = [];
687
693
  function hb(a, b) {
688
- gb[a] = {input:[], D:[], U:b};
694
+ gb[a] = {input:[], G:[], V:b};
689
695
  ib(a, jb);
690
696
  }
691
697
  var jb = {open:function(a) {
@@ -696,16 +702,16 @@ var jb = {open:function(a) {
696
702
  a.s = b;
697
703
  a.seekable = !1;
698
704
  }, close:function(a) {
699
- a.s.U.ua(a.s);
705
+ a.s.V.ua(a.s);
700
706
  }, ua:function(a) {
701
- a.s.U.ua(a.s);
707
+ a.s.V.ua(a.s);
702
708
  }, read:function(a, b, c, d) {
703
- if (!a.s || !a.s.U.eb) {
709
+ if (!a.s || !a.s.V.fb) {
704
710
  throw new M(60);
705
711
  }
706
712
  for (var e = 0, f = 0; f < d; f++) {
707
713
  try {
708
- var g = a.s.U.eb(a.s);
714
+ var g = a.s.V.fb(a.s);
709
715
  } catch (n) {
710
716
  throw new M(29);
711
717
  }
@@ -721,19 +727,19 @@ var jb = {open:function(a) {
721
727
  e && (a.node.timestamp = Date.now());
722
728
  return e;
723
729
  }, write:function(a, b, c, d) {
724
- if (!a.s || !a.s.U.Oa) {
730
+ if (!a.s || !a.s.V.Qa) {
725
731
  throw new M(60);
726
732
  }
727
733
  try {
728
734
  for (var e = 0; e < d; e++) {
729
- a.s.U.Oa(a.s, b[c + e]);
735
+ a.s.V.Qa(a.s, b[c + e]);
730
736
  }
731
737
  } catch (f) {
732
738
  throw new M(29);
733
739
  }
734
740
  d && (a.node.timestamp = Date.now());
735
741
  return e;
736
- },}, kb = {eb:function() {
742
+ },}, kb = {fb:function() {
737
743
  a: {
738
744
  if (!cb.length) {
739
745
  var a = null;
@@ -747,34 +753,34 @@ var jb = {open:function(a) {
747
753
  a = cb.shift();
748
754
  }
749
755
  return a;
750
- }, Oa:function(a, b) {
751
- null === b || 10 === b ? (qa(L(a.D, 0)), a.D = []) : 0 != b && a.D.push(b);
756
+ }, Qa:function(a, b) {
757
+ null === b || 10 === b ? (pa(L(a.G, 0)), a.G = []) : 0 != b && a.G.push(b);
752
758
  }, ua:function(a) {
753
- a.D && 0 < a.D.length && (qa(L(a.D, 0)), a.D = []);
754
- }, Vb:function() {
755
- 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,]};
759
+ a.G && 0 < a.G.length && (pa(L(a.G, 0)), a.G = []);
756
760
  }, Wb:function() {
757
- return 0;
761
+ 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,]};
758
762
  }, Xb:function() {
763
+ return 0;
764
+ }, Yb:function() {
759
765
  return [24, 80];
760
- },}, lb = {Oa:function(a, b) {
761
- null === b || 10 === b ? (z(L(a.D, 0)), a.D = []) : 0 != b && a.D.push(b);
766
+ },}, lb = {Qa:function(a, b) {
767
+ null === b || 10 === b ? (qa(L(a.G, 0)), a.G = []) : 0 != b && a.G.push(b);
762
768
  }, ua:function(a) {
763
- a.D && 0 < a.D.length && (z(L(a.D, 0)), a.D = []);
769
+ a.G && 0 < a.G.length && (qa(L(a.G, 0)), a.G = []);
764
770
  },};
765
771
  function mb(a, b) {
766
772
  var c = a.j ? a.j.length : 0;
767
773
  c >= b || (b = Math.max(b, c * (1048576 > c ? 2.0 : 1.125) >>> 0), 0 != c && (b = Math.max(b, 256)), c = a.j, a.j = new Uint8Array(b), 0 < a.v && a.j.set(c.subarray(0, a.v), 0));
768
774
  }
769
- var N = {O:null, T() {
775
+ var N = {O:null, U() {
770
776
  return N.createNode(null, "/", 16895, 0);
771
777
  }, createNode(a, b, c, d) {
772
778
  if (24576 === (c & 61440) || 4096 === (c & 61440)) {
773
779
  throw new M(63);
774
780
  }
775
- 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}});
781
+ N.O || (N.O = {dir:{node:{Y:N.l.Y, P:N.l.P, ma:N.l.ma, za:N.l.za, rb:N.l.rb, wb:N.l.wb, sb:N.l.sb, pb:N.l.pb, 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, hb:N.m.hb, jb:N.m.jb}}, link:{node:{Y:N.l.Y, P:N.l.P, na:N.l.na}, stream:{}}, Xa:{node:{Y:N.l.Y, P:N.l.P}, stream:nb}});
776
782
  c = ob(a, b, c, d);
777
- 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);
783
+ 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.Xa.node, c.m = N.O.Xa.stream);
778
784
  c.timestamp = Date.now();
779
785
  a && (a.j[b] = c, a.timestamp = c.timestamp);
780
786
  return c;
@@ -793,8 +799,8 @@ var N = {O:null, T() {
793
799
  b.pc = new Date(a.timestamp);
794
800
  b.Ic = new Date(a.timestamp);
795
801
  b.wc = new Date(a.timestamp);
796
- b.Db = 4096;
797
- b.qc = Math.ceil(b.size / b.Db);
802
+ b.Eb = 4096;
803
+ b.qc = Math.ceil(b.size / b.Eb);
798
804
  return b;
799
805
  }, P(a, b) {
800
806
  void 0 !== b.mode && (a.mode = b.mode);
@@ -813,7 +819,7 @@ var N = {O:null, T() {
813
819
  throw pb[44];
814
820
  }, za(a, b, c, d) {
815
821
  return N.createNode(a, b, c, d);
816
- }, qb(a, b, c) {
822
+ }, rb(a, b, c) {
817
823
  if (16384 === (a.mode & 61440)) {
818
824
  try {
819
825
  var d = qb(b, c);
@@ -831,17 +837,17 @@ var N = {O:null, T() {
831
837
  b.j[c] = a;
832
838
  b.timestamp = a.parent.timestamp;
833
839
  a.parent = b;
834
- }, vb(a, b) {
840
+ }, wb(a, b) {
835
841
  delete a.j[b];
836
842
  a.timestamp = Date.now();
837
- }, rb(a, b) {
843
+ }, sb(a, b) {
838
844
  var c = qb(a, b), d;
839
845
  for (d in c.j) {
840
846
  throw new M(55);
841
847
  }
842
848
  delete a.j[b];
843
849
  a.timestamp = Date.now();
844
- }, ob(a) {
850
+ }, pb(a) {
845
851
  var b = [".", ".."], c;
846
852
  for (c in a.j) {
847
853
  a.j.hasOwnProperty(c) && b.push(c);
@@ -871,7 +877,7 @@ var N = {O:null, T() {
871
877
  }
872
878
  return a;
873
879
  }, write(a, b, c, d, e, f) {
874
- b.buffer === C.buffer && (f = !1);
880
+ b.buffer === D.buffer && (f = !1);
875
881
  if (!d) {
876
882
  return 0;
877
883
  }
@@ -907,12 +913,12 @@ var N = {O:null, T() {
907
913
  }, ta(a, b, c) {
908
914
  mb(a.node, b + c);
909
915
  a.node.v = Math.max(a.node.v, b + c);
910
- }, gb(a, b, c, d, e) {
916
+ }, hb(a, b, c, d, e) {
911
917
  if (32768 !== (a.node.mode & 61440)) {
912
918
  throw new M(43);
913
919
  }
914
920
  a = a.node.j;
915
- if (e & 2 || a.buffer !== C.buffer) {
921
+ if (e & 2 || a.buffer !== D.buffer) {
916
922
  if (0 < c || c + b < a.length) {
917
923
  a.subarray ? a = a.subarray(c, c + b) : a = Array.prototype.slice.call(a, c, c + b);
918
924
  }
@@ -922,12 +928,12 @@ var N = {O:null, T() {
922
928
  if (!b) {
923
929
  throw new M(48);
924
930
  }
925
- C.set(a, b);
931
+ D.set(a, b);
926
932
  } else {
927
933
  c = !1, b = a.byteOffset;
928
934
  }
929
935
  return {o:b, M:c};
930
- }, ib(a, b, c, d) {
936
+ }, jb(a, b, c, d) {
931
937
  N.m.write(a, b, 0, d, c, !1);
932
938
  return 0;
933
939
  },},};
@@ -942,8 +948,8 @@ var tb = null, ub = {}, vb = [], wb = 1, xb = null, yb = !0, M = null, pb = {},
942
948
  if (!a) {
943
949
  return {path:"", node:null};
944
950
  }
945
- b = Object.assign({bb:!0, Qa:0}, b);
946
- if (8 < b.Qa) {
951
+ b = Object.assign({cb:!0, Sa:0}, b);
952
+ if (8 < b.Sa) {
947
953
  throw new M(32);
948
954
  }
949
955
  a = a.split("/").filter(g => !!g);
@@ -954,10 +960,10 @@ var tb = null, ub = {}, vb = [], wb = 1, xb = null, yb = !0, M = null, pb = {},
954
960
  }
955
961
  c = qb(c, a[e]);
956
962
  d = Wa(d + "/" + a[e]);
957
- c.Aa && (!f || f && b.bb) && (c = c.Aa.root);
958
- if (!f || b.ab) {
963
+ c.Aa && (!f || f && b.cb) && (c = c.Aa.root);
964
+ if (!f || b.bb) {
959
965
  for (f = 0; 40960 === (c.mode & 61440);) {
960
- if (c = zb(d), d = ab(Xa(d), c), c = Ab(d, {Qa:b.Qa + 1}).node, 40 < f++) {
966
+ if (c = zb(d), d = ab(Xa(d), c), c = Ab(d, {Sa:b.Sa + 1}).node, 40 < f++) {
961
967
  throw new M(32);
962
968
  }
963
969
  }
@@ -967,7 +973,7 @@ var tb = null, ub = {}, vb = [], wb = 1, xb = null, yb = !0, M = null, pb = {},
967
973
  }, Bb = a => {
968
974
  for (var b;;) {
969
975
  if (a === a.parent) {
970
- return a = a.T.hb, b ? "/" !== a[a.length - 1] ? `${a}/${b}` : a + b : a;
976
+ return a = a.U.ib, b ? "/" !== a[a.length - 1] ? `${a}/${b}` : a + b : a;
971
977
  }
972
978
  b = b ? `${a.name}/${b}` : a.name;
973
979
  a = a.parent;
@@ -982,7 +988,7 @@ var tb = null, ub = {}, vb = [], wb = 1, xb = null, yb = !0, M = null, pb = {},
982
988
  if (c = (c = Db(a, "x")) ? c : a.l.ma ? 0 : 2) {
983
989
  throw new M(c, a);
984
990
  }
985
- for (c = xb[Cb(a.id, b)]; c; c = c.$b) {
991
+ for (c = xb[Cb(a.id, b)]; c; c = c.ac) {
986
992
  var d = c.name;
987
993
  if (c.parent.id === a.id && d === b) {
988
994
  return c;
@@ -992,7 +998,7 @@ var tb = null, ub = {}, vb = [], wb = 1, xb = null, yb = !0, M = null, pb = {},
992
998
  }, ob = (a, b, c, d) => {
993
999
  a = new Eb(a, b, c, d);
994
1000
  b = Cb(a.parent.id, a.name);
995
- a.$b = xb[b];
1001
+ a.ac = xb[b];
996
1002
  return xb[b] = a;
997
1003
  }, Fb = a => {
998
1004
  var b = ["r", "w", "rw"][a & 3];
@@ -1062,7 +1068,7 @@ var tb = null, ub = {}, vb = [], wb = 1, xb = null, yb = !0, M = null, pb = {},
1062
1068
  throw new M(10);
1063
1069
  }
1064
1070
  if (!c && !d) {
1065
- var e = Ab(b, {bb:!1});
1071
+ var e = Ab(b, {cb:!1});
1066
1072
  b = e.path;
1067
1073
  e = e.node;
1068
1074
  if (e.Aa) {
@@ -1072,11 +1078,11 @@ var tb = null, ub = {}, vb = [], wb = 1, xb = null, yb = !0, M = null, pb = {},
1072
1078
  throw new M(54);
1073
1079
  }
1074
1080
  }
1075
- b = {type:a, Mc:{}, hb:b, Zb:[]};
1076
- a = a.T(b);
1077
- a.T = b;
1081
+ b = {type:a, Mc:{}, ib:b, $b:[]};
1082
+ a = a.U(b);
1083
+ a.U = b;
1078
1084
  b.root = a;
1079
- c ? tb = a : e && (e.Aa = b, e.T && e.T.Zb.push(b));
1085
+ c ? tb = a : e && (e.Aa = b, e.U && e.U.$b.push(b));
1080
1086
  }, O = (a, b, c) => {
1081
1087
  var d = Ab(a, {parent:!0}).node;
1082
1088
  a = Ya(a);
@@ -1137,7 +1143,7 @@ var tb = null, ub = {}, vb = [], wb = 1, xb = null, yb = !0, M = null, pb = {},
1137
1143
  } else {
1138
1144
  a = Wa(a);
1139
1145
  try {
1140
- e = Ab(a, {ab:!(b & 131072)}).node;
1146
+ e = Ab(a, {bb:!(b & 131072)}).node;
1141
1147
  } catch (f) {
1142
1148
  }
1143
1149
  }
@@ -1163,7 +1169,7 @@ var tb = null, ub = {}, vb = [], wb = 1, xb = null, yb = !0, M = null, pb = {},
1163
1169
  }
1164
1170
  if (b & 512 && !d) {
1165
1171
  c = e;
1166
- c = "string" == typeof c ? Ab(c, {ab:!0}).node : c;
1172
+ c = "string" == typeof c ? Ab(c, {bb:!0}).node : c;
1167
1173
  if (!c.l.P) {
1168
1174
  throw new M(63);
1169
1175
  }
@@ -1179,7 +1185,7 @@ var tb = null, ub = {}, vb = [], wb = 1, xb = null, yb = !0, M = null, pb = {},
1179
1185
  c.l.P(c, {size:0, timestamp:Date.now()});
1180
1186
  }
1181
1187
  b &= -131713;
1182
- e = Kb({node:e, path:Bb(e), flags:b, seekable:!0, position:0, m:e.m, nc:[], error:!1});
1188
+ e = Kb({node:e, path:Bb(e), flags:b, seekable:!0, position:0, m:e.m, oc:[], error:!1});
1183
1189
  e.m.open && e.m.open(e);
1184
1190
  !m.logReadFiles || b & 1 || (Ob || (Ob = {}), a in Ob || (Ob[a] = 1));
1185
1191
  return e;
@@ -1194,15 +1200,15 @@ var tb = null, ub = {}, vb = [], wb = 1, xb = null, yb = !0, M = null, pb = {},
1194
1200
  throw new M(28);
1195
1201
  }
1196
1202
  a.position = a.m.ba(a, b, c);
1197
- a.nc = [];
1203
+ a.oc = [];
1198
1204
  }, Rb = () => {
1199
1205
  M || (M = function(a, b) {
1200
1206
  this.name = "ErrnoError";
1201
1207
  this.node = b;
1202
- this.cc = function(c) {
1208
+ this.dc = function(c) {
1203
1209
  this.aa = c;
1204
1210
  };
1205
- this.cc(a);
1211
+ this.dc(a);
1206
1212
  this.message = "FS error";
1207
1213
  }, M.prototype = Error(), M.prototype.constructor = M, [44].forEach(a => {
1208
1214
  pb[a] = new M(a);
@@ -1268,7 +1274,7 @@ function Zb(a, b) {
1268
1274
  }
1269
1275
  function $b() {
1270
1276
  this.M = [void 0];
1271
- this.cb = [];
1277
+ this.eb = [];
1272
1278
  }
1273
1279
  var P = new $b(), ac = void 0;
1274
1280
  function Q(a) {
@@ -1288,7 +1294,7 @@ var R = a => {
1288
1294
  case !1:
1289
1295
  return 4;
1290
1296
  default:
1291
- return P.ta({pb:1, value:a});
1297
+ return P.ta({qb:1, value:a});
1292
1298
  }
1293
1299
  };
1294
1300
  function cc(a) {
@@ -1344,7 +1350,7 @@ function pc() {
1344
1350
  var qc = !1;
1345
1351
  function rc(a) {
1346
1352
  --a.count.value;
1347
- 0 === a.count.value && (a.G ? a.L.V(a.G) : a.u.i.V(a.o));
1353
+ 0 === a.count.value && (a.H ? a.L.W(a.H) : a.u.i.W(a.o));
1348
1354
  }
1349
1355
  function sc(a, b, c) {
1350
1356
  if (b === c) {
@@ -1354,7 +1360,7 @@ function sc(a, b, c) {
1354
1360
  return null;
1355
1361
  }
1356
1362
  a = sc(a, b, c.A);
1357
- return null === a ? null : c.Hb(a);
1363
+ return null === a ? null : c.Ib(a);
1358
1364
  }
1359
1365
  var tc = {};
1360
1366
  function uc(a, b) {
@@ -1367,7 +1373,7 @@ function wc(a) {
1367
1373
  }
1368
1374
  function xc(a, b) {
1369
1375
  b.u && b.o || wc("makeClassHandle requires ptr and ptrType");
1370
- !!b.L !== !!b.G && wc("Both smartPtrType and smartPtr must be specified");
1376
+ !!b.L !== !!b.H && wc("Both smartPtrType and smartPtr must be specified");
1371
1377
  b.count = {value:1};
1372
1378
  return yc(Object.create(a, {g:{value:b,},}));
1373
1379
  }
@@ -1380,7 +1386,7 @@ function yc(a) {
1380
1386
  });
1381
1387
  yc = b => {
1382
1388
  var c = b.g;
1383
- c.G && qc.register(b, {g:c}, b);
1389
+ c.H && qc.register(b, {g:c}, b);
1384
1390
  return b;
1385
1391
  };
1386
1392
  pc = b => {
@@ -1438,7 +1444,7 @@ function Fc(a, b, c = {}) {
1438
1444
  var d = b.name;
1439
1445
  a || Q(`type "${d}" must have a positive integer typeid pointer`);
1440
1446
  if (kc.hasOwnProperty(a)) {
1441
- if (c.Sb) {
1447
+ if (c.Tb) {
1442
1448
  return;
1443
1449
  }
1444
1450
  Q(`Cannot register type '${d}' twice`);
@@ -1476,12 +1482,12 @@ function Kc(a, b, c, d, e, f, g, n) {
1476
1482
  this.name = a;
1477
1483
  this.constructor = b;
1478
1484
  this.N = c;
1479
- this.V = d;
1485
+ this.W = d;
1480
1486
  this.A = e;
1481
- this.Mb = f;
1487
+ this.Nb = f;
1482
1488
  this.pa = g;
1483
- this.Hb = n;
1484
- this.lb = [];
1489
+ this.Ib = n;
1490
+ this.mb = [];
1485
1491
  }
1486
1492
  function Lc(a, b, c) {
1487
1493
  for (; b !== c;) {
@@ -1491,7 +1497,7 @@ function Lc(a, b, c) {
1491
1497
  }
1492
1498
  function Mc(a, b) {
1493
1499
  if (null === b) {
1494
- return this.Na && Q(`null is not a valid ${this.name}`), 0;
1500
+ return this.Pa && Q(`null is not a valid ${this.name}`), 0;
1495
1501
  }
1496
1502
  b.g || Q(`Cannot pass "${Nc(b)}" as a ${this.name}`);
1497
1503
  b.g.o || Q(`Cannot pass deleted object as a pointer of type ${this.name}`);
@@ -1499,10 +1505,10 @@ function Mc(a, b) {
1499
1505
  }
1500
1506
  function Oc(a, b) {
1501
1507
  if (null === b) {
1502
- this.Na && Q(`null is not a valid ${this.name}`);
1508
+ this.Pa && Q(`null is not a valid ${this.name}`);
1503
1509
  if (this.ya) {
1504
- var c = this.Pa();
1505
- null !== a && a.push(this.V, c);
1510
+ var c = this.Ra();
1511
+ null !== a && a.push(this.W, c);
1506
1512
  return c;
1507
1513
  }
1508
1514
  return 0;
@@ -1512,22 +1518,22 @@ function Oc(a, b) {
1512
1518
  !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}`);
1513
1519
  c = Lc(b.g.o, b.g.u.i, this.i);
1514
1520
  if (this.ya) {
1515
- switch(void 0 === b.g.G && Q("Passing raw pointer to smart pointer is illegal"), this.hc) {
1521
+ switch(void 0 === b.g.H && Q("Passing raw pointer to smart pointer is illegal"), this.ic) {
1516
1522
  case 0:
1517
- 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}`);
1523
+ b.g.L === this ? c = b.g.H : Q(`Cannot convert argument of type ${b.g.L ? b.g.L.name : b.g.u.name} to parameter type ${this.name}`);
1518
1524
  break;
1519
1525
  case 1:
1520
- c = b.g.G;
1526
+ c = b.g.H;
1521
1527
  break;
1522
1528
  case 2:
1523
1529
  if (b.g.L === this) {
1524
- c = b.g.G;
1530
+ c = b.g.H;
1525
1531
  } else {
1526
1532
  var d = b.clone();
1527
- c = this.bc(c, bc(function() {
1533
+ c = this.cc(c, bc(function() {
1528
1534
  d["delete"]();
1529
1535
  }));
1530
- null !== a && a.push(this.V, c);
1536
+ null !== a && a.push(this.W, c);
1531
1537
  }
1532
1538
  break;
1533
1539
  default:
@@ -1538,7 +1544,7 @@ function Oc(a, b) {
1538
1544
  }
1539
1545
  function Pc(a, b) {
1540
1546
  if (null === b) {
1541
- return this.Na && Q(`null is not a valid ${this.name}`), 0;
1547
+ return this.Pa && Q(`null is not a valid ${this.name}`), 0;
1542
1548
  }
1543
1549
  b.g || Q(`Cannot pass "${Nc(b)}" as a ${this.name}`);
1544
1550
  b.g.o || Q(`Cannot pass deleted object as a pointer of type ${this.name}`);
@@ -1548,10 +1554,10 @@ function Pc(a, b) {
1548
1554
  function Qc(a, b, c, d) {
1549
1555
  this.name = a;
1550
1556
  this.i = b;
1551
- this.Na = c;
1557
+ this.Pa = c;
1552
1558
  this.xa = d;
1553
1559
  this.ya = !1;
1554
- this.V = this.bc = this.Pa = this.nb = this.hc = this.ac = void 0;
1560
+ this.W = this.cc = this.Ra = this.ob = this.ic = this.bc = void 0;
1555
1561
  void 0 !== b.A ? this.toWireType = Oc : (this.toWireType = d ? Mc : Pc, this.K = null);
1556
1562
  }
1557
1563
  function Rc(a, b, c) {
@@ -1640,13 +1646,13 @@ function Zc(a, b, c) {
1640
1646
  return Lc(a.g.o, a.g.u.i, b.i);
1641
1647
  }
1642
1648
  function $c(a) {
1643
- a >= P.h && 0 === --P.get(a).pb && P.Rb(a);
1649
+ a >= P.h && 0 === --P.get(a).qb && P.Sb(a);
1644
1650
  }
1645
1651
  function ad(a, b, c) {
1646
1652
  switch(b) {
1647
1653
  case 0:
1648
1654
  return function(d) {
1649
- return this.fromWireType((c ? C : G)[d]);
1655
+ return this.fromWireType((c ? D : G)[d]);
1650
1656
  };
1651
1657
  case 1:
1652
1658
  return function(d) {
@@ -1685,7 +1691,7 @@ function cd(a, b, c) {
1685
1691
  switch(b) {
1686
1692
  case 0:
1687
1693
  return c ? function(d) {
1688
- return C[d];
1694
+ return D[d];
1689
1695
  } : function(d) {
1690
1696
  return G[d];
1691
1697
  };
@@ -1798,64 +1804,71 @@ function sd(a) {
1798
1804
  function td(a) {
1799
1805
  a.Hc = a.getExtension("WEBGL_multi_draw_instanced_base_vertex_base_instance");
1800
1806
  }
1801
- var ud = 1, vd = [], W = [], wd = [], xd = [], yd = [], zd = [], Ad = [], r = [], Bd = {};
1807
+ var ud = 1, vd = [], W = [], wd = [], xd = [], yd = [], zd = [], Ad = [], w = [], Bd = {};
1802
1808
  function X(a) {
1803
1809
  Cd || (Cd = a);
1804
1810
  }
1805
- function ha(a) {
1811
+ function Dd(a) {
1806
1812
  for (var b = ud++, c = a.length; c < b; c++) {
1807
1813
  a[c] = null;
1808
1814
  }
1809
1815
  return b;
1810
1816
  }
1811
- function ja(a) {
1812
- Dd = r[a];
1813
- m.xc = Z = Dd && Dd.J;
1814
- return !(a && !Z);
1817
+ function ha(a, b) {
1818
+ var c = Dd(w), d = {handle:c, attributes:b, version:b.Dc, D:a};
1819
+ a.canvas && (a.canvas.zb = d);
1820
+ w[c] = d;
1821
+ ("undefined" == typeof b.Jb || b.Jb) && Ed(d);
1822
+ return c;
1815
1823
  }
1816
1824
  function ia(a) {
1817
- a || (a = Dd);
1818
- if (!a.Tb) {
1819
- a.Tb = !0;
1820
- var b = a.J;
1825
+ r = w[a];
1826
+ m.xc = Y = r && r.D;
1827
+ return !(a && !Y);
1828
+ }
1829
+ function Ed(a) {
1830
+ a || (a = r);
1831
+ if (!a.Ub) {
1832
+ a.Ub = !0;
1833
+ var b = a.D;
1821
1834
  sd(b);
1822
1835
  td(b);
1823
- 2 <= a.version && (b.Za = b.getExtension("EXT_disjoint_timer_query_webgl2"));
1824
- if (2 > a.version || !b.Za) {
1825
- b.Za = b.getExtension("EXT_disjoint_timer_query");
1836
+ 2 <= a.version && (b.$a = b.getExtension("EXT_disjoint_timer_query_webgl2"));
1837
+ if (2 > a.version || !b.$a) {
1838
+ b.$a = b.getExtension("EXT_disjoint_timer_query");
1826
1839
  }
1827
- Ed(b);
1840
+ Fd(b);
1828
1841
  (b.getSupportedExtensions() || []).forEach(function(c) {
1829
1842
  c.includes("lose_context") || c.includes("debug") || b.getExtension(c);
1830
1843
  });
1831
1844
  }
1832
1845
  }
1833
- var Cd, Dd;
1834
- function Ed(a) {
1846
+ var Cd, r;
1847
+ function Fd(a) {
1835
1848
  a.Jc = a.getExtension("WEBGL_multi_draw");
1836
1849
  }
1837
- var Fd = {}, Hd = () => {
1838
- if (!Gd) {
1839
- var a = {USER:"web_user", LOGNAME:"web_user", PATH:"/", PWD:"/", HOME:"/home/web_user", LANG:("object" == typeof navigator && navigator.languages && navigator.languages[0] || "C").replace("-", "_") + ".UTF-8", _:la || "./this.program"}, b;
1840
- for (b in Fd) {
1841
- void 0 === Fd[b] ? delete a[b] : a[b] = Fd[b];
1850
+ var Gd = {}, Id = () => {
1851
+ if (!Hd) {
1852
+ var a = {USER:"web_user", LOGNAME:"web_user", PATH:"/", PWD:"/", HOME:"/home/web_user", LANG:("object" == typeof navigator && navigator.languages && navigator.languages[0] || "C").replace("-", "_") + ".UTF-8", _:ka || "./this.program"}, b;
1853
+ for (b in Gd) {
1854
+ void 0 === Gd[b] ? delete a[b] : a[b] = Gd[b];
1842
1855
  }
1843
1856
  var c = [];
1844
1857
  for (b in a) {
1845
1858
  c.push(`${b}=${a[b]}`);
1846
1859
  }
1847
- Gd = c;
1860
+ Hd = c;
1848
1861
  }
1849
- return Gd;
1850
- }, Gd, Id = [];
1851
- function Jd(a, b, c, d) {
1862
+ return Hd;
1863
+ }, Hd, Jd = [];
1864
+ function Kd(a, b, c, d) {
1852
1865
  for (var e = 0; e < a; e++) {
1853
- var f = Z[c](), g = f && ha(d);
1866
+ var f = Y[c](), g = f && Dd(d);
1854
1867
  f ? (f.name = g, d[g] = f) : X(1282);
1855
1868
  J[b + 4 * e >> 2] = g;
1856
1869
  }
1857
1870
  }
1858
- function Kd(a, b) {
1871
+ function Ld(a, b) {
1859
1872
  if (b) {
1860
1873
  var c = void 0;
1861
1874
  switch(a) {
@@ -1869,26 +1882,26 @@ function Kd(a, b) {
1869
1882
  c = 0;
1870
1883
  break;
1871
1884
  case 34466:
1872
- var d = Z.getParameter(34467);
1885
+ var d = Y.getParameter(34467);
1873
1886
  c = d ? d.length : 0;
1874
1887
  break;
1875
1888
  case 33309:
1876
- if (2 > Dd.version) {
1889
+ if (2 > r.version) {
1877
1890
  X(1282);
1878
1891
  return;
1879
1892
  }
1880
- c = 2 * (Z.getSupportedExtensions() || []).length;
1893
+ c = 2 * (Y.getSupportedExtensions() || []).length;
1881
1894
  break;
1882
1895
  case 33307:
1883
1896
  case 33308:
1884
- if (2 > Dd.version) {
1897
+ if (2 > r.version) {
1885
1898
  X(1280);
1886
1899
  return;
1887
1900
  }
1888
1901
  c = 33307 == a ? 3 : 0;
1889
1902
  }
1890
1903
  if (void 0 === c) {
1891
- switch(d = Z.getParameter(a), typeof d) {
1904
+ switch(d = Y.getParameter(a), typeof d) {
1892
1905
  case "number":
1893
1906
  c = d;
1894
1907
  break;
@@ -1937,14 +1950,14 @@ function Kd(a, b) {
1937
1950
  c = d.name | 0;
1938
1951
  } catch (e) {
1939
1952
  X(1280);
1940
- z("GL_INVALID_ENUM in glGet0v: Unknown object returned from WebGL getParameter(" + a + ")! (error: " + e + ")");
1953
+ qa("GL_INVALID_ENUM in glGet0v: Unknown object returned from WebGL getParameter(" + a + ")! (error: " + e + ")");
1941
1954
  return;
1942
1955
  }
1943
1956
  }
1944
1957
  break;
1945
1958
  default:
1946
1959
  X(1280);
1947
- z("GL_INVALID_ENUM in glGet0v: Native code calling glGet0v(" + a + ") and it returns " + d + " of type " + typeof d + "!");
1960
+ qa("GL_INVALID_ENUM in glGet0v: Native code calling glGet0v(" + a + ") and it returns " + d + " of type " + typeof d + "!");
1948
1961
  return;
1949
1962
  }
1950
1963
  }
@@ -1953,15 +1966,15 @@ function Kd(a, b) {
1953
1966
  X(1281);
1954
1967
  }
1955
1968
  }
1956
- var Md = a => {
1957
- var b = db(a) + 1, c = Ld(b);
1969
+ var Nd = a => {
1970
+ var b = db(a) + 1, c = Md(b);
1958
1971
  c && eb(a, G, c, b);
1959
1972
  return c;
1960
1973
  };
1961
- function Nd(a) {
1974
+ function Od(a) {
1962
1975
  return "]" == a.slice(-1) && a.lastIndexOf("[");
1963
1976
  }
1964
- var Od = a => 0 === a % 4 && (0 !== a % 100 || 0 === a % 400), Pd = [31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], Qd = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], Rd = (a, b, c, d) => {
1977
+ var Pd = a => 0 === a % 4 && (0 !== a % 100 || 0 === a % 400), Qd = [31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], Rd = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], Sd = (a, b, c, d) => {
1965
1978
  function e(k, q, v) {
1966
1979
  for (k = "number" == typeof k ? k.toString() : k || ""; k.length < q;) {
1967
1980
  k = v[0] + k;
@@ -1972,8 +1985,8 @@ var Od = a => 0 === a % 4 && (0 !== a % 100 || 0 === a % 400), Pd = [31, 29, 31,
1972
1985
  return e(k, q, "0");
1973
1986
  }
1974
1987
  function g(k, q) {
1975
- function v(B) {
1976
- return 0 > B ? -1 : 0 < B ? 1 : 0;
1988
+ function v(C) {
1989
+ return 0 > C ? -1 : 0 < C ? 1 : 0;
1977
1990
  }
1978
1991
  var y;
1979
1992
  0 === (y = v(k.getFullYear() - q.getFullYear())) && 0 === (y = v(k.getMonth() - q.getMonth())) && (y = v(k.getDate() - q.getDate()));
@@ -2000,7 +2013,7 @@ var Od = a => 0 === a % 4 && (0 !== a % 100 || 0 === a % 400), Pd = [31, 29, 31,
2000
2013
  function p(k) {
2001
2014
  var q = k.ca;
2002
2015
  for (k = new Date((new Date(k.da + 1900, 0, 1)).getTime()); 0 < q;) {
2003
- var v = k.getMonth(), y = (Od(k.getFullYear()) ? Pd : Qd)[v];
2016
+ var v = k.getMonth(), y = (Pd(k.getFullYear()) ? Qd : Rd)[v];
2004
2017
  if (q > y - k.getDate()) {
2005
2018
  q -= y - k.getDate() + 1, k.setDate(1), 11 > v ? k.setMonth(v + 1) : (k.setMonth(0), k.setFullYear(k.getFullYear() + 1));
2006
2019
  } else {
@@ -2014,38 +2027,38 @@ var Od = a => 0 === a % 4 && (0 !== a % 100 || 0 === a % 400), Pd = [31, 29, 31,
2014
2027
  return 0 >= g(q, k) ? 0 >= g(v, k) ? k.getFullYear() + 1 : k.getFullYear() : k.getFullYear() - 1;
2015
2028
  }
2016
2029
  var l = J[d + 40 >> 2];
2017
- 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) : "" : ""};
2030
+ d = {lc:J[d >> 2], kc:J[d + 4 >> 2], Ga:J[d + 8 >> 2], Ta:J[d + 12 >> 2], Ha:J[d + 16 >> 2], da:J[d + 20 >> 2], R:J[d + 24 >> 2], ca:J[d + 28 >> 2], Oc:J[d + 32 >> 2], jc:J[d + 36 >> 2], mc:l ? l ? L(G, l) : "" : ""};
2018
2031
  c = c ? L(G, c) : "";
2019
2032
  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",};
2020
2033
  for (var t in l) {
2021
2034
  c = c.replace(new RegExp(t, "g"), l[t]);
2022
2035
  }
2023
2036
  var u = "Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "), x = "January February March April May June July August September October November December".split(" ");
2024
- 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 => {
2037
+ 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.Ta, 2), "%e":k => e(k.Ta, 2, " "), "%g":k => p(k).toString().substring(2), "%G":k => p(k), "%H":k => f(k.Ga, 2), "%I":k => {
2025
2038
  k = k.Ga;
2026
2039
  0 == k ? k = 12 : 12 < k && (k -= 12);
2027
2040
  return f(k, 2);
2028
2041
  }, "%j":k => {
2029
- for (var q = 0, v = 0; v <= k.Ha - 1; q += (Od(k.da + 1900) ? Pd : Qd)[v++]) {
2042
+ for (var q = 0, v = 0; v <= k.Ha - 1; q += (Pd(k.da + 1900) ? Qd : Rd)[v++]) {
2030
2043
  }
2031
- return f(k.Ra + q, 3);
2032
- }, "%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 => {
2044
+ return f(k.Ta + q, 3);
2045
+ }, "%m":k => f(k.Ha + 1, 2), "%M":k => f(k.kc, 2), "%n":() => "\n", "%p":k => 0 <= k.Ga && 12 > k.Ga ? "AM" : "PM", "%S":k => f(k.lc, 2), "%t":() => "\t", "%u":k => k.R || 7, "%U":k => f(Math.floor((k.ca + 7 - k.R) / 7), 2), "%V":k => {
2033
2046
  var q = Math.floor((k.ca + 7 - (k.R + 6) % 7) / 7);
2034
2047
  2 >= (k.R + 371 - k.ca - 2) % 7 && q++;
2035
2048
  if (q) {
2036
- 53 == q && (v = (k.R + 371 - k.ca) % 7, 4 == v || 3 == v && Od(k.da) || (q = 1));
2049
+ 53 == q && (v = (k.R + 371 - k.ca) % 7, 4 == v || 3 == v && Pd(k.da) || (q = 1));
2037
2050
  } else {
2038
2051
  q = 52;
2039
2052
  var v = (k.R + 7 - k.ca - 1) % 7;
2040
- (4 == v || 5 == v && Od(k.da % 400 - 1)) && q++;
2053
+ (4 == v || 5 == v && Pd(k.da % 400 - 1)) && q++;
2041
2054
  }
2042
2055
  return f(q, 2);
2043
2056
  }, "%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 => {
2044
- k = k.ic;
2057
+ k = k.jc;
2045
2058
  var q = 0 <= k;
2046
2059
  k = Math.abs(k) / 60;
2047
2060
  return (q ? "+" : "-") + String("0000" + (k / 60 * 100 + k % 60)).slice(-4);
2048
- }, "%Z":k => k.lc, "%%":() => "%"};
2061
+ }, "%Z":k => k.mc, "%%":() => "%"};
2049
2062
  c = c.replace(/%%/g, "\x00\x00");
2050
2063
  for (t in l) {
2051
2064
  c.includes(t) && (c = c.replace(new RegExp(t, "g"), l[t](d)));
@@ -2055,13 +2068,13 @@ var Od = a => 0 === a % 4 && (0 !== a % 100 || 0 === a % 400), Pd = [31, 29, 31,
2055
2068
  if (t.length > b) {
2056
2069
  return 0;
2057
2070
  }
2058
- C.set(t, a);
2071
+ D.set(t, a);
2059
2072
  return t.length - 1;
2060
2073
  };
2061
2074
  function Eb(a, b, c, d) {
2062
2075
  a || (a = this);
2063
2076
  this.parent = a;
2064
- this.T = a.T;
2077
+ this.U = a.U;
2065
2078
  this.Aa = null;
2066
2079
  this.id = wb++;
2067
2080
  this.name = b;
@@ -2106,11 +2119,11 @@ O("/home/web_user", 16895, 0);
2106
2119
  O("/proc", 16895, 0);
2107
2120
  var a = O("/proc/self", 16895, 0);
2108
2121
  O("/proc/self/fd", 16895, 0);
2109
- Lb({T:() => {
2122
+ Lb({U:() => {
2110
2123
  var b = ob(a, "fd", 16895, 73);
2111
2124
  b.l = {ma:(c, d) => {
2112
2125
  var e = Ib(+d);
2113
- c = {parent:null, T:{hb:"fake"}, l:{na:() => e.path},};
2126
+ c = {parent:null, U:{ib:"fake"}, l:{na:() => e.path},};
2114
2127
  return c.parent = c;
2115
2128
  }};
2116
2129
  return b;
@@ -2121,12 +2134,12 @@ Object.assign($b.prototype, {get(a) {
2121
2134
  }, has(a) {
2122
2135
  return void 0 !== this.M[a];
2123
2136
  }, ta(a) {
2124
- var b = this.cb.pop() || this.M.length;
2137
+ var b = this.eb.pop() || this.M.length;
2125
2138
  this.M[b] = a;
2126
2139
  return b;
2127
- }, Rb(a) {
2140
+ }, Sb(a) {
2128
2141
  this.M[a] = void 0;
2129
- this.cb.push(a);
2142
+ this.eb.push(a);
2130
2143
  }});
2131
2144
  ac = m.BindingError = class extends Error {
2132
2145
  constructor(a) {
@@ -2143,10 +2156,10 @@ m.count_emval_handles = function() {
2143
2156
  return a;
2144
2157
  };
2145
2158
  dc = m.PureVirtualError = cc("PureVirtualError");
2146
- for (var Sd = Array(256), Td = 0; 256 > Td; ++Td) {
2147
- Sd[Td] = String.fromCharCode(Td);
2159
+ for (var Td = Array(256), Ud = 0; 256 > Ud; ++Ud) {
2160
+ Td[Ud] = String.fromCharCode(Ud);
2148
2161
  }
2149
- ec = Sd;
2162
+ ec = Td;
2150
2163
  m.getInheritedInstanceCount = function() {
2151
2164
  return Object.keys(ic).length;
2152
2165
  };
@@ -2187,7 +2200,7 @@ Hc.prototype.clone = function() {
2187
2200
  return this.g.count.value += 1, this;
2188
2201
  }
2189
2202
  var a = yc, b = Object, c = b.create, d = Object.getPrototypeOf(this), e = this.g;
2190
- 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,},}}));
2203
+ a = a(c.call(b, d, {g:{value:{count:e.count, ha:e.ha, ka:e.ka, o:e.o, u:e.u, H:e.H, L:e.L,},}}));
2191
2204
  a.g.count.value += 1;
2192
2205
  a.g.ha = !1;
2193
2206
  return a;
@@ -2197,7 +2210,7 @@ Hc.prototype["delete"] = function() {
2197
2210
  this.g.ha && !this.g.ka && Q("Object already scheduled for deletion");
2198
2211
  pc(this);
2199
2212
  rc(this.g);
2200
- this.g.ka || (this.g.G = void 0, this.g.o = void 0);
2213
+ this.g.ka || (this.g.H = void 0, this.g.o = void 0);
2201
2214
  };
2202
2215
  Hc.prototype.isDeleted = function() {
2203
2216
  return !this.g.o;
@@ -2210,12 +2223,12 @@ Hc.prototype.deleteLater = function() {
2210
2223
  this.g.ha = !0;
2211
2224
  return this;
2212
2225
  };
2213
- Qc.prototype.Nb = function(a) {
2214
- this.nb && (a = this.nb(a));
2226
+ Qc.prototype.Ob = function(a) {
2227
+ this.ob && (a = this.ob(a));
2215
2228
  return a;
2216
2229
  };
2217
- Qc.prototype.Ya = function(a) {
2218
- this.V && this.V(a);
2230
+ Qc.prototype.Za = function(a) {
2231
+ this.W && this.W(a);
2219
2232
  };
2220
2233
  Qc.prototype.argPackAdvance = 8;
2221
2234
  Qc.prototype.readValueFromPointer = Bc;
@@ -2226,35 +2239,35 @@ Qc.prototype.deleteObject = function(a) {
2226
2239
  };
2227
2240
  Qc.prototype.fromWireType = function(a) {
2228
2241
  function b() {
2229
- return this.ya ? xc(this.i.N, {u:this.ac, o:c, L:this, G:a,}) : xc(this.i.N, {u:this, o:a,});
2242
+ return this.ya ? xc(this.i.N, {u:this.bc, o:c, L:this, H:a,}) : xc(this.i.N, {u:this, o:a,});
2230
2243
  }
2231
- var c = this.Nb(a);
2244
+ var c = this.Ob(a);
2232
2245
  if (!c) {
2233
- return this.Ya(a), null;
2246
+ return this.Za(a), null;
2234
2247
  }
2235
2248
  var d = uc(this.i, c);
2236
2249
  if (void 0 !== d) {
2237
2250
  if (0 === d.g.count.value) {
2238
- return d.g.o = c, d.g.G = a, d.clone();
2251
+ return d.g.o = c, d.g.H = a, d.clone();
2239
2252
  }
2240
2253
  d = d.clone();
2241
- this.Ya(a);
2254
+ this.Za(a);
2242
2255
  return d;
2243
2256
  }
2244
- d = this.i.Mb(c);
2257
+ d = this.i.Nb(c);
2245
2258
  d = tc[d];
2246
2259
  if (!d) {
2247
2260
  return b.call(this);
2248
2261
  }
2249
- d = this.xa ? d.Eb : d.pointerType;
2262
+ d = this.xa ? d.Fb : d.pointerType;
2250
2263
  var e = sc(c, this.i, d.i);
2251
- 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,});
2264
+ return null === e ? b.call(this) : this.ya ? xc(d.i.N, {u:d, o:e, L:this, H:a,}) : xc(d.i.N, {u:d, o:e,});
2252
2265
  };
2253
2266
  Vc = m.UnboundTypeError = cc("UnboundTypeError");
2254
- for (var Z, Ud = 0; 32 > Ud; ++Ud) {
2255
- Id.push(Array(Ud));
2267
+ for (var Y, Vd = 0; 32 > Vd; ++Vd) {
2268
+ Jd.push(Array(Vd));
2256
2269
  }
2257
- var Wd = {__syscall_fcntl64:function(a, b, c) {
2270
+ var Xd = {__syscall_fcntl64:function(a, b, c) {
2258
2271
  Wb = c;
2259
2272
  try {
2260
2273
  var d = Ib(a);
@@ -2278,7 +2291,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2278
2291
  case 8:
2279
2292
  return -28;
2280
2293
  case 9:
2281
- return J[Vd() >> 2] = 28, -1;
2294
+ return J[Wd() >> 2] = 28, -1;
2282
2295
  default:
2283
2296
  return -28;
2284
2297
  }
@@ -2299,7 +2312,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2299
2312
  if (!d.s) {
2300
2313
  return -59;
2301
2314
  }
2302
- if (d.s.U.Vb) {
2315
+ if (d.s.V.Wb) {
2303
2316
  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,];
2304
2317
  var e = Xb();
2305
2318
  J[e >> 2] = 25856;
@@ -2307,7 +2320,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2307
2320
  J[e + 8 >> 2] = 191;
2308
2321
  J[e + 12 >> 2] = 35387;
2309
2322
  for (var f = 0; 32 > f; f++) {
2310
- C[e + f + 17 >> 0] = b[f] || 0;
2323
+ D[e + f + 17 >> 0] = b[f] || 0;
2311
2324
  }
2312
2325
  }
2313
2326
  return 0;
@@ -2321,9 +2334,9 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2321
2334
  if (!d.s) {
2322
2335
  return -59;
2323
2336
  }
2324
- if (d.s.U.Wb) {
2337
+ if (d.s.V.Xb) {
2325
2338
  for (e = Xb(), b = [], f = 0; 32 > f; f++) {
2326
- b.push(C[e + f + 17 >> 0]);
2339
+ b.push(D[e + f + 17 >> 0]);
2327
2340
  }
2328
2341
  }
2329
2342
  return 0;
@@ -2337,15 +2350,15 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2337
2350
  return d.s ? -28 : -59;
2338
2351
  case 21531:
2339
2352
  e = Xb();
2340
- if (!d.m.Ub) {
2353
+ if (!d.m.Vb) {
2341
2354
  throw new M(59);
2342
2355
  }
2343
- return d.m.Ub(d, b, e);
2356
+ return d.m.Vb(d, b, e);
2344
2357
  case 21523:
2345
2358
  if (!d.s) {
2346
2359
  return -59;
2347
2360
  }
2348
- d.s.U.Xb && (f = [24, 80], e = Xb(), I[e >> 1] = f[0], I[e + 2 >> 1] = f[1]);
2361
+ d.s.V.Yb && (f = [24, 80], e = Xb(), I[e >> 1] = f[0], I[e + 2 >> 1] = f[1]);
2349
2362
  return 0;
2350
2363
  case 21524:
2351
2364
  return d.s ? 0 : -59;
@@ -2388,7 +2401,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2388
2401
  c = R(c);
2389
2402
  var d = [].slice, e = b.i, f = e.N, g = e.A.N, n = e.A.constructor;
2390
2403
  a = Zb(a, function() {
2391
- e.A.lb.forEach(function(l) {
2404
+ e.A.mb.forEach(function(l) {
2392
2405
  if (this[l] === g[l]) {
2393
2406
  throw new dc(`Pure virtual function ${l} must be implemented in JavaScript`);
2394
2407
  }
@@ -2424,15 +2437,15 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2424
2437
  }, _embind_finalize_value_object:function(a) {
2425
2438
  var b = zc[a];
2426
2439
  delete zc[a];
2427
- var c = b.Pa, d = b.V, e = b.$a, f = e.map(g => g.Qb).concat(e.map(g => g.ec));
2440
+ var c = b.Ra, d = b.W, e = b.ab, f = e.map(g => g.Rb).concat(e.map(g => g.fc));
2428
2441
  T([a], f, g => {
2429
2442
  var n = {};
2430
2443
  e.forEach((p, l) => {
2431
- var t = g[l], u = p.Ob, x = p.Pb, k = g[l + e.length], q = p.dc, v = p.fc;
2432
- n[p.Kb] = {read:y => t.fromWireType(u(x, y)), write:(y, B) => {
2433
- var D = [];
2434
- q(v, y, k.toWireType(D, B));
2435
- Ac(D);
2444
+ var t = g[l], u = p.Pb, x = p.Qb, k = g[l + e.length], q = p.ec, v = p.hc;
2445
+ n[p.Lb] = {read:y => t.fromWireType(u(x, y)), write:(y, C) => {
2446
+ var z = [];
2447
+ q(v, y, k.toWireType(z, C));
2448
+ Ac(z);
2436
2449
  }};
2437
2450
  });
2438
2451
  return [{name:b.name, fromWireType:function(p) {
@@ -2466,7 +2479,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2466
2479
  return n ? d : e;
2467
2480
  }, argPackAdvance:8, readValueFromPointer:function(g) {
2468
2481
  if (1 === c) {
2469
- var n = C;
2482
+ var n = D;
2470
2483
  } else if (2 === c) {
2471
2484
  n = I;
2472
2485
  } else if (4 === c) {
@@ -2495,26 +2508,26 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2495
2508
  y = Hc.prototype;
2496
2509
  }
2497
2510
  q = Zb(k, function() {
2498
- if (Object.getPrototypeOf(this) !== B) {
2511
+ if (Object.getPrototypeOf(this) !== C) {
2499
2512
  throw new ac("Use 'new' to construct " + t);
2500
2513
  }
2501
- if (void 0 === D.$) {
2514
+ if (void 0 === z.$) {
2502
2515
  throw new ac(t + " has no accessible constructor");
2503
2516
  }
2504
- var H = D.$[arguments.length];
2517
+ var H = z.$[arguments.length];
2505
2518
  if (void 0 === H) {
2506
- throw new ac(`Tried to invoke ctor of ${t} with invalid number of parameters (${arguments.length}) - expected (${Object.keys(D.$).toString()}) parameters instead!`);
2519
+ throw new ac(`Tried to invoke ctor of ${t} with invalid number of parameters (${arguments.length}) - expected (${Object.keys(z.$).toString()}) parameters instead!`);
2507
2520
  }
2508
2521
  return H.apply(this, arguments);
2509
2522
  });
2510
- var B = Object.create(y, {constructor:{value:q},});
2511
- q.prototype = B;
2512
- var D = new Kc(t, q, B, x, v, f, n, l);
2513
- D.A && (void 0 === D.A.qa && (D.A.qa = []), D.A.qa.push(D));
2514
- v = new Qc(t, D, !0, !1);
2515
- y = new Qc(t + "*", D, !1, !1);
2516
- var E = new Qc(t + " const*", D, !1, !0);
2517
- tc[a] = {pointerType:y, Eb:E};
2523
+ var C = Object.create(y, {constructor:{value:q},});
2524
+ q.prototype = C;
2525
+ var z = new Kc(t, q, C, x, v, f, n, l);
2526
+ z.A && (void 0 === z.A.qa && (z.A.qa = []), z.A.qa.push(z));
2527
+ v = new Qc(t, z, !0, !1);
2528
+ y = new Qc(t + "*", z, !1, !1);
2529
+ var E = new Qc(t + " const*", z, !1, !0);
2530
+ tc[a] = {pointerType:y, Fb:E};
2518
2531
  Rc(k, q);
2519
2532
  return [v, y, E];
2520
2533
  });
@@ -2603,7 +2616,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2603
2616
  l = l[0];
2604
2617
  var u = `${l.name}.${b}`;
2605
2618
  b.startsWith("@@") && (b = Symbol[b.substring(2)]);
2606
- n && l.i.lb.push(b);
2619
+ n && l.i.mb.push(b);
2607
2620
  var x = l.i.N, k = x[b];
2608
2621
  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);
2609
2622
  T([], p, function(q) {
@@ -2629,15 +2642,15 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2629
2642
  Object.defineProperty(t.i.N, b, x);
2630
2643
  T([], p ? [c, g] : [c], function(k) {
2631
2644
  var q = k[0], v = {get() {
2632
- var B = Zc(this, t, u + " getter");
2633
- return q.fromWireType(e(f, B));
2645
+ var C = Zc(this, t, u + " getter");
2646
+ return q.fromWireType(e(f, C));
2634
2647
  }, enumerable:!0};
2635
2648
  if (p) {
2636
2649
  p = V(n, p);
2637
2650
  var y = k[1];
2638
- v.set = function(B) {
2639
- var D = Zc(this, t, u + " setter"), E = [];
2640
- p(l, D, y.toWireType(E, B));
2651
+ v.set = function(C) {
2652
+ var z = Zc(this, t, u + " setter"), E = [];
2653
+ p(l, z, y.toWireType(E, C));
2641
2654
  Ac(E);
2642
2655
  };
2643
2656
  }
@@ -2717,7 +2730,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2717
2730
  }
2718
2731
  var e = [Int8Array, Uint8Array, Int16Array, Uint16Array, Int32Array, Uint32Array, Float32Array, Float64Array,][b];
2719
2732
  c = S(c);
2720
- U(a, {name:c, fromWireType:d, argPackAdvance:8, readValueFromPointer:d,}, {Sb:!0,});
2733
+ U(a, {name:c, fromWireType:d, argPackAdvance:8, readValueFromPointer:d,}, {Tb:!0,});
2721
2734
  }, _embind_register_std_string:function(a, b) {
2722
2735
  b = S(b);
2723
2736
  var c = "std::string" === b;
@@ -2750,7 +2763,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2750
2763
  var f = "string" == typeof e;
2751
2764
  f || e instanceof Uint8Array || e instanceof Uint8ClampedArray || e instanceof Int8Array || Q("Cannot pass non-string to std::string");
2752
2765
  var g = c && f ? db(e) : e.length;
2753
- var n = Ld(4 + g + 1), p = n + 4;
2766
+ var n = Md(4 + g + 1), p = n + 4;
2754
2767
  K[n >> 2] = g;
2755
2768
  if (c && f) {
2756
2769
  eb(e, G, p, g + 1);
@@ -2794,7 +2807,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2794
2807
  return u;
2795
2808
  }, toWireType:function(p, l) {
2796
2809
  "string" != typeof l && Q(`Cannot pass non-string to C++ string type ${c}`);
2797
- var t = f(l), u = Ld(4 + t + b);
2810
+ var t = f(l), u = Md(4 + t + b);
2798
2811
  K[u >> 2] = t >> n;
2799
2812
  e(l, u + 4, t + b);
2800
2813
  null !== p && p.push(nc, u);
@@ -2803,12 +2816,12 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2803
2816
  nc(p);
2804
2817
  },});
2805
2818
  }, _embind_register_value_object:function(a, b, c, d, e, f) {
2806
- zc[a] = {name:S(b), Pa:V(c, d), V:V(e, f), $a:[],};
2819
+ zc[a] = {name:S(b), Ra:V(c, d), W:V(e, f), ab:[],};
2807
2820
  }, _embind_register_value_object_field:function(a, b, c, d, e, f, g, n, p, l) {
2808
- zc[a].$a.push({Kb:S(b), Qb:c, Ob:V(d, e), Pb:f, ec:g, dc:V(n, p), fc:l,});
2821
+ zc[a].ab.push({Lb:S(b), Rb:c, Pb:V(d, e), Qb:f, fc:g, ec:V(n, p), hc:l,});
2809
2822
  }, _embind_register_void:function(a, b) {
2810
2823
  b = S(b);
2811
- U(a, {Yb:!0, name:b, argPackAdvance:0, fromWireType:function() {
2824
+ U(a, {Zb:!0, name:b, argPackAdvance:0, fromWireType:function() {
2812
2825
  }, toWireType:function() {
2813
2826
  },});
2814
2827
  }, _emscripten_get_now_is_monotonic:() => !0, _emval_as:function(a, b, c) {
@@ -2845,9 +2858,9 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2845
2858
  }
2846
2859
  g = g[n].apply(g, f);
2847
2860
  for (u = 0; u < a - 1; ++u) {
2848
- c[u + 1].Gb && c[u + 1].Gb(f[u]);
2861
+ c[u + 1].Hb && c[u + 1].Hb(f[u]);
2849
2862
  }
2850
- if (!d.Yb) {
2863
+ if (!d.Zb) {
2851
2864
  return d.toWireType(p, g);
2852
2865
  }
2853
2866
  });
@@ -2857,7 +2870,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2857
2870
  b = R(b);
2858
2871
  return bc(a[b]);
2859
2872
  }, _emval_incref:function(a) {
2860
- 4 < a && (P.get(a).pb += 1);
2873
+ 4 < a && (P.get(a).qb += 1);
2861
2874
  }, _emval_new_cstring:function(a) {
2862
2875
  return bc(md(a));
2863
2876
  }, _emval_new_object:function() {
@@ -2878,7 +2891,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2878
2891
  }, abort:() => {
2879
2892
  sa("");
2880
2893
  }, beginPixelLocalStorageWEBGL:function(a, b, c) {
2881
- (a = r[a].J.ja) && a.beginPixelLocalStorageWEBGL(m.HEAPU32.subarray(c, c + b));
2894
+ (a = w[a].D.ja) && a.beginPixelLocalStorageWEBGL(m.HEAPU32.subarray(c, c + b));
2882
2895
  }, decode_image:function(a, b, c) {
2883
2896
  var d = m.images;
2884
2897
  d || (d = new Map(), m.images = d);
@@ -2931,41 +2944,41 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2931
2944
  }
2932
2945
  return !1;
2933
2946
  }, emscripten_webgl_enable_extension:function(a, b) {
2934
- a = r[a];
2947
+ a = w[a];
2935
2948
  b = b ? L(G, b) : "";
2936
2949
  b.startsWith("GL_") && (b = b.substr(3));
2937
- "WEBGL_draw_instanced_base_vertex_base_instance" == b && sd(Z);
2938
- "WEBGL_multi_draw_instanced_base_vertex_base_instance" == b && td(Z);
2939
- "WEBGL_multi_draw" == b && Ed(Z);
2940
- return !!a.J.getExtension(b);
2950
+ "WEBGL_draw_instanced_base_vertex_base_instance" == b && sd(Y);
2951
+ "WEBGL_multi_draw_instanced_base_vertex_base_instance" == b && td(Y);
2952
+ "WEBGL_multi_draw" == b && Fd(Y);
2953
+ return !!a.D.getExtension(b);
2941
2954
  }, emscripten_webgl_get_current_context:function() {
2942
- return Dd ? Dd.handle : 0;
2955
+ return r ? r.handle : 0;
2943
2956
  }, emscripten_webgl_make_context_current:function(a) {
2944
- return ja(a) ? 0 : -5;
2957
+ return ia(a) ? 0 : -5;
2945
2958
  }, enable_WEBGL_provoking_vertex:function(a) {
2946
- a = r[a].J;
2947
- a.mb = a.getExtension("WEBGL_provoking_vertex");
2948
- return !!a.mb;
2959
+ a = w[a].D;
2960
+ a.nb = a.getExtension("WEBGL_provoking_vertex");
2961
+ return !!a.nb;
2949
2962
  }, enable_WEBGL_shader_pixel_local_storage_coherent:function(a) {
2950
- a = r[a].J;
2963
+ a = w[a].D;
2951
2964
  a.ja = a.getExtension("WEBGL_shader_pixel_local_storage");
2952
2965
  return !(!a.ja || !a.ja.isCoherent());
2953
2966
  }, endPixelLocalStorageWEBGL:function(a, b, c) {
2954
- (a = r[a].J.ja) && a.endPixelLocalStorageWEBGL(m.HEAPU32.subarray(c, c + b));
2967
+ (a = w[a].D.ja) && a.endPixelLocalStorageWEBGL(m.HEAPU32.subarray(c, c + b));
2955
2968
  }, environ_get:(a, b) => {
2956
2969
  var c = 0;
2957
- Hd().forEach(function(d, e) {
2970
+ Id().forEach(function(d, e) {
2958
2971
  var f = b + c;
2959
2972
  e = K[a + 4 * e >> 2] = f;
2960
2973
  for (f = 0; f < d.length; ++f) {
2961
- C[e++ >> 0] = d.charCodeAt(f);
2974
+ D[e++ >> 0] = d.charCodeAt(f);
2962
2975
  }
2963
- C[e >> 0] = 0;
2976
+ D[e >> 0] = 0;
2964
2977
  c += d.length + 1;
2965
2978
  });
2966
2979
  return 0;
2967
2980
  }, environ_sizes_get:(a, b) => {
2968
- var c = Hd();
2981
+ var c = Id();
2969
2982
  K[a >> 2] = c.length;
2970
2983
  var d = 0;
2971
2984
  c.forEach(function(e) {
@@ -2979,7 +2992,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
2979
2992
  if (null === b.X) {
2980
2993
  throw new M(8);
2981
2994
  }
2982
- b.Ma && (b.Ma = null);
2995
+ b.Oa && (b.Oa = null);
2983
2996
  try {
2984
2997
  b.m.close && b.m.close(b);
2985
2998
  } catch (c) {
@@ -3003,7 +3016,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3003
3016
  for (var f, g = b = 0; g < c; g++) {
3004
3017
  var n = K[a >> 2], p = K[a + 4 >> 2];
3005
3018
  a += 8;
3006
- var l = e, t = n, u = p, x = f, k = C;
3019
+ var l = e, t = n, u = p, x = f, k = D;
3007
3020
  if (0 > u || 0 > x) {
3008
3021
  throw new M(28);
3009
3022
  }
@@ -3029,7 +3042,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3029
3042
  q || (l.position += v);
3030
3043
  var y = v;
3031
3044
  if (0 > y) {
3032
- var B = -1;
3045
+ var C = -1;
3033
3046
  break a;
3034
3047
  }
3035
3048
  b += y;
@@ -3038,15 +3051,15 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3038
3051
  }
3039
3052
  "undefined" !== typeof f && (f += y);
3040
3053
  }
3041
- B = b;
3054
+ C = b;
3042
3055
  }
3043
- K[d >> 2] = B;
3056
+ K[d >> 2] = C;
3044
3057
  return 0;
3045
- } catch (D) {
3046
- if ("undefined" == typeof Vb || "ErrnoError" !== D.name) {
3047
- throw D;
3058
+ } catch (z) {
3059
+ if ("undefined" == typeof Vb || "ErrnoError" !== z.name) {
3060
+ throw z;
3048
3061
  }
3049
- return D.aa;
3062
+ return z.aa;
3050
3063
  }
3051
3064
  }, fd_seek:function(a, b, c, d, e) {
3052
3065
  b = c + 2097152 >>> 0 < 4194305 - !!b ? (b >>> 0) + 4294967296 * c : NaN;
@@ -3059,7 +3072,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3059
3072
  Pa = [f.position >>> 0, (Oa = f.position, 1.0 <= +Math.abs(Oa) ? 0.0 < Oa ? +Math.floor(Oa / 4294967296.0) >>> 0 : ~~+Math.ceil((Oa - +(~~Oa >>> 0)) / 4294967296.0) >>> 0 : 0)];
3060
3073
  J[e >> 2] = Pa[0];
3061
3074
  J[e + 4 >> 2] = Pa[1];
3062
- f.Ma && 0 === b && 0 === d && (f.Ma = null);
3075
+ f.Oa && 0 === b && 0 === d && (f.Oa = null);
3063
3076
  return 0;
3064
3077
  } catch (g) {
3065
3078
  if ("undefined" == typeof Vb || "ErrnoError" !== g.name) {
@@ -3075,7 +3088,7 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3075
3088
  for (var f, g = b = 0; g < c; g++) {
3076
3089
  var n = K[a >> 2], p = K[a + 4 >> 2];
3077
3090
  a += 8;
3078
- var l = e, t = n, u = p, x = f, k = C;
3091
+ var l = e, t = n, u = p, x = f, k = D;
3079
3092
  if (0 > u || 0 > x) {
3080
3093
  throw new M(28);
3081
3094
  }
@@ -3102,187 +3115,187 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3102
3115
  q || (l.position += v);
3103
3116
  var y = v;
3104
3117
  if (0 > y) {
3105
- var B = -1;
3118
+ var C = -1;
3106
3119
  break a;
3107
3120
  }
3108
3121
  b += y;
3109
3122
  "undefined" !== typeof f && (f += y);
3110
3123
  }
3111
- B = b;
3124
+ C = b;
3112
3125
  }
3113
- K[d >> 2] = B;
3126
+ K[d >> 2] = C;
3114
3127
  return 0;
3115
- } catch (D) {
3116
- if ("undefined" == typeof Vb || "ErrnoError" !== D.name) {
3117
- throw D;
3128
+ } catch (z) {
3129
+ if ("undefined" == typeof Vb || "ErrnoError" !== z.name) {
3130
+ throw z;
3118
3131
  }
3119
- return D.aa;
3132
+ return z.aa;
3120
3133
  }
3121
3134
  }, framebufferPixelLocalClearValuefvWEBGL:function(a, b, c, d, e, f) {
3122
- (a = r[a].J.ja) && a.framebufferPixelLocalClearValuefvWEBGL(b, [c, d, e, f]);
3135
+ (a = w[a].D.ja) && a.framebufferPixelLocalClearValuefvWEBGL(b, [c, d, e, f]);
3123
3136
  }, framebufferTexturePixelLocalStorageWEBGL:function(a, b, c, d, e) {
3124
- (a = r[a].J.ja) && a.framebufferTexturePixelLocalStorageWEBGL(b, yd[c], d, e);
3137
+ (a = w[a].D.ja) && a.framebufferTexturePixelLocalStorageWEBGL(b, yd[c], d, e);
3125
3138
  }, glActiveTexture:function(a) {
3126
- Z.activeTexture(a);
3139
+ Y.activeTexture(a);
3127
3140
  }, glAttachShader:function(a, b) {
3128
- Z.attachShader(W[a], zd[b]);
3141
+ Y.attachShader(W[a], zd[b]);
3129
3142
  }, glBindBuffer:function(a, b) {
3130
- 35051 == a ? Z.Xa = b : 35052 == a && (Z.Ka = b);
3131
- Z.bindBuffer(a, vd[b]);
3143
+ 35051 == a ? Y.Ya = b : 35052 == a && (Y.Ma = b);
3144
+ Y.bindBuffer(a, vd[b]);
3132
3145
  }, glBindBufferRange:function(a, b, c, d, e) {
3133
- Z.bindBufferRange(a, b, vd[c], d, e);
3146
+ Y.bindBufferRange(a, b, vd[c], d, e);
3134
3147
  }, glBindFramebuffer:function(a, b) {
3135
- Z.bindFramebuffer(a, wd[b]);
3148
+ Y.bindFramebuffer(a, wd[b]);
3136
3149
  }, glBindRenderbuffer:function(a, b) {
3137
- Z.bindRenderbuffer(a, xd[b]);
3150
+ Y.bindRenderbuffer(a, xd[b]);
3138
3151
  }, glBindTexture:function(a, b) {
3139
- Z.bindTexture(a, yd[b]);
3152
+ Y.bindTexture(a, yd[b]);
3140
3153
  }, glBindVertexArray:function(a) {
3141
- Z.bindVertexArray(Ad[a]);
3154
+ Y.bindVertexArray(Ad[a]);
3142
3155
  }, glBlendEquation:function(a) {
3143
- Z.blendEquation(a);
3156
+ Y.blendEquation(a);
3144
3157
  }, glBlendFunc:function(a, b) {
3145
- Z.blendFunc(a, b);
3158
+ Y.blendFunc(a, b);
3146
3159
  }, glBlitFramebuffer:function(a, b, c, d, e, f, g, n, p, l) {
3147
- Z.blitFramebuffer(a, b, c, d, e, f, g, n, p, l);
3160
+ Y.blitFramebuffer(a, b, c, d, e, f, g, n, p, l);
3148
3161
  }, glBufferData:function(a, b, c, d) {
3149
- c && b ? Z.bufferData(a, G, d, c, b) : Z.bufferData(a, b, d);
3162
+ c && b ? Y.bufferData(a, G, d, c, b) : Y.bufferData(a, b, d);
3150
3163
  }, glBufferSubData:function(a, b, c, d) {
3151
- c && Z.bufferSubData(a, b, G, d, c);
3164
+ c && Y.bufferSubData(a, b, G, d, c);
3152
3165
  }, glClear:function(a) {
3153
- Z.clear(a);
3166
+ Y.clear(a);
3154
3167
  }, glClearColor:function(a, b, c, d) {
3155
- Z.clearColor(a, b, c, d);
3168
+ Y.clearColor(a, b, c, d);
3156
3169
  }, glClearDepthf:function(a) {
3157
- Z.clearDepth(a);
3170
+ Y.clearDepth(a);
3158
3171
  }, glClearStencil:function(a) {
3159
- Z.clearStencil(a);
3172
+ Y.clearStencil(a);
3160
3173
  }, glColorMask:function(a, b, c, d) {
3161
- Z.colorMask(!!a, !!b, !!c, !!d);
3174
+ Y.colorMask(!!a, !!b, !!c, !!d);
3162
3175
  }, glCompileShader:function(a) {
3163
- Z.compileShader(zd[a]);
3176
+ Y.compileShader(zd[a]);
3164
3177
  }, glCreateProgram:function() {
3165
- var a = ha(W), b = Z.createProgram();
3178
+ var a = Dd(W), b = Y.createProgram();
3166
3179
  b.name = a;
3167
3180
  b.Gc = b.Ec = b.Fc = 0;
3168
- b.Sa = 1;
3181
+ b.Ua = 1;
3169
3182
  W[a] = b;
3170
3183
  return a;
3171
3184
  }, glCreateShader:function(a) {
3172
- var b = ha(zd);
3173
- zd[b] = Z.createShader(a);
3185
+ var b = Dd(zd);
3186
+ zd[b] = Y.createShader(a);
3174
3187
  return b;
3175
3188
  }, glCullFace:function(a) {
3176
- Z.cullFace(a);
3189
+ Y.cullFace(a);
3177
3190
  }, glDeleteBuffers:function(a, b) {
3178
3191
  for (var c = 0; c < a; c++) {
3179
3192
  var d = J[b + 4 * c >> 2], e = vd[d];
3180
- e && (Z.deleteBuffer(e), e.name = 0, vd[d] = null, d == Z.Xa && (Z.Xa = 0), d == Z.Ka && (Z.Ka = 0));
3193
+ e && (Y.deleteBuffer(e), e.name = 0, vd[d] = null, d == Y.Ya && (Y.Ya = 0), d == Y.Ma && (Y.Ma = 0));
3181
3194
  }
3182
3195
  }, glDeleteFramebuffers:function(a, b) {
3183
3196
  for (var c = 0; c < a; ++c) {
3184
3197
  var d = J[b + 4 * c >> 2], e = wd[d];
3185
- e && (Z.deleteFramebuffer(e), e.name = 0, wd[d] = null);
3198
+ e && (Y.deleteFramebuffer(e), e.name = 0, wd[d] = null);
3186
3199
  }
3187
3200
  }, glDeleteProgram:function(a) {
3188
3201
  if (a) {
3189
3202
  var b = W[a];
3190
- b ? (Z.deleteProgram(b), b.name = 0, W[a] = null) : X(1281);
3203
+ b ? (Y.deleteProgram(b), b.name = 0, W[a] = null) : X(1281);
3191
3204
  }
3192
3205
  }, glDeleteRenderbuffers:function(a, b) {
3193
3206
  for (var c = 0; c < a; c++) {
3194
3207
  var d = J[b + 4 * c >> 2], e = xd[d];
3195
- e && (Z.deleteRenderbuffer(e), e.name = 0, xd[d] = null);
3208
+ e && (Y.deleteRenderbuffer(e), e.name = 0, xd[d] = null);
3196
3209
  }
3197
3210
  }, glDeleteShader:function(a) {
3198
3211
  if (a) {
3199
3212
  var b = zd[a];
3200
- b ? (Z.deleteShader(b), zd[a] = null) : X(1281);
3213
+ b ? (Y.deleteShader(b), zd[a] = null) : X(1281);
3201
3214
  }
3202
3215
  }, glDeleteTextures:function(a, b) {
3203
3216
  for (var c = 0; c < a; c++) {
3204
3217
  var d = J[b + 4 * c >> 2], e = yd[d];
3205
- e && (Z.deleteTexture(e), e.name = 0, yd[d] = null);
3218
+ e && (Y.deleteTexture(e), e.name = 0, yd[d] = null);
3206
3219
  }
3207
3220
  }, glDeleteVertexArrays:function(a, b) {
3208
3221
  for (var c = 0; c < a; c++) {
3209
3222
  var d = J[b + 4 * c >> 2];
3210
- Z.deleteVertexArray(Ad[d]);
3223
+ Y.deleteVertexArray(Ad[d]);
3211
3224
  Ad[d] = null;
3212
3225
  }
3213
3226
  }, glDepthFunc:function(a) {
3214
- Z.depthFunc(a);
3227
+ Y.depthFunc(a);
3215
3228
  }, glDepthMask:function(a) {
3216
- Z.depthMask(!!a);
3229
+ Y.depthMask(!!a);
3217
3230
  }, glDepthRangef:function(a, b) {
3218
- Z.depthRange(a, b);
3231
+ Y.depthRange(a, b);
3219
3232
  }, glDisable:function(a) {
3220
- Z.disable(a);
3233
+ Y.disable(a);
3221
3234
  }, glDrawArrays:function(a, b, c) {
3222
- Z.drawArrays(a, b, c);
3235
+ Y.drawArrays(a, b, c);
3223
3236
  }, glDrawArraysInstanced:function(a, b, c, d) {
3224
- Z.drawArraysInstanced(a, b, c, d);
3237
+ Y.drawArraysInstanced(a, b, c, d);
3225
3238
  }, glDrawBuffers:function(a, b) {
3226
- for (var c = Id[a], d = 0; d < a; d++) {
3239
+ for (var c = Jd[a], d = 0; d < a; d++) {
3227
3240
  c[d] = J[b + 4 * d >> 2];
3228
3241
  }
3229
- Z.drawBuffers(c);
3242
+ Y.drawBuffers(c);
3230
3243
  }, glDrawElements:function(a, b, c, d) {
3231
- Z.drawElements(a, b, c, d);
3244
+ Y.drawElements(a, b, c, d);
3232
3245
  }, glDrawElementsInstanced:function(a, b, c, d, e) {
3233
- Z.drawElementsInstanced(a, b, c, d, e);
3246
+ Y.drawElementsInstanced(a, b, c, d, e);
3234
3247
  }, glEnable:function(a) {
3235
- Z.enable(a);
3248
+ Y.enable(a);
3236
3249
  }, glEnableVertexAttribArray:function(a) {
3237
- Z.enableVertexAttribArray(a);
3250
+ Y.enableVertexAttribArray(a);
3238
3251
  }, glFlush:function() {
3239
- Z.flush();
3252
+ Y.flush();
3240
3253
  }, glFramebufferRenderbuffer:function(a, b, c, d) {
3241
- Z.framebufferRenderbuffer(a, b, c, xd[d]);
3254
+ Y.framebufferRenderbuffer(a, b, c, xd[d]);
3242
3255
  }, glFramebufferTexture2D:function(a, b, c, d, e) {
3243
- Z.framebufferTexture2D(a, b, c, yd[d], e);
3256
+ Y.framebufferTexture2D(a, b, c, yd[d], e);
3244
3257
  }, glFrontFace:function(a) {
3245
- Z.frontFace(a);
3258
+ Y.frontFace(a);
3246
3259
  }, glGenBuffers:function(a, b) {
3247
- Jd(a, b, "createBuffer", vd);
3260
+ Kd(a, b, "createBuffer", vd);
3248
3261
  }, glGenFramebuffers:function(a, b) {
3249
- Jd(a, b, "createFramebuffer", wd);
3262
+ Kd(a, b, "createFramebuffer", wd);
3250
3263
  }, glGenRenderbuffers:function(a, b) {
3251
- Jd(a, b, "createRenderbuffer", xd);
3264
+ Kd(a, b, "createRenderbuffer", xd);
3252
3265
  }, glGenTextures:function(a, b) {
3253
- Jd(a, b, "createTexture", yd);
3266
+ Kd(a, b, "createTexture", yd);
3254
3267
  }, glGenVertexArrays:function(a, b) {
3255
- Jd(a, b, "createVertexArray", Ad);
3268
+ Kd(a, b, "createVertexArray", Ad);
3256
3269
  }, glGenerateMipmap:function(a) {
3257
- Z.generateMipmap(a);
3270
+ Y.generateMipmap(a);
3258
3271
  }, glGetIntegerv:function(a, b) {
3259
- Kd(a, b);
3272
+ Ld(a, b);
3260
3273
  }, glGetString:function(a) {
3261
3274
  var b = Bd[a];
3262
3275
  if (!b) {
3263
3276
  switch(a) {
3264
3277
  case 7939:
3265
- b = Z.getSupportedExtensions() || [];
3278
+ b = Y.getSupportedExtensions() || [];
3266
3279
  b = b.concat(b.map(function(d) {
3267
3280
  return "GL_" + d;
3268
3281
  }));
3269
- b = Md(b.join(" "));
3282
+ b = Nd(b.join(" "));
3270
3283
  break;
3271
3284
  case 7936:
3272
3285
  case 7937:
3273
3286
  case 37445:
3274
3287
  case 37446:
3275
- (b = Z.getParameter(a)) || X(1280);
3276
- b = b && Md(b);
3288
+ (b = Y.getParameter(a)) || X(1280);
3289
+ b = b && Nd(b);
3277
3290
  break;
3278
3291
  case 7938:
3279
- b = Md("OpenGL ES 3.0 (" + Z.getParameter(7938) + ")");
3292
+ b = Nd("OpenGL ES 3.0 (" + Y.getParameter(7938) + ")");
3280
3293
  break;
3281
3294
  case 35724:
3282
- b = Z.getParameter(35724);
3295
+ b = Y.getParameter(35724);
3283
3296
  var c = b.match(/^WebGL GLSL ES ([0-9]\.[0-9][0-9]?)(?:$| .*)/);
3284
3297
  null !== c && (3 == c[1].length && (c[1] += "0"), b = "OpenGL ES GLSL ES " + c[1] + " (" + b + ")");
3285
- b = Md(b);
3298
+ b = Nd(b);
3286
3299
  break;
3287
3300
  default:
3288
3301
  X(1280);
@@ -3291,32 +3304,32 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3291
3304
  }
3292
3305
  return b;
3293
3306
  }, glGetUniformBlockIndex:function(a, b) {
3294
- return Z.getUniformBlockIndex(W[a], b ? L(G, b) : "");
3307
+ return Y.getUniformBlockIndex(W[a], b ? L(G, b) : "");
3295
3308
  }, glGetUniformLocation:function(a, b) {
3296
3309
  b = b ? L(G, b) : "";
3297
3310
  if (a = W[a]) {
3298
- var c = a, d = c.oa, e = c.ub, f;
3311
+ var c = a, d = c.oa, e = c.vb, f;
3299
3312
  if (!d) {
3300
- for (c.oa = d = {}, c.tb = {}, f = 0; f < Z.getProgramParameter(c, 35718); ++f) {
3301
- var g = Z.getActiveUniform(c, f);
3313
+ for (c.oa = d = {}, c.ub = {}, f = 0; f < Y.getProgramParameter(c, 35718); ++f) {
3314
+ var g = Y.getActiveUniform(c, f);
3302
3315
  var n = g.name;
3303
3316
  g = g.size;
3304
- var p = Nd(n);
3317
+ var p = Od(n);
3305
3318
  p = 0 < p ? n.slice(0, p) : n;
3306
- var l = c.Sa;
3307
- c.Sa += g;
3319
+ var l = c.Ua;
3320
+ c.Ua += g;
3308
3321
  e[p] = [g, l];
3309
3322
  for (n = 0; n < g; ++n) {
3310
- d[l] = n, c.tb[l++] = p;
3323
+ d[l] = n, c.ub[l++] = p;
3311
3324
  }
3312
3325
  }
3313
3326
  }
3314
3327
  c = a.oa;
3315
3328
  d = 0;
3316
3329
  e = b;
3317
- f = Nd(b);
3330
+ f = Od(b);
3318
3331
  0 < f && (d = parseInt(b.slice(f + 1)) >>> 0, e = b.slice(0, f));
3319
- if ((e = a.ub[e]) && d < e[0] && (d += e[1], c[d] = c[d] || Z.getUniformLocation(a, b))) {
3332
+ if ((e = a.vb[e]) && d < e[0] && (d += e[1], c[d] = c[d] || Y.getUniformLocation(a, b))) {
3320
3333
  return d;
3321
3334
  }
3322
3335
  } else {
@@ -3324,58 +3337,58 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3324
3337
  }
3325
3338
  return -1;
3326
3339
  }, glInvalidateFramebuffer:function(a, b, c) {
3327
- for (var d = Id[b], e = 0; e < b; e++) {
3340
+ for (var d = Jd[b], e = 0; e < b; e++) {
3328
3341
  d[e] = J[c + 4 * e >> 2];
3329
3342
  }
3330
- Z.invalidateFramebuffer(a, d);
3343
+ Y.invalidateFramebuffer(a, d);
3331
3344
  }, glLinkProgram:function(a) {
3332
3345
  a = W[a];
3333
- Z.linkProgram(a);
3346
+ Y.linkProgram(a);
3334
3347
  a.oa = 0;
3335
- a.ub = {};
3348
+ a.vb = {};
3336
3349
  }, glPixelStorei:function(a, b) {
3337
- Z.pixelStorei(a, b);
3350
+ Y.pixelStorei(a, b);
3338
3351
  }, glRenderbufferStorageMultisample:function(a, b, c, d, e) {
3339
- Z.renderbufferStorageMultisample(a, b, c, d, e);
3352
+ Y.renderbufferStorageMultisample(a, b, c, d, e);
3340
3353
  }, glScissor:function(a, b, c, d) {
3341
- Z.scissor(a, b, c, d);
3354
+ Y.scissor(a, b, c, d);
3342
3355
  }, glShaderSource:function(a, b, c, d) {
3343
3356
  for (var e = "", f = 0; f < b; ++f) {
3344
3357
  var g = d ? J[d + 4 * f >> 2] : -1, n = J[c + 4 * f >> 2];
3345
3358
  g = n ? L(G, n, 0 > g ? void 0 : g) : "";
3346
3359
  e += g;
3347
3360
  }
3348
- Z.shaderSource(zd[a], e);
3361
+ Y.shaderSource(zd[a], e);
3349
3362
  }, glStencilFunc:function(a, b, c) {
3350
- Z.stencilFunc(a, b, c);
3363
+ Y.stencilFunc(a, b, c);
3351
3364
  }, glStencilFuncSeparate:function(a, b, c, d) {
3352
- Z.stencilFuncSeparate(a, b, c, d);
3365
+ Y.stencilFuncSeparate(a, b, c, d);
3353
3366
  }, glStencilMask:function(a) {
3354
- Z.stencilMask(a);
3367
+ Y.stencilMask(a);
3355
3368
  }, glStencilOp:function(a, b, c) {
3356
- Z.stencilOp(a, b, c);
3369
+ Y.stencilOp(a, b, c);
3357
3370
  }, glStencilOpSeparate:function(a, b, c, d) {
3358
- Z.stencilOpSeparate(a, b, c, d);
3371
+ Y.stencilOpSeparate(a, b, c, d);
3359
3372
  }, glTexParameteri:function(a, b, c) {
3360
- Z.texParameteri(a, b, c);
3373
+ Y.texParameteri(a, b, c);
3361
3374
  }, glTexStorage2D:function(a, b, c, d, e) {
3362
- Z.texStorage2D(a, b, c, d, e);
3375
+ Y.texStorage2D(a, b, c, d, e);
3363
3376
  }, glTexSubImage2D:function(a, b, c, d, e, f, g, n, p) {
3364
- if (Z.Ka) {
3365
- Z.texSubImage2D(a, b, c, d, e, f, g, n, p);
3377
+ if (Y.Ma) {
3378
+ Y.texSubImage2D(a, b, c, d, e, f, g, n, p);
3366
3379
  } else if (p) {
3367
3380
  var l = n - 5120;
3368
- 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;
3369
- Z.texSubImage2D(a, b, c, d, e, f, g, n, l, p >> 31 - Math.clz32(l.BYTES_PER_ELEMENT));
3381
+ l = 0 == l ? D : 1 == l ? G : 2 == l ? I : 4 == l ? J : 6 == l ? wa : 5 == l || 28922 == l || 28520 == l || 30779 == l || 30782 == l ? K : va;
3382
+ Y.texSubImage2D(a, b, c, d, e, f, g, n, l, p >> 31 - Math.clz32(l.BYTES_PER_ELEMENT));
3370
3383
  } else {
3371
- Z.texSubImage2D(a, b, c, d, e, f, g, n, null);
3384
+ Y.texSubImage2D(a, b, c, d, e, f, g, n, null);
3372
3385
  }
3373
3386
  }, glUniform1i:function(a, b) {
3374
- var c = Z, d = c.uniform1i;
3375
- var e = Z.Fb;
3387
+ var c = Y, d = c.uniform1i;
3388
+ var e = Y.Gb;
3376
3389
  if (e) {
3377
3390
  var f = e.oa[a];
3378
- "number" == typeof f && (e.oa[a] = f = Z.getUniformLocation(e, e.tb[a] + (0 < f ? "[" + f + "]" : "")));
3391
+ "number" == typeof f && (e.oa[a] = f = Y.getUniformLocation(e, e.ub[a] + (0 < f ? "[" + f + "]" : "")));
3379
3392
  a = f;
3380
3393
  } else {
3381
3394
  X(1282), a = void 0;
@@ -3383,32 +3396,32 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3383
3396
  d.call(c, a, b);
3384
3397
  }, glUniformBlockBinding:function(a, b, c) {
3385
3398
  a = W[a];
3386
- Z.uniformBlockBinding(a, b, c);
3399
+ Y.uniformBlockBinding(a, b, c);
3387
3400
  }, glUseProgram:function(a) {
3388
3401
  a = W[a];
3389
- Z.useProgram(a);
3390
- Z.Fb = a;
3402
+ Y.useProgram(a);
3403
+ Y.Gb = a;
3391
3404
  }, glVertexAttribDivisor:function(a, b) {
3392
- Z.vertexAttribDivisor(a, b);
3405
+ Y.vertexAttribDivisor(a, b);
3393
3406
  }, glVertexAttribIPointer:function(a, b, c, d, e) {
3394
- Z.vertexAttribIPointer(a, b, c, d, e);
3407
+ Y.vertexAttribIPointer(a, b, c, d, e);
3395
3408
  }, glVertexAttribPointer:function(a, b, c, d, e, f) {
3396
- Z.vertexAttribPointer(a, b, c, !!d, e, f);
3409
+ Y.vertexAttribPointer(a, b, c, !!d, e, f);
3397
3410
  }, glViewport:function(a, b, c, d) {
3398
- Z.viewport(a, b, c, d);
3411
+ Y.viewport(a, b, c, d);
3399
3412
  }, provokingVertexWEBGL:function(a, b) {
3400
- (a = r[a].J.mb) && a.provokingVertexWEBGL(b);
3401
- }, strftime_l:(a, b, c, d) => Rd(a, b, c, d), upload_image:function(a, b) {
3413
+ (a = w[a].D.nb) && a.provokingVertexWEBGL(b);
3414
+ }, strftime_l:(a, b, c, d) => Sd(a, b, c, d), upload_image:function(a, b) {
3402
3415
  var c = m.images;
3403
- c && (b = c.get(b)) && (a = r[a].J, a.texImage2D(a.TEXTURE_2D, 0, a.RGBA, a.RGBA, a.UNSIGNED_BYTE, b));
3416
+ c && (b = c.get(b)) && (a = w[a].D, a.texImage2D(a.TEXTURE_2D, 0, a.RGBA, a.RGBA, a.UNSIGNED_BYTE, b));
3404
3417
  }};
3405
3418
  (function() {
3406
3419
  function a(c) {
3407
- A = c = c.exports;
3408
- ta = A.memory;
3420
+ B = c = c.exports;
3421
+ ta = B.memory;
3409
3422
  ya();
3410
- za = A.__indirect_function_table;
3411
- Ba.unshift(A.__wasm_call_ctors);
3423
+ za = B.__indirect_function_table;
3424
+ Ba.unshift(B.__wasm_call_ctors);
3412
3425
  Ea--;
3413
3426
  m.monitorRunDependencies && m.monitorRunDependencies(Ea);
3414
3427
  if (0 == Ea && (null !== Fa && (clearInterval(Fa), Fa = null), Ga)) {
@@ -3418,14 +3431,14 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3418
3431
  }
3419
3432
  return c;
3420
3433
  }
3421
- var b = {env:Wd, wasi_snapshot_preview1:Wd,};
3434
+ var b = {env:Xd, wasi_snapshot_preview1:Xd,};
3422
3435
  Ea++;
3423
3436
  m.monitorRunDependencies && m.monitorRunDependencies(Ea);
3424
3437
  if (m.instantiateWasm) {
3425
3438
  try {
3426
3439
  return m.instantiateWasm(b, a);
3427
3440
  } catch (c) {
3428
- z("Module.instantiateWasm callback failed with error: " + c), ba(c);
3441
+ qa("Module.instantiateWasm callback failed with error: " + c), ba(c);
3429
3442
  }
3430
3443
  }
3431
3444
  Na(b, function(c) {
@@ -3433,32 +3446,32 @@ var Wd = {__syscall_fcntl64:function(a, b, c) {
3433
3446
  }).catch(ba);
3434
3447
  return {};
3435
3448
  })();
3436
- var nc = a => (nc = A.free)(a), Ld = a => (Ld = A.malloc)(a);
3437
- m._setWebImage = (a, b, c) => (m._setWebImage = A.setWebImage)(a, b, c);
3438
- var Qa = m._ma_device__on_notification_unlocked = a => (Qa = m._ma_device__on_notification_unlocked = A.ma_device__on_notification_unlocked)(a);
3439
- m._ma_malloc_emscripten = (a, b) => (m._ma_malloc_emscripten = A.ma_malloc_emscripten)(a, b);
3440
- m._ma_free_emscripten = (a, b) => (m._ma_free_emscripten = A.ma_free_emscripten)(a, b);
3441
- 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);
3442
- m.__embind_initialize_bindings = () => (m.__embind_initialize_bindings = A._embind_initialize_bindings)();
3443
- m.dynCall_iiji = (a, b, c, d, e) => (m.dynCall_iiji = A.dynCall_iiji)(a, b, c, d, e);
3444
- m.dynCall_iiiji = (a, b, c, d, e, f) => (m.dynCall_iiiji = A.dynCall_iiiji)(a, b, c, d, e, f);
3445
- m.dynCall_iij = (a, b, c, d) => (m.dynCall_iij = A.dynCall_iij)(a, b, c, d);
3446
- m.dynCall_jii = (a, b, c) => (m.dynCall_jii = A.dynCall_jii)(a, b, c);
3447
- m.dynCall_jiji = (a, b, c, d, e) => (m.dynCall_jiji = A.dynCall_jiji)(a, b, c, d, e);
3448
- m.dynCall_viijii = (a, b, c, d, e, f, g) => (m.dynCall_viijii = A.dynCall_viijii)(a, b, c, d, e, f, g);
3449
- m.dynCall_iiiiij = (a, b, c, d, e, f, g) => (m.dynCall_iiiiij = A.dynCall_iiiiij)(a, b, c, d, e, f, g);
3450
- 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);
3451
- 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);
3452
- m.___start_em_js = 498508;
3453
- m.___stop_em_js = 500942;
3454
- var Xd;
3455
- Ga = function Yd() {
3456
- Xd || Zd();
3457
- Xd || (Ga = Yd);
3449
+ var nc = a => (nc = B.free)(a), Md = a => (Md = B.malloc)(a);
3450
+ m._setWebImage = (a, b, c) => (m._setWebImage = B.setWebImage)(a, b, c);
3451
+ var Qa = m._ma_device__on_notification_unlocked = a => (Qa = m._ma_device__on_notification_unlocked = B.ma_device__on_notification_unlocked)(a);
3452
+ m._ma_malloc_emscripten = (a, b) => (m._ma_malloc_emscripten = B.ma_malloc_emscripten)(a, b);
3453
+ m._ma_free_emscripten = (a, b) => (m._ma_free_emscripten = B.ma_free_emscripten)(a, b);
3454
+ var Ra = m._ma_device_process_pcm_frames_capture__webaudio = (a, b, c) => (Ra = m._ma_device_process_pcm_frames_capture__webaudio = B.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 = B.ma_device_process_pcm_frames_playback__webaudio)(a, b, c), Wd = () => (Wd = B.__errno_location)(), mc = a => (mc = B.__getTypeName)(a);
3455
+ m.__embind_initialize_bindings = () => (m.__embind_initialize_bindings = B._embind_initialize_bindings)();
3456
+ m.dynCall_iiji = (a, b, c, d, e) => (m.dynCall_iiji = B.dynCall_iiji)(a, b, c, d, e);
3457
+ m.dynCall_iiiji = (a, b, c, d, e, f) => (m.dynCall_iiiji = B.dynCall_iiiji)(a, b, c, d, e, f);
3458
+ m.dynCall_iij = (a, b, c, d) => (m.dynCall_iij = B.dynCall_iij)(a, b, c, d);
3459
+ m.dynCall_jii = (a, b, c) => (m.dynCall_jii = B.dynCall_jii)(a, b, c);
3460
+ m.dynCall_jiji = (a, b, c, d, e) => (m.dynCall_jiji = B.dynCall_jiji)(a, b, c, d, e);
3461
+ m.dynCall_viijii = (a, b, c, d, e, f, g) => (m.dynCall_viijii = B.dynCall_viijii)(a, b, c, d, e, f, g);
3462
+ m.dynCall_iiiiij = (a, b, c, d, e, f, g) => (m.dynCall_iiiiij = B.dynCall_iiiiij)(a, b, c, d, e, f, g);
3463
+ m.dynCall_iiiiijj = (a, b, c, d, e, f, g, n, p) => (m.dynCall_iiiiijj = B.dynCall_iiiiijj)(a, b, c, d, e, f, g, n, p);
3464
+ m.dynCall_iiiiiijj = (a, b, c, d, e, f, g, n, p, l) => (m.dynCall_iiiiiijj = B.dynCall_iiiiiijj)(a, b, c, d, e, f, g, n, p, l);
3465
+ m.___start_em_js = 502316;
3466
+ m.___stop_em_js = 504750;
3467
+ var Yd;
3468
+ Ga = function Zd() {
3469
+ Yd || $d();
3470
+ Yd || (Ga = Zd);
3458
3471
  };
3459
- function Zd() {
3472
+ function $d() {
3460
3473
  function a() {
3461
- if (!Xd && (Xd = !0, m.calledRun = !0, !ua)) {
3474
+ if (!Yd && (Yd = !0, m.calledRun = !0, !ua)) {
3462
3475
  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));
3463
3476
  yb = !1;
3464
3477
  Ua(Ba);
@@ -3495,7 +3508,7 @@ if (m.preInit) {
3495
3508
  m.preInit.pop()();
3496
3509
  }
3497
3510
  }
3498
- Zd();
3511
+ $d();
3499
3512
 
3500
3513
 
3501
3514