wickra-exchange-wasm 0.1.6 → 0.1.7
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
|
@@ -365,7 +365,7 @@ export function version() {
|
|
|
365
365
|
wasm.__wbindgen_free(deferred1_0, deferred1_1, 1);
|
|
366
366
|
}
|
|
367
367
|
}
|
|
368
|
-
export function
|
|
368
|
+
export function __wbg_Error_67e7344beaa85059(arg0, arg1) {
|
|
369
369
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
370
370
|
return ret;
|
|
371
371
|
}
|
|
@@ -376,42 +376,42 @@ export function __wbg_String_8564e559799eccda(arg0, arg1) {
|
|
|
376
376
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
377
377
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
378
378
|
}
|
|
379
|
-
export function
|
|
379
|
+
export function __wbg___wbindgen_boolean_get_7a12af2b3f899c5a(arg0) {
|
|
380
380
|
const v = arg0;
|
|
381
381
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
382
382
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
383
383
|
}
|
|
384
|
-
export function
|
|
384
|
+
export function __wbg___wbindgen_debug_string_0e68cf47c9cbd9b0(arg0, arg1) {
|
|
385
385
|
const ret = debugString(arg1);
|
|
386
386
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
387
387
|
const len1 = WASM_VECTOR_LEN;
|
|
388
388
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
389
389
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
390
390
|
}
|
|
391
|
-
export function
|
|
391
|
+
export function __wbg___wbindgen_is_function_fcda5e3902d732fe(arg0) {
|
|
392
392
|
const ret = typeof(arg0) === 'function';
|
|
393
393
|
return ret;
|
|
394
394
|
}
|
|
395
|
-
export function
|
|
395
|
+
export function __wbg___wbindgen_is_object_edb6b15aa3afe12e(arg0) {
|
|
396
396
|
const val = arg0;
|
|
397
397
|
const ret = typeof(val) === 'object' && val !== null;
|
|
398
398
|
return ret;
|
|
399
399
|
}
|
|
400
|
-
export function
|
|
400
|
+
export function __wbg___wbindgen_is_string_c4f7cb494a2a21f1(arg0) {
|
|
401
401
|
const ret = typeof(arg0) === 'string';
|
|
402
402
|
return ret;
|
|
403
403
|
}
|
|
404
|
-
export function
|
|
404
|
+
export function __wbg___wbindgen_jsval_loose_eq_3c30021c243b64cd(arg0, arg1) {
|
|
405
405
|
const ret = arg0 == arg1;
|
|
406
406
|
return ret;
|
|
407
407
|
}
|
|
408
|
-
export function
|
|
408
|
+
export function __wbg___wbindgen_number_get_1dc732b810cb937c(arg0, arg1) {
|
|
409
409
|
const obj = arg1;
|
|
410
410
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
411
411
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
412
412
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
413
413
|
}
|
|
414
|
-
export function
|
|
414
|
+
export function __wbg___wbindgen_string_get_92ab86bb19cbc12f(arg0, arg1) {
|
|
415
415
|
const obj = arg1;
|
|
416
416
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
417
417
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -419,22 +419,22 @@ export function __wbg___wbindgen_string_get_b0ca35b86a603356(arg0, arg1) {
|
|
|
419
419
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
420
420
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
421
421
|
}
|
|
422
|
-
export function
|
|
422
|
+
export function __wbg___wbindgen_throw_5d9e815e6fdf150f(arg0, arg1) {
|
|
423
423
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
424
424
|
}
|
|
425
|
-
export function
|
|
425
|
+
export function __wbg_call_269c5566fbede3eb() { return handleError(function (arg0, arg1) {
|
|
426
426
|
const ret = arg0.call(arg1);
|
|
427
427
|
return ret;
|
|
428
428
|
}, arguments); }
|
|
429
|
-
export function
|
|
429
|
+
export function __wbg_done_cffed884d87aa22e(arg0) {
|
|
430
430
|
const ret = arg0.done;
|
|
431
431
|
return ret;
|
|
432
432
|
}
|
|
433
|
-
export function
|
|
433
|
+
export function __wbg_entries_972a87586902cf87(arg0) {
|
|
434
434
|
const ret = Object.entries(arg0);
|
|
435
435
|
return ret;
|
|
436
436
|
}
|
|
437
|
-
export function
|
|
437
|
+
export function __wbg_error_757e9472f8410341(arg0, arg1) {
|
|
438
438
|
let deferred0_0;
|
|
439
439
|
let deferred0_1;
|
|
440
440
|
try {
|
|
@@ -445,19 +445,19 @@ export function __wbg_error_a6fa202b58aa1cd3(arg0, arg1) {
|
|
|
445
445
|
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
446
446
|
}
|
|
447
447
|
}
|
|
448
|
-
export function
|
|
449
|
-
const ret = arg0[arg1 >>> 0];
|
|
450
|
-
return ret;
|
|
451
|
-
}
|
|
452
|
-
export function __wbg_get_c7eb1f358a7654df() { return handleError(function (arg0, arg1) {
|
|
448
|
+
export function __wbg_get_6cf5a4d4d8ad3c5a() { return handleError(function (arg0, arg1) {
|
|
453
449
|
const ret = Reflect.get(arg0, arg1);
|
|
454
450
|
return ret;
|
|
455
451
|
}, arguments); }
|
|
456
|
-
export function
|
|
452
|
+
export function __wbg_get_b1f0ab13c737f856(arg0, arg1) {
|
|
453
|
+
const ret = arg0[arg1 >>> 0];
|
|
454
|
+
return ret;
|
|
455
|
+
}
|
|
456
|
+
export function __wbg_get_unchecked_363572bdd397d473(arg0, arg1) {
|
|
457
457
|
const ret = arg0[arg1 >>> 0];
|
|
458
458
|
return ret;
|
|
459
459
|
}
|
|
460
|
-
export function
|
|
460
|
+
export function __wbg_instanceof_ArrayBuffer_d4ff01f8247925ae(arg0) {
|
|
461
461
|
let result;
|
|
462
462
|
try {
|
|
463
463
|
result = arg0 instanceof ArrayBuffer;
|
|
@@ -467,7 +467,7 @@ export function __wbg_instanceof_ArrayBuffer_4480b9e0068a8adb(arg0) {
|
|
|
467
467
|
const ret = result;
|
|
468
468
|
return ret;
|
|
469
469
|
}
|
|
470
|
-
export function
|
|
470
|
+
export function __wbg_instanceof_Uint8Array_598adc0fef426aa8(arg0) {
|
|
471
471
|
let result;
|
|
472
472
|
try {
|
|
473
473
|
result = arg0 instanceof Uint8Array;
|
|
@@ -477,58 +477,58 @@ export function __wbg_instanceof_Uint8Array_309b927aaf7a3fc7(arg0) {
|
|
|
477
477
|
const ret = result;
|
|
478
478
|
return ret;
|
|
479
479
|
}
|
|
480
|
-
export function
|
|
480
|
+
export function __wbg_iterator_22ddeb808cf55a6f() {
|
|
481
481
|
const ret = Symbol.iterator;
|
|
482
482
|
return ret;
|
|
483
483
|
}
|
|
484
|
-
export function
|
|
484
|
+
export function __wbg_length_31bdaf014f5fbde2(arg0) {
|
|
485
485
|
const ret = arg0.length;
|
|
486
486
|
return ret;
|
|
487
487
|
}
|
|
488
|
-
export function
|
|
488
|
+
export function __wbg_length_4e1adc0d42e23620(arg0) {
|
|
489
489
|
const ret = arg0.length;
|
|
490
490
|
return ret;
|
|
491
491
|
}
|
|
492
|
-
export function
|
|
493
|
-
const ret = new
|
|
492
|
+
export function __wbg_new_1da3429bc3c4541c(arg0) {
|
|
493
|
+
const ret = new Uint8Array(arg0);
|
|
494
494
|
return ret;
|
|
495
495
|
}
|
|
496
|
-
export function
|
|
497
|
-
const ret = new
|
|
496
|
+
export function __wbg_new_227d7c05414eb861() {
|
|
497
|
+
const ret = new Error();
|
|
498
498
|
return ret;
|
|
499
499
|
}
|
|
500
|
-
export function
|
|
500
|
+
export function __wbg_new_8d36e20aa758e411() {
|
|
501
501
|
const ret = new Map();
|
|
502
502
|
return ret;
|
|
503
503
|
}
|
|
504
|
-
export function
|
|
505
|
-
const ret = new
|
|
504
|
+
export function __wbg_new_bebc3f4757acf305() {
|
|
505
|
+
const ret = new Object();
|
|
506
506
|
return ret;
|
|
507
507
|
}
|
|
508
|
-
export function
|
|
509
|
-
const ret = new
|
|
508
|
+
export function __wbg_new_ffa92086ea89f79c() {
|
|
509
|
+
const ret = new Array();
|
|
510
510
|
return ret;
|
|
511
511
|
}
|
|
512
|
-
export function
|
|
512
|
+
export function __wbg_next_95053e306b1c3aed(arg0) {
|
|
513
513
|
const ret = arg0.next;
|
|
514
514
|
return ret;
|
|
515
515
|
}
|
|
516
|
-
export function
|
|
516
|
+
export function __wbg_next_f31ecb8646d2c605() { return handleError(function (arg0) {
|
|
517
517
|
const ret = arg0.next();
|
|
518
518
|
return ret;
|
|
519
519
|
}, arguments); }
|
|
520
|
-
export function
|
|
520
|
+
export function __wbg_prototypesetcall_ae9f5e7459250748(arg0, arg1, arg2) {
|
|
521
521
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
522
522
|
}
|
|
523
|
-
export function
|
|
524
|
-
|
|
525
|
-
return ret;
|
|
523
|
+
export function __wbg_set_13d25b81ab403f5e(arg0, arg1, arg2) {
|
|
524
|
+
arg0[arg1 >>> 0] = arg2;
|
|
526
525
|
}
|
|
527
526
|
export function __wbg_set_6be42768c690e380(arg0, arg1, arg2) {
|
|
528
527
|
arg0[arg1] = arg2;
|
|
529
528
|
}
|
|
530
|
-
export function
|
|
531
|
-
|
|
529
|
+
export function __wbg_set_bf6dde4923b9b059(arg0, arg1, arg2) {
|
|
530
|
+
const ret = arg0.set(arg1, arg2);
|
|
531
|
+
return ret;
|
|
532
532
|
}
|
|
533
533
|
export function __wbg_stack_3b0d974bbf31e44f(arg0, arg1) {
|
|
534
534
|
const ret = arg1.stack;
|
|
@@ -537,21 +537,21 @@ export function __wbg_stack_3b0d974bbf31e44f(arg0, arg1) {
|
|
|
537
537
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
538
538
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
539
539
|
}
|
|
540
|
-
export function
|
|
540
|
+
export function __wbg_value_c227f843d21da141(arg0) {
|
|
541
541
|
const ret = arg0.value;
|
|
542
542
|
return ret;
|
|
543
543
|
}
|
|
544
|
-
export function
|
|
544
|
+
export function __wbindgen_generic_0000000000000001(arg0) {
|
|
545
545
|
// Cast intrinsic for `F64 -> Externref`.
|
|
546
546
|
const ret = arg0;
|
|
547
547
|
return ret;
|
|
548
548
|
}
|
|
549
|
-
export function
|
|
549
|
+
export function __wbindgen_generic_0000000000000002(arg0) {
|
|
550
550
|
// Cast intrinsic for `I64 -> Externref`.
|
|
551
551
|
const ret = arg0;
|
|
552
552
|
return ret;
|
|
553
553
|
}
|
|
554
|
-
export function
|
|
554
|
+
export function __wbindgen_generic_0000000000000003(arg0, arg1) {
|
|
555
555
|
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
556
556
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
557
557
|
return ret;
|
|
Binary file
|