phirepass-channel 0.1.180 → 0.1.181
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 +1 -1
- package/phirepass-channel.js +31 -31
- package/phirepass-channel_bg.wasm +0 -0
package/package.json
CHANGED
package/phirepass-channel.js
CHANGED
|
@@ -288,7 +288,7 @@ export function version() {
|
|
|
288
288
|
function __wbg_get_imports() {
|
|
289
289
|
const import0 = {
|
|
290
290
|
__proto__: null,
|
|
291
|
-
|
|
291
|
+
__wbg_Error_2e59b1b37a9a34c3: function(arg0, arg1) {
|
|
292
292
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
293
293
|
return addHeapObject(ret);
|
|
294
294
|
},
|
|
@@ -299,14 +299,14 @@ function __wbg_get_imports() {
|
|
|
299
299
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
300
300
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
301
301
|
},
|
|
302
|
-
|
|
302
|
+
__wbg___wbindgen_debug_string_dd5d2d07ce9e6c57: function(arg0, arg1) {
|
|
303
303
|
const ret = debugString(getObject(arg1));
|
|
304
304
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_export, wasm.__wbindgen_export2);
|
|
305
305
|
const len1 = WASM_VECTOR_LEN;
|
|
306
306
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
307
307
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
308
308
|
},
|
|
309
|
-
|
|
309
|
+
__wbg___wbindgen_string_get_914df97fcfa788f2: function(arg0, arg1) {
|
|
310
310
|
const obj = getObject(arg1);
|
|
311
311
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
312
312
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_export, wasm.__wbindgen_export2);
|
|
@@ -314,17 +314,17 @@ function __wbg_get_imports() {
|
|
|
314
314
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
315
315
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
316
316
|
},
|
|
317
|
-
|
|
317
|
+
__wbg___wbindgen_throw_81fc77679af83bc6: function(arg0, arg1) {
|
|
318
318
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
319
319
|
},
|
|
320
|
-
|
|
320
|
+
__wbg__wbg_cb_unref_3c3b4f651835fbcb: function(arg0) {
|
|
321
321
|
getObject(arg0)._wbg_cb_unref();
|
|
322
322
|
},
|
|
323
|
-
|
|
323
|
+
__wbg_call_7f2987183bb62793: function() { return handleError(function (arg0, arg1) {
|
|
324
324
|
const ret = getObject(arg0).call(getObject(arg1));
|
|
325
325
|
return addHeapObject(ret);
|
|
326
326
|
}, arguments); },
|
|
327
|
-
|
|
327
|
+
__wbg_call_d578befcc3145dee: function() { return handleError(function (arg0, arg1, arg2) {
|
|
328
328
|
const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));
|
|
329
329
|
return addHeapObject(ret);
|
|
330
330
|
}, arguments); },
|
|
@@ -332,18 +332,18 @@ function __wbg_get_imports() {
|
|
|
332
332
|
const ret = clearInterval(takeObject(arg0));
|
|
333
333
|
return addHeapObject(ret);
|
|
334
334
|
},
|
|
335
|
-
|
|
335
|
+
__wbg_close_f181fdc02ee236e6: function() { return handleError(function (arg0) {
|
|
336
336
|
getObject(arg0).close();
|
|
337
337
|
}, arguments); },
|
|
338
|
-
|
|
338
|
+
__wbg_data_60b50110c5bd9349: function(arg0) {
|
|
339
339
|
const ret = getObject(arg0).data;
|
|
340
340
|
return addHeapObject(ret);
|
|
341
341
|
},
|
|
342
|
-
|
|
342
|
+
__wbg_from_741da0f916ab74aa: function(arg0) {
|
|
343
343
|
const ret = Array.from(getObject(arg0));
|
|
344
344
|
return addHeapObject(ret);
|
|
345
345
|
},
|
|
346
|
-
|
|
346
|
+
__wbg_instanceof_ArrayBuffer_ff7c1337a5e3b33a: function(arg0) {
|
|
347
347
|
let result;
|
|
348
348
|
try {
|
|
349
349
|
result = getObject(arg0) instanceof ArrayBuffer;
|
|
@@ -353,62 +353,62 @@ function __wbg_get_imports() {
|
|
|
353
353
|
const ret = result;
|
|
354
354
|
return ret;
|
|
355
355
|
},
|
|
356
|
-
|
|
356
|
+
__wbg_length_0c32cb8543c8e4c8: function(arg0) {
|
|
357
357
|
const ret = getObject(arg0).length;
|
|
358
358
|
return ret;
|
|
359
359
|
},
|
|
360
|
-
|
|
361
|
-
const ret = new
|
|
360
|
+
__wbg_new_4f9fafbb3909af72: function() {
|
|
361
|
+
const ret = new Object();
|
|
362
362
|
return addHeapObject(ret);
|
|
363
363
|
},
|
|
364
|
-
|
|
365
|
-
const ret = new
|
|
364
|
+
__wbg_new_a560378ea1240b14: function(arg0) {
|
|
365
|
+
const ret = new Uint8Array(getObject(arg0));
|
|
366
366
|
return addHeapObject(ret);
|
|
367
367
|
},
|
|
368
|
-
|
|
369
|
-
const ret = new
|
|
368
|
+
__wbg_new_f3c9df4f38f3f798: function() {
|
|
369
|
+
const ret = new Array();
|
|
370
370
|
return addHeapObject(ret);
|
|
371
371
|
},
|
|
372
|
-
|
|
372
|
+
__wbg_new_with_str_7cf464e6e0f54ec2: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
373
373
|
const ret = new WebSocket(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3));
|
|
374
374
|
return addHeapObject(ret);
|
|
375
375
|
}, arguments); },
|
|
376
|
-
|
|
376
|
+
__wbg_prototypesetcall_3e05eb9545565046: function(arg0, arg1, arg2) {
|
|
377
377
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), getObject(arg2));
|
|
378
378
|
},
|
|
379
|
-
|
|
379
|
+
__wbg_readyState_631d9f7c37e595d7: function(arg0) {
|
|
380
380
|
const ret = getObject(arg0).readyState;
|
|
381
381
|
return ret;
|
|
382
382
|
},
|
|
383
|
-
|
|
383
|
+
__wbg_send_64dd480ad0d86a31: function() { return handleError(function (arg0, arg1, arg2) {
|
|
384
384
|
getObject(arg0).send(getArrayU8FromWasm0(arg1, arg2));
|
|
385
385
|
}, arguments); },
|
|
386
386
|
__wbg_setInterval_cbf1c35c6a692d37: function() { return handleError(function (arg0, arg1) {
|
|
387
387
|
const ret = setInterval(getObject(arg0), arg1);
|
|
388
388
|
return addHeapObject(ret);
|
|
389
389
|
}, arguments); },
|
|
390
|
-
__wbg_set_4702dfa37c77f492: function(arg0, arg1, arg2) {
|
|
391
|
-
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
392
|
-
},
|
|
393
390
|
__wbg_set_6be42768c690e380: function(arg0, arg1, arg2) {
|
|
394
391
|
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
395
392
|
},
|
|
396
|
-
|
|
393
|
+
__wbg_set_6c60b2e8ad0e9383: function(arg0, arg1, arg2) {
|
|
394
|
+
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
395
|
+
},
|
|
396
|
+
__wbg_set_binaryType_95c0a0f7586a3903: function(arg0, arg1) {
|
|
397
397
|
getObject(arg0).binaryType = __wbindgen_enum_BinaryType[arg1];
|
|
398
398
|
},
|
|
399
|
-
|
|
399
|
+
__wbg_set_onclose_47cce56c686db4fb: function(arg0, arg1) {
|
|
400
400
|
getObject(arg0).onclose = getObject(arg1);
|
|
401
401
|
},
|
|
402
|
-
|
|
402
|
+
__wbg_set_onerror_3db8bc3e52b2b10b: function(arg0, arg1) {
|
|
403
403
|
getObject(arg0).onerror = getObject(arg1);
|
|
404
404
|
},
|
|
405
|
-
|
|
405
|
+
__wbg_set_onmessage_45bd33b110c54f5b: function(arg0, arg1) {
|
|
406
406
|
getObject(arg0).onmessage = getObject(arg1);
|
|
407
407
|
},
|
|
408
|
-
|
|
408
|
+
__wbg_set_onopen_7ffeb01f8a628209: function(arg0, arg1) {
|
|
409
409
|
getObject(arg0).onopen = getObject(arg1);
|
|
410
410
|
},
|
|
411
|
-
|
|
411
|
+
__wbg_warn_9952e6d840701d43: function(arg0, arg1) {
|
|
412
412
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
413
413
|
},
|
|
414
414
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
Binary file
|