@sema-lang/sema-wasm 1.12.1 → 1.14.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sema-lang/sema-wasm",
3
3
  "type": "module",
4
4
  "description": "WebAssembly bindings for the Sema Lisp interpreter",
5
- "version": "1.12.1",
5
+ "version": "1.14.2",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
package/sema_wasm.d.ts CHANGED
@@ -151,11 +151,11 @@ export interface InitOutput {
151
151
  readonly semainterpreter_version: (a: number) => [number, number];
152
152
  readonly semainterpreter_vfsStats: (a: number) => any;
153
153
  readonly semainterpreter_writeFile: (a: number, b: number, c: number, d: number, e: number) => any;
154
- readonly wasm_bindgen__closure__destroy__hee9d31c1decb1f58: (a: number, b: number) => void;
155
- readonly wasm_bindgen__closure__destroy__hb821d031c0e4c87b: (a: number, b: number) => void;
156
- readonly wasm_bindgen__convert__closures_____invoke__hd1297f566bde5dd8: (a: number, b: number, c: any) => [number, number];
157
- readonly wasm_bindgen__convert__closures_____invoke__h0022ea9fa430a1be: (a: number, b: number, c: any, d: any) => void;
158
- readonly wasm_bindgen__convert__closures_____invoke__hec161cfeb8c5230b: (a: number, b: number) => void;
154
+ readonly wasm_bindgen__closure__destroy__h0ebc93735310b1a7: (a: number, b: number) => void;
155
+ readonly wasm_bindgen__closure__destroy__h1412d273e2f238b5: (a: number, b: number) => void;
156
+ readonly wasm_bindgen__convert__closures_____invoke__hf910f7ab84185d77: (a: number, b: number, c: any) => [number, number];
157
+ readonly wasm_bindgen__convert__closures_____invoke__h07718f6cff37293e: (a: number, b: number, c: any, d: any) => void;
158
+ readonly wasm_bindgen__convert__closures_____invoke__hb8df34003c19b647: (a: number, b: number) => void;
159
159
  readonly __wbindgen_malloc: (a: number, b: number) => number;
160
160
  readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
161
161
  readonly __wbindgen_exn_store: (a: number) => void;
package/sema_wasm.js CHANGED
@@ -347,42 +347,42 @@ export function formatCode(code, width, indent, align) {
347
347
  function __wbg_get_imports() {
348
348
  const import0 = {
349
349
  __proto__: null,
350
- __wbg___wbindgen_boolean_get_7f1c4dd217655ab6: function(arg0) {
350
+ __wbg___wbindgen_boolean_get_c0f3f60bac5a78d1: function(arg0) {
351
351
  const v = arg0;
352
352
  const ret = typeof(v) === 'boolean' ? v : undefined;
353
353
  return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
354
354
  },
355
- __wbg___wbindgen_debug_string_6cf0badf0b90f6ef: function(arg0, arg1) {
355
+ __wbg___wbindgen_debug_string_5398f5bb970e0daa: function(arg0, arg1) {
356
356
  const ret = debugString(arg1);
357
357
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
358
358
  const len1 = WASM_VECTOR_LEN;
359
359
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
360
360
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
361
361
  },
362
- __wbg___wbindgen_is_function_4500d4795b15e70b: function(arg0) {
362
+ __wbg___wbindgen_is_function_3c846841762788c1: function(arg0) {
363
363
  const ret = typeof(arg0) === 'function';
364
364
  return ret;
365
365
  },
366
- __wbg___wbindgen_is_null_5467e07e008308e7: function(arg0) {
366
+ __wbg___wbindgen_is_null_0b605fc6b167c56f: function(arg0) {
367
367
  const ret = arg0 === null;
368
368
  return ret;
369
369
  },
370
- __wbg___wbindgen_is_object_f8b6723c60349a13: function(arg0) {
370
+ __wbg___wbindgen_is_object_781bc9f159099513: function(arg0) {
371
371
  const val = arg0;
372
372
  const ret = typeof(val) === 'object' && val !== null;
373
373
  return ret;
374
374
  },
375
- __wbg___wbindgen_is_undefined_1296fcc83c2da07a: function(arg0) {
375
+ __wbg___wbindgen_is_undefined_52709e72fb9f179c: function(arg0) {
376
376
  const ret = arg0 === undefined;
377
377
  return ret;
378
378
  },
379
- __wbg___wbindgen_number_get_3330675b4e5c3680: function(arg0, arg1) {
379
+ __wbg___wbindgen_number_get_34bb9d9dcfa21373: function(arg0, arg1) {
380
380
  const obj = arg1;
381
381
  const ret = typeof(obj) === 'number' ? obj : undefined;
382
382
  getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
383
383
  getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
384
384
  },
385
- __wbg___wbindgen_string_get_7b8bc463f6cbeefe: function(arg0, arg1) {
385
+ __wbg___wbindgen_string_get_395e606bd0ee4427: function(arg0, arg1) {
386
386
  const obj = arg1;
387
387
  const ret = typeof(obj) === 'string' ? obj : undefined;
388
388
  var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
@@ -390,74 +390,74 @@ function __wbg_get_imports() {
390
390
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
391
391
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
392
392
  },
393
- __wbg___wbindgen_throw_89ca9e2c67795ec1: function(arg0, arg1) {
393
+ __wbg___wbindgen_throw_6ddd609b62940d55: function(arg0, arg1) {
394
394
  throw new Error(getStringFromWasm0(arg0, arg1));
395
395
  },
396
- __wbg__wbg_cb_unref_f00ff3c6385bd6fa: function(arg0) {
396
+ __wbg__wbg_cb_unref_6b5b6b8576d35cb1: function(arg0) {
397
397
  arg0._wbg_cb_unref();
398
398
  },
399
- __wbg_abort_e6a92d5623297220: function(arg0) {
399
+ __wbg_abort_5ef96933660780b7: function(arg0) {
400
400
  arg0.abort();
401
401
  },
402
- __wbg_apply_362be3817fbaa7f3: function() { return handleError(function (arg0, arg1, arg2) {
402
+ __wbg_apply_ac9afb97ca32f169: function() { return handleError(function (arg0, arg1, arg2) {
403
403
  const ret = arg0.apply(arg1, arg2);
404
404
  return ret;
405
405
  }, arguments); },
406
- __wbg_call_3eadb5cea0462653: function() { return handleError(function (arg0, arg1, arg2) {
406
+ __wbg_call_2d781c1f4d5c0ef8: function() { return handleError(function (arg0, arg1, arg2) {
407
407
  const ret = arg0.call(arg1, arg2);
408
408
  return ret;
409
409
  }, arguments); },
410
- __wbg_call_eb691bc2f5533064: function() { return handleError(function (arg0, arg1) {
410
+ __wbg_call_e133b57c9155d22c: function() { return handleError(function (arg0, arg1) {
411
411
  const ret = arg0.call(arg1);
412
412
  return ret;
413
413
  }, arguments); },
414
- __wbg_done_82b14aeb31e98db6: function(arg0) {
414
+ __wbg_done_08ce71ee07e3bd17: function(arg0) {
415
415
  const ret = arg0.done;
416
416
  return ret;
417
417
  },
418
- __wbg_eval_f79a0253a6cf4894: function() { return handleError(function (arg0, arg1) {
418
+ __wbg_eval_c311194bb27c7836: function() { return handleError(function (arg0, arg1) {
419
419
  const ret = eval(getStringFromWasm0(arg0, arg1));
420
420
  return ret;
421
421
  }, arguments); },
422
- __wbg_fetch_457fd31a889a3605: function(arg0, arg1) {
422
+ __wbg_fetch_f8a611684c3b5fe5: function(arg0, arg1) {
423
423
  const ret = arg0.fetch(arg1);
424
424
  return ret;
425
425
  },
426
- __wbg_getRandomValues_3dda8830c2565714: function() { return handleError(function (arg0, arg1) {
426
+ __wbg_getRandomValues_76dfc69825c9c552: function() { return handleError(function (arg0, arg1) {
427
427
  globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
428
428
  }, arguments); },
429
- __wbg_getRandomValues_ab1935b403569652: function() { return handleError(function (arg0, arg1) {
429
+ __wbg_getRandomValues_a1cf2e70b003a59d: function() { return handleError(function (arg0, arg1) {
430
430
  globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
431
431
  }, arguments); },
432
- __wbg_getTime_4b23931c93d819bb: function(arg0) {
432
+ __wbg_getTime_1dad7b5386ddd2d9: function(arg0) {
433
433
  const ret = arg0.getTime();
434
434
  return ret;
435
435
  },
436
- __wbg_get_229657ec2da079cd: function(arg0, arg1) {
437
- const ret = arg0[arg1 >>> 0];
438
- return ret;
439
- },
440
- __wbg_get_89f3a4c398b4872e: function() { return handleError(function (arg0, arg1) {
436
+ __wbg_get_326e41e095fb2575: function() { return handleError(function (arg0, arg1) {
441
437
  const ret = Reflect.get(arg0, arg1);
442
438
  return ret;
443
439
  }, arguments); },
444
- __wbg_get_ed44f5f876f22351: function() { return handleError(function (arg0, arg1) {
440
+ __wbg_get_3ef1eba1850ade27: function() { return handleError(function (arg0, arg1) {
445
441
  const ret = Reflect.get(arg0, arg1);
446
442
  return ret;
447
443
  }, arguments); },
448
- __wbg_get_unchecked_ae4d1600970be7c3: function(arg0, arg1) {
444
+ __wbg_get_a8ee5c45dabc1b3b: function(arg0, arg1) {
445
+ const ret = arg0[arg1 >>> 0];
446
+ return ret;
447
+ },
448
+ __wbg_get_unchecked_329cfe50afab7352: function(arg0, arg1) {
449
449
  const ret = arg0[arg1 >>> 0];
450
450
  return ret;
451
451
  },
452
- __wbg_headers_d0c04d2f0f2d1afa: function(arg0) {
452
+ __wbg_headers_eb2234545f9ff993: function(arg0) {
453
453
  const ret = arg0.headers;
454
454
  return ret;
455
455
  },
456
- __wbg_headers_fa752b79db86f8b3: function(arg0) {
456
+ __wbg_headers_fc8c672cd757e0fd: function(arg0) {
457
457
  const ret = arg0.headers;
458
458
  return ret;
459
459
  },
460
- __wbg_instanceof_Response_1844be67dbd5e161: function(arg0) {
460
+ __wbg_instanceof_Response_9b4d9fd451e051b1: function(arg0) {
461
461
  let result;
462
462
  try {
463
463
  result = arg0 instanceof Response;
@@ -467,7 +467,7 @@ function __wbg_get_imports() {
467
467
  const ret = result;
468
468
  return ret;
469
469
  },
470
- __wbg_instanceof_Window_27a653e1b516dd65: function(arg0) {
470
+ __wbg_instanceof_Window_23e677d2c6843922: function(arg0) {
471
471
  let result;
472
472
  try {
473
473
  result = arg0 instanceof Window;
@@ -477,42 +477,42 @@ function __wbg_get_imports() {
477
477
  const ret = result;
478
478
  return ret;
479
479
  },
480
- __wbg_isArray_fe5201bfdab7e39d: function(arg0) {
480
+ __wbg_isArray_33b91feb269ff46e: function(arg0) {
481
481
  const ret = Array.isArray(arg0);
482
482
  return ret;
483
483
  },
484
- __wbg_iterator_63c3a1857203cf2f: function() {
484
+ __wbg_iterator_d8f549ec8fb061b1: function() {
485
485
  const ret = Symbol.iterator;
486
486
  return ret;
487
487
  },
488
- __wbg_length_feaf2a40e5f9755a: function(arg0) {
488
+ __wbg_length_b3416cf66a5452c8: function(arg0) {
489
489
  const ret = arg0.length;
490
490
  return ret;
491
491
  },
492
- __wbg_new_08d33c204155a3e2: function() { return handleError(function () {
493
- const ret = new AbortController();
494
- return ret;
495
- }, arguments); },
496
- __wbg_new_0_e8782c8df6122565: function() {
492
+ __wbg_new_0_1dcafdf5e786e876: function() {
497
493
  const ret = new Date();
498
494
  return ret;
499
495
  },
500
- __wbg_new_6feff3e11e4d0799: function() {
501
- const ret = new Object();
496
+ __wbg_new_a70fbab9066b301f: function() {
497
+ const ret = new Array();
502
498
  return ret;
503
499
  },
504
- __wbg_new_ff7f9cc4c9a4a0cf: function() {
505
- const ret = new Array();
500
+ __wbg_new_ab79df5bd7c26067: function() {
501
+ const ret = new Object();
506
502
  return ret;
507
503
  },
508
- __wbg_new_typed_f79896f0ea5f7de8: function(arg0, arg1) {
504
+ __wbg_new_c518c60af666645b: function() { return handleError(function () {
505
+ const ret = new AbortController();
506
+ return ret;
507
+ }, arguments); },
508
+ __wbg_new_typed_aaaeaf29cf802876: function(arg0, arg1) {
509
509
  try {
510
510
  var state0 = {a: arg0, b: arg1};
511
511
  var cb0 = (arg0, arg1) => {
512
512
  const a = state0.a;
513
513
  state0.a = 0;
514
514
  try {
515
- return wasm_bindgen__convert__closures_____invoke__h0022ea9fa430a1be(a, state0.b, arg0, arg1);
515
+ return wasm_bindgen__convert__closures_____invoke__h07718f6cff37293e(a, state0.b, arg0, arg1);
516
516
  } finally {
517
517
  state0.a = a;
518
518
  }
@@ -523,116 +523,116 @@ function __wbg_get_imports() {
523
523
  state0.a = state0.b = 0;
524
524
  }
525
525
  },
526
- __wbg_new_with_str_and_init_66de5344635d3590: function() { return handleError(function (arg0, arg1, arg2) {
526
+ __wbg_new_with_str_and_init_b4b54d1a819bc724: function() { return handleError(function (arg0, arg1, arg2) {
527
527
  const ret = new Request(getStringFromWasm0(arg0, arg1), arg2);
528
528
  return ret;
529
529
  }, arguments); },
530
- __wbg_next_ae5b710aea83f41e: function() { return handleError(function (arg0) {
530
+ __wbg_next_11b99ee6237339e3: function() { return handleError(function (arg0) {
531
531
  const ret = arg0.next();
532
532
  return ret;
533
533
  }, arguments); },
534
- __wbg_next_f577b3e02c9be709: function(arg0) {
534
+ __wbg_next_e01a967809d1aa68: function(arg0) {
535
535
  const ret = arg0.next;
536
536
  return ret;
537
537
  },
538
- __wbg_now_054cfe5280165f10: function() {
538
+ __wbg_now_16f0c993d5dd6c27: function() {
539
539
  const ret = Date.now();
540
540
  return ret;
541
541
  },
542
- __wbg_parse_b03588c4ad83b7b2: function() { return handleError(function (arg0, arg1) {
542
+ __wbg_parse_e9eddd2a82c706eb: function() { return handleError(function (arg0, arg1) {
543
543
  const ret = JSON.parse(getStringFromWasm0(arg0, arg1));
544
544
  return ret;
545
545
  }, arguments); },
546
- __wbg_push_3584053bd77475ee: function(arg0, arg1) {
546
+ __wbg_push_e87b0e732085a946: function(arg0, arg1) {
547
547
  const ret = arg0.push(arg1);
548
548
  return ret;
549
549
  },
550
- __wbg_queueMicrotask_5e387cf4d8e3f63e: function(arg0) {
551
- queueMicrotask(arg0);
552
- },
553
- __wbg_queueMicrotask_77bf5a3ad712168b: function(arg0) {
550
+ __wbg_queueMicrotask_0c399741342fb10f: function(arg0) {
554
551
  const ret = arg0.queueMicrotask;
555
552
  return ret;
556
553
  },
557
- __wbg_resolve_2e8556632715b12f: function(arg0) {
554
+ __wbg_queueMicrotask_a082d78ce798393e: function(arg0) {
555
+ queueMicrotask(arg0);
556
+ },
557
+ __wbg_resolve_ae8d83246e5bcc12: function(arg0) {
558
558
  const ret = Promise.resolve(arg0);
559
559
  return ret;
560
560
  },
561
- __wbg_setTimeout_4ca0316a84ed500a: function() { return handleError(function (arg0, arg1, arg2) {
561
+ __wbg_setTimeout_7f7035ad0b026458: function() { return handleError(function (arg0, arg1, arg2) {
562
562
  const ret = arg0.setTimeout(arg1, arg2);
563
563
  return ret;
564
564
  }, arguments); },
565
- __wbg_set_409333732b484ee7: function() { return handleError(function (arg0, arg1, arg2) {
565
+ __wbg_set_7eaa4f96924fd6b3: function() { return handleError(function (arg0, arg1, arg2) {
566
566
  const ret = Reflect.set(arg0, arg1, arg2);
567
567
  return ret;
568
568
  }, arguments); },
569
- __wbg_set_body_42d5ed933a1840a1: function(arg0, arg1) {
569
+ __wbg_set_body_a3d856b097dfda04: function(arg0, arg1) {
570
570
  arg0.body = arg1;
571
571
  },
572
- __wbg_set_f2987f52a57de416: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
572
+ __wbg_set_e09648bea3f1af1e: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
573
573
  arg0.set(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
574
574
  }, arguments); },
575
- __wbg_set_method_5a35896632ca213d: function(arg0, arg1, arg2) {
575
+ __wbg_set_method_8c015e8bcafd7be1: function(arg0, arg1, arg2) {
576
576
  arg0.method = getStringFromWasm0(arg1, arg2);
577
577
  },
578
- __wbg_set_mode_6fa10db5d133ac26: function(arg0, arg1) {
578
+ __wbg_set_mode_5a87f2c809cf37c2: function(arg0, arg1) {
579
579
  arg0.mode = __wbindgen_enum_RequestMode[arg1];
580
580
  },
581
- __wbg_set_signal_0d93209e168efc85: function(arg0, arg1) {
581
+ __wbg_set_signal_0cebecb698f25d21: function(arg0, arg1) {
582
582
  arg0.signal = arg1;
583
583
  },
584
- __wbg_signal_a0d9fead74a07e34: function(arg0) {
584
+ __wbg_signal_166e1da31adcac18: function(arg0) {
585
585
  const ret = arg0.signal;
586
586
  return ret;
587
587
  },
588
- __wbg_static_accessor_GLOBAL_280fe6a619bbfbf6: function() {
588
+ __wbg_static_accessor_GLOBAL_8adb955bd33fac2f: function() {
589
589
  const ret = typeof global === 'undefined' ? null : global;
590
590
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
591
591
  },
592
- __wbg_static_accessor_GLOBAL_THIS_12c1f4811ec605d1: function() {
592
+ __wbg_static_accessor_GLOBAL_THIS_ad356e0db91c7913: function() {
593
593
  const ret = typeof globalThis === 'undefined' ? null : globalThis;
594
594
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
595
595
  },
596
- __wbg_static_accessor_SELF_3a156961626f54d9: function() {
596
+ __wbg_static_accessor_SELF_f207c857566db248: function() {
597
597
  const ret = typeof self === 'undefined' ? null : self;
598
598
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
599
599
  },
600
- __wbg_static_accessor_WINDOW_210015b3eb6018a4: function() {
600
+ __wbg_static_accessor_WINDOW_bb9f1ba69d61b386: function() {
601
601
  const ret = typeof window === 'undefined' ? null : window;
602
602
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
603
603
  },
604
- __wbg_status_1544422a8c64aef0: function(arg0) {
604
+ __wbg_status_318629ab93a22955: function(arg0) {
605
605
  const ret = arg0.status;
606
606
  return ret;
607
607
  },
608
- __wbg_stringify_ab2dc46051bc59b7: function() { return handleError(function (arg0) {
608
+ __wbg_stringify_5ae93966a84901ac: function() { return handleError(function (arg0) {
609
609
  const ret = JSON.stringify(arg0);
610
610
  return ret;
611
611
  }, arguments); },
612
- __wbg_text_667415a14b08e789: function() { return handleError(function (arg0) {
612
+ __wbg_text_372f5b91442c50f9: function() { return handleError(function (arg0) {
613
613
  const ret = arg0.text();
614
614
  return ret;
615
615
  }, arguments); },
616
- __wbg_then_5ce48a9e69c0d3cd: function(arg0, arg1) {
616
+ __wbg_then_098abe61755d12f6: function(arg0, arg1) {
617
617
  const ret = arg0.then(arg1);
618
618
  return ret;
619
619
  },
620
- __wbg_then_f73127af3894d61c: function(arg0, arg1, arg2) {
620
+ __wbg_then_9e335f6dd892bc11: function(arg0, arg1, arg2) {
621
621
  const ret = arg0.then(arg1, arg2);
622
622
  return ret;
623
623
  },
624
- __wbg_value_3e1fdb73e1353fb3: function(arg0) {
624
+ __wbg_value_21fc78aab0322612: function(arg0) {
625
625
  const ret = arg0.value;
626
626
  return ret;
627
627
  },
628
628
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
629
- // Cast intrinsic for `Closure(Closure { dtor_idx: 1530, function: Function { arguments: [], shim_idx: 1531, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
630
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hee9d31c1decb1f58, wasm_bindgen__convert__closures_____invoke__hec161cfeb8c5230b);
629
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 1731, function: Function { arguments: [], shim_idx: 1732, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
630
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h0ebc93735310b1a7, wasm_bindgen__convert__closures_____invoke__hb8df34003c19b647);
631
631
  return ret;
632
632
  },
633
633
  __wbindgen_cast_0000000000000002: function(arg0, arg1) {
634
- // Cast intrinsic for `Closure(Closure { dtor_idx: 1859, function: Function { arguments: [Externref], shim_idx: 1860, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
635
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hb821d031c0e4c87b, wasm_bindgen__convert__closures_____invoke__hd1297f566bde5dd8);
634
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 2061, function: Function { arguments: [Externref], shim_idx: 2062, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
635
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h1412d273e2f238b5, wasm_bindgen__convert__closures_____invoke__hf910f7ab84185d77);
636
636
  return ret;
637
637
  },
638
638
  __wbindgen_cast_0000000000000003: function(arg0) {
@@ -661,19 +661,19 @@ function __wbg_get_imports() {
661
661
  };
662
662
  }
663
663
 
664
- function wasm_bindgen__convert__closures_____invoke__hec161cfeb8c5230b(arg0, arg1) {
665
- wasm.wasm_bindgen__convert__closures_____invoke__hec161cfeb8c5230b(arg0, arg1);
664
+ function wasm_bindgen__convert__closures_____invoke__hb8df34003c19b647(arg0, arg1) {
665
+ wasm.wasm_bindgen__convert__closures_____invoke__hb8df34003c19b647(arg0, arg1);
666
666
  }
667
667
 
668
- function wasm_bindgen__convert__closures_____invoke__hd1297f566bde5dd8(arg0, arg1, arg2) {
669
- const ret = wasm.wasm_bindgen__convert__closures_____invoke__hd1297f566bde5dd8(arg0, arg1, arg2);
668
+ function wasm_bindgen__convert__closures_____invoke__hf910f7ab84185d77(arg0, arg1, arg2) {
669
+ const ret = wasm.wasm_bindgen__convert__closures_____invoke__hf910f7ab84185d77(arg0, arg1, arg2);
670
670
  if (ret[1]) {
671
671
  throw takeFromExternrefTable0(ret[0]);
672
672
  }
673
673
  }
674
674
 
675
- function wasm_bindgen__convert__closures_____invoke__h0022ea9fa430a1be(arg0, arg1, arg2, arg3) {
676
- wasm.wasm_bindgen__convert__closures_____invoke__h0022ea9fa430a1be(arg0, arg1, arg2, arg3);
675
+ function wasm_bindgen__convert__closures_____invoke__h07718f6cff37293e(arg0, arg1, arg2, arg3) {
676
+ wasm.wasm_bindgen__convert__closures_____invoke__h07718f6cff37293e(arg0, arg1, arg2, arg3);
677
677
  }
678
678
 
679
679
 
package/sema_wasm_bg.wasm CHANGED
Binary file