@next/swc-wasm-nodejs 15.1.3 → 15.2.0-canary.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 +28 -28
- 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_cc82749279eddcb3___ops__function__FnMut_______Output______as_wasm_bindgen_8badfcf26bceba65___closure__WasmClosure___describe__invoke___wasm_bindgen_8badfcf26bceba65___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_8badfcf26bceba65___convert__closures__invoke2_mut___wasm_bindgen_8badfcf26bceba65___JsValue__wasm_bindgen_8badfcf26bceba65___JsValue_____(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
256
256
|
}
|
|
257
257
|
|
|
258
258
|
/**
|
|
@@ -640,6 +640,20 @@ module.exports.__wbg_instanceof_ArrayBuffer_9221fa854ffb71b5 = function(arg0) {
|
|
|
640
640
|
return ret;
|
|
641
641
|
};
|
|
642
642
|
|
|
643
|
+
module.exports.__wbg_get_0ee8ea3c7c984c45 = function(arg0, arg1) {
|
|
644
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
645
|
+
return addHeapObject(ret);
|
|
646
|
+
};
|
|
647
|
+
|
|
648
|
+
module.exports.__wbg_new_632630b5cec17f21 = function() {
|
|
649
|
+
const ret = new Object();
|
|
650
|
+
return addHeapObject(ret);
|
|
651
|
+
};
|
|
652
|
+
|
|
653
|
+
module.exports.__wbg_set_20cbc34131e76824 = function(arg0, arg1, arg2) {
|
|
654
|
+
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
655
|
+
};
|
|
656
|
+
|
|
643
657
|
module.exports.__wbindgen_is_bigint = function(arg0) {
|
|
644
658
|
const ret = typeof(getObject(arg0)) === 'bigint';
|
|
645
659
|
return ret;
|
|
@@ -650,6 +664,11 @@ module.exports.__wbg_isArray_e783c41d0dd19b44 = function(arg0) {
|
|
|
650
664
|
return ret;
|
|
651
665
|
};
|
|
652
666
|
|
|
667
|
+
module.exports.__wbg_length_161c0d89c6535c1d = function(arg0) {
|
|
668
|
+
const ret = getObject(arg0).length;
|
|
669
|
+
return ret;
|
|
670
|
+
};
|
|
671
|
+
|
|
653
672
|
module.exports.__wbg_isSafeInteger_a23a66ee7c41b273 = function(arg0) {
|
|
654
673
|
const ret = Number.isSafeInteger(getObject(arg0));
|
|
655
674
|
return ret;
|
|
@@ -660,6 +679,11 @@ module.exports.__wbindgen_in = function(arg0, arg1) {
|
|
|
660
679
|
return ret;
|
|
661
680
|
};
|
|
662
681
|
|
|
682
|
+
module.exports.__wbg_entries_488960b196cfb6a5 = function(arg0) {
|
|
683
|
+
const ret = Object.entries(getObject(arg0));
|
|
684
|
+
return addHeapObject(ret);
|
|
685
|
+
};
|
|
686
|
+
|
|
663
687
|
module.exports.__wbindgen_bigint_get_as_i64 = function(arg0, arg1) {
|
|
664
688
|
const v = getObject(arg1);
|
|
665
689
|
const ret = typeof(v) === 'bigint' ? v : undefined;
|
|
@@ -682,16 +706,6 @@ module.exports.__wbindgen_bigint_from_u64 = function(arg0) {
|
|
|
682
706
|
return addHeapObject(ret);
|
|
683
707
|
};
|
|
684
708
|
|
|
685
|
-
module.exports.__wbg_length_161c0d89c6535c1d = function(arg0) {
|
|
686
|
-
const ret = getObject(arg0).length;
|
|
687
|
-
return ret;
|
|
688
|
-
};
|
|
689
|
-
|
|
690
|
-
module.exports.__wbg_get_0ee8ea3c7c984c45 = function(arg0, arg1) {
|
|
691
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
692
|
-
return addHeapObject(ret);
|
|
693
|
-
};
|
|
694
|
-
|
|
695
709
|
module.exports.__wbg_next_b2d3366343a208b3 = function() { return handleError(function (arg0) {
|
|
696
710
|
const ret = getObject(arg0).next();
|
|
697
711
|
return addHeapObject(ret);
|
|
@@ -707,11 +721,6 @@ module.exports.__wbg_value_3158be908c80a75e = function(arg0) {
|
|
|
707
721
|
return addHeapObject(ret);
|
|
708
722
|
};
|
|
709
723
|
|
|
710
|
-
module.exports.__wbg_entries_488960b196cfb6a5 = function(arg0) {
|
|
711
|
-
const ret = Object.entries(getObject(arg0));
|
|
712
|
-
return addHeapObject(ret);
|
|
713
|
-
};
|
|
714
|
-
|
|
715
724
|
module.exports.__wbg_getwithrefkey_15c62c2b8546208d = function(arg0, arg1) {
|
|
716
725
|
const ret = getObject(arg0)[getObject(arg1)];
|
|
717
726
|
return addHeapObject(ret);
|
|
@@ -736,15 +745,6 @@ module.exports.__wbg_new_70828a4353259d4b = function(arg0, arg1) {
|
|
|
736
745
|
}
|
|
737
746
|
};
|
|
738
747
|
|
|
739
|
-
module.exports.__wbg_new_632630b5cec17f21 = function() {
|
|
740
|
-
const ret = new Object();
|
|
741
|
-
return addHeapObject(ret);
|
|
742
|
-
};
|
|
743
|
-
|
|
744
|
-
module.exports.__wbg_set_20cbc34131e76824 = function(arg0, arg1, arg2) {
|
|
745
|
-
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
746
|
-
};
|
|
747
|
-
|
|
748
748
|
module.exports.__wbindgen_debug_string = function(arg0, arg1) {
|
|
749
749
|
const ret = debugString(getObject(arg1));
|
|
750
750
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -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_wrapper21683 = function(arg0, arg1, arg2) {
|
|
790
|
+
const ret = makeMutClosure(arg0, arg1, 934, __wbg_adapter_48);
|
|
791
791
|
return addHeapObject(ret);
|
|
792
792
|
};
|
|
793
793
|
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|