@swc/wasm 1.3.83 → 1.3.85
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 +11 -11
- package/wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/wasm.js
CHANGED
|
@@ -553,16 +553,6 @@ module.exports.__wbg_iterator_55f114446221aa5a = function() {
|
|
|
553
553
|
return addHeapObject(ret);
|
|
554
554
|
};
|
|
555
555
|
|
|
556
|
-
module.exports.__wbindgen_number_new = function(arg0) {
|
|
557
|
-
const ret = arg0;
|
|
558
|
-
return addHeapObject(ret);
|
|
559
|
-
};
|
|
560
|
-
|
|
561
|
-
module.exports.__wbg_call_9495de66fdbe016b = function() { return handleError(function (arg0, arg1, arg2) {
|
|
562
|
-
const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));
|
|
563
|
-
return addHeapObject(ret);
|
|
564
|
-
}, arguments) };
|
|
565
|
-
|
|
566
556
|
module.exports.__wbg_set_388c4c6422704173 = function(arg0, arg1, arg2) {
|
|
567
557
|
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
568
558
|
return addHeapObject(ret);
|
|
@@ -597,6 +587,16 @@ module.exports.__wbg_new_9d3a9ce4282a18a8 = function(arg0, arg1) {
|
|
|
597
587
|
}
|
|
598
588
|
};
|
|
599
589
|
|
|
590
|
+
module.exports.__wbindgen_number_new = function(arg0) {
|
|
591
|
+
const ret = arg0;
|
|
592
|
+
return addHeapObject(ret);
|
|
593
|
+
};
|
|
594
|
+
|
|
595
|
+
module.exports.__wbg_call_9495de66fdbe016b = function() { return handleError(function (arg0, arg1, arg2) {
|
|
596
|
+
const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));
|
|
597
|
+
return addHeapObject(ret);
|
|
598
|
+
}, arguments) };
|
|
599
|
+
|
|
600
600
|
module.exports.__wbg_new0_25059e40b1c02766 = function() {
|
|
601
601
|
const ret = new Date();
|
|
602
602
|
return addHeapObject(ret);
|
|
@@ -821,7 +821,7 @@ module.exports.__wbg_then_ec5db6d509eb475f = function(arg0, arg1) {
|
|
|
821
821
|
return addHeapObject(ret);
|
|
822
822
|
};
|
|
823
823
|
|
|
824
|
-
module.exports.
|
|
824
|
+
module.exports.__wbindgen_closure_wrapper15397 = function(arg0, arg1, arg2) {
|
|
825
825
|
const ret = makeMutClosure(arg0, arg1, 224, __wbg_adapter_50);
|
|
826
826
|
return addHeapObject(ret);
|
|
827
827
|
};
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|