@next/swc-wasm-nodejs 15.2.0-canary.8 → 15.2.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.
- package/package.json +1 -1
- package/wasm.js +50 -50
- package/wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/wasm.js
CHANGED
|
@@ -233,7 +233,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
|
|
|
233
233
|
return real;
|
|
234
234
|
}
|
|
235
235
|
function __wbg_adapter_48(arg0, arg1, arg2) {
|
|
236
|
-
wasm.
|
|
236
|
+
wasm._dyn_core_1179c76b4fb746ac___ops__function__FnMut_______Output______as_wasm_bindgen_ee1dbb155724e41f___closure__WasmClosure___describe__invoke___wasm_bindgen_ee1dbb155724e41f___JsValue_____(arg0, arg1, addHeapObject(arg2));
|
|
237
237
|
}
|
|
238
238
|
|
|
239
239
|
function getCachedStringFromWasm0(ptr, len) {
|
|
@@ -252,7 +252,7 @@ function handleError(f, args) {
|
|
|
252
252
|
}
|
|
253
253
|
}
|
|
254
254
|
function __wbg_adapter_109(arg0, arg1, arg2, arg3) {
|
|
255
|
-
wasm.
|
|
255
|
+
wasm.wasm_bindgen_ee1dbb155724e41f___convert__closures__invoke2_mut___wasm_bindgen_ee1dbb155724e41f___JsValue__wasm_bindgen_ee1dbb155724e41f___JsValue_____(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
256
256
|
}
|
|
257
257
|
|
|
258
258
|
/**
|
|
@@ -403,6 +403,43 @@ module.exports.__wbg_getTimezoneOffset_840b552f34917133 = function(arg0) {
|
|
|
403
403
|
return ret;
|
|
404
404
|
};
|
|
405
405
|
|
|
406
|
+
module.exports.__wbindgen_memory = function() {
|
|
407
|
+
const ret = wasm.memory;
|
|
408
|
+
return addHeapObject(ret);
|
|
409
|
+
};
|
|
410
|
+
|
|
411
|
+
module.exports.__wbg_buffer_b914fb8b50ebbc3e = function(arg0) {
|
|
412
|
+
const ret = getObject(arg0).buffer;
|
|
413
|
+
return addHeapObject(ret);
|
|
414
|
+
};
|
|
415
|
+
|
|
416
|
+
module.exports.__wbg_newwithbyteoffsetandlength_0de9ee56e9f6ee6e = function(arg0, arg1, arg2) {
|
|
417
|
+
const ret = new Uint8Array(getObject(arg0), arg1 >>> 0, arg2 >>> 0);
|
|
418
|
+
return addHeapObject(ret);
|
|
419
|
+
};
|
|
420
|
+
|
|
421
|
+
module.exports.__wbg_randomFillSync_5c9c955aa56b6049 = function() { return handleError(function (arg0, arg1) {
|
|
422
|
+
getObject(arg0).randomFillSync(takeObject(arg1));
|
|
423
|
+
}, arguments) };
|
|
424
|
+
|
|
425
|
+
module.exports.__wbg_subarray_adc418253d76e2f1 = function(arg0, arg1, arg2) {
|
|
426
|
+
const ret = getObject(arg0).subarray(arg1 >>> 0, arg2 >>> 0);
|
|
427
|
+
return addHeapObject(ret);
|
|
428
|
+
};
|
|
429
|
+
|
|
430
|
+
module.exports.__wbg_getRandomValues_3aa56aa6edec874c = function() { return handleError(function (arg0, arg1) {
|
|
431
|
+
getObject(arg0).getRandomValues(getObject(arg1));
|
|
432
|
+
}, arguments) };
|
|
433
|
+
|
|
434
|
+
module.exports.__wbg_new_b1f2d6842d615181 = function(arg0) {
|
|
435
|
+
const ret = new Uint8Array(getObject(arg0));
|
|
436
|
+
return addHeapObject(ret);
|
|
437
|
+
};
|
|
438
|
+
|
|
439
|
+
module.exports.__wbg_set_7d988c98e6ced92d = function(arg0, arg1, arg2) {
|
|
440
|
+
getObject(arg0).set(getObject(arg1), arg2 >>> 0);
|
|
441
|
+
};
|
|
442
|
+
|
|
406
443
|
module.exports.__wbg_getTime_0e03c3f524be31ef = function(arg0) {
|
|
407
444
|
const ret = getObject(arg0).getTime();
|
|
408
445
|
return ret;
|
|
@@ -493,43 +530,6 @@ module.exports.__wbg_newwithlength_0d03cef43b68a530 = function(arg0) {
|
|
|
493
530
|
return addHeapObject(ret);
|
|
494
531
|
};
|
|
495
532
|
|
|
496
|
-
module.exports.__wbindgen_memory = function() {
|
|
497
|
-
const ret = wasm.memory;
|
|
498
|
-
return addHeapObject(ret);
|
|
499
|
-
};
|
|
500
|
-
|
|
501
|
-
module.exports.__wbg_buffer_b914fb8b50ebbc3e = function(arg0) {
|
|
502
|
-
const ret = getObject(arg0).buffer;
|
|
503
|
-
return addHeapObject(ret);
|
|
504
|
-
};
|
|
505
|
-
|
|
506
|
-
module.exports.__wbg_newwithbyteoffsetandlength_0de9ee56e9f6ee6e = function(arg0, arg1, arg2) {
|
|
507
|
-
const ret = new Uint8Array(getObject(arg0), arg1 >>> 0, arg2 >>> 0);
|
|
508
|
-
return addHeapObject(ret);
|
|
509
|
-
};
|
|
510
|
-
|
|
511
|
-
module.exports.__wbg_randomFillSync_5c9c955aa56b6049 = function() { return handleError(function (arg0, arg1) {
|
|
512
|
-
getObject(arg0).randomFillSync(takeObject(arg1));
|
|
513
|
-
}, arguments) };
|
|
514
|
-
|
|
515
|
-
module.exports.__wbg_subarray_adc418253d76e2f1 = function(arg0, arg1, arg2) {
|
|
516
|
-
const ret = getObject(arg0).subarray(arg1 >>> 0, arg2 >>> 0);
|
|
517
|
-
return addHeapObject(ret);
|
|
518
|
-
};
|
|
519
|
-
|
|
520
|
-
module.exports.__wbg_getRandomValues_3aa56aa6edec874c = function() { return handleError(function (arg0, arg1) {
|
|
521
|
-
getObject(arg0).getRandomValues(getObject(arg1));
|
|
522
|
-
}, arguments) };
|
|
523
|
-
|
|
524
|
-
module.exports.__wbg_new_b1f2d6842d615181 = function(arg0) {
|
|
525
|
-
const ret = new Uint8Array(getObject(arg0));
|
|
526
|
-
return addHeapObject(ret);
|
|
527
|
-
};
|
|
528
|
-
|
|
529
|
-
module.exports.__wbg_set_7d988c98e6ced92d = function(arg0, arg1, arg2) {
|
|
530
|
-
getObject(arg0).set(getObject(arg1), arg2 >>> 0);
|
|
531
|
-
};
|
|
532
|
-
|
|
533
533
|
module.exports.__wbg_iterator_40027cdd598da26b = function() {
|
|
534
534
|
const ret = Symbol.iterator;
|
|
535
535
|
return addHeapObject(ret);
|
|
@@ -555,15 +555,6 @@ module.exports.__wbg_length_21c4b0ae73cba59d = function(arg0) {
|
|
|
555
555
|
return ret;
|
|
556
556
|
};
|
|
557
557
|
|
|
558
|
-
module.exports.__wbindgen_string_get = function(arg0, arg1) {
|
|
559
|
-
const obj = getObject(arg1);
|
|
560
|
-
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
561
|
-
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
562
|
-
var len1 = WASM_VECTOR_LEN;
|
|
563
|
-
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
564
|
-
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
565
|
-
};
|
|
566
|
-
|
|
567
558
|
module.exports.__wbg_self_05040bd9523805b9 = function() { return handleError(function () {
|
|
568
559
|
const ret = self.self;
|
|
569
560
|
return addHeapObject(ret);
|
|
@@ -595,6 +586,15 @@ module.exports.__wbg_newnoargs_cfecb3965268594c = function(arg0, arg1) {
|
|
|
595
586
|
return addHeapObject(ret);
|
|
596
587
|
};
|
|
597
588
|
|
|
589
|
+
module.exports.__wbindgen_string_get = function(arg0, arg1) {
|
|
590
|
+
const obj = getObject(arg1);
|
|
591
|
+
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
592
|
+
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
593
|
+
var len1 = WASM_VECTOR_LEN;
|
|
594
|
+
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
595
|
+
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
596
|
+
};
|
|
597
|
+
|
|
598
598
|
module.exports.__wbindgen_error_new = function(arg0, arg1) {
|
|
599
599
|
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
600
600
|
return addHeapObject(ret);
|
|
@@ -786,8 +786,8 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
786
786
|
return ret;
|
|
787
787
|
};
|
|
788
788
|
|
|
789
|
-
module.exports.
|
|
790
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
789
|
+
module.exports.__wbindgen_closure_wrapper23755 = function(arg0, arg1, arg2) {
|
|
790
|
+
const ret = makeMutClosure(arg0, arg1, 1279, __wbg_adapter_48);
|
|
791
791
|
return addHeapObject(ret);
|
|
792
792
|
};
|
|
793
793
|
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|