@next/swc-wasm-nodejs 15.2.0-canary.3 → 15.2.0-canary.30
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 +19 -19
- 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_b480478ecac8399___closure__WasmClosure___describe__invoke___wasm_bindgen_b480478ecac8399___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_b480478ecac8399___convert__closures__invoke2_mut___wasm_bindgen_b480478ecac8399___JsValue__wasm_bindgen_b480478ecac8399___JsValue_____(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
256
256
|
}
|
|
257
257
|
|
|
258
258
|
/**
|
|
@@ -655,11 +655,6 @@ module.exports.__wbg_isArray_e783c41d0dd19b44 = function(arg0) {
|
|
|
655
655
|
return ret;
|
|
656
656
|
};
|
|
657
657
|
|
|
658
|
-
module.exports.__wbg_length_161c0d89c6535c1d = function(arg0) {
|
|
659
|
-
const ret = getObject(arg0).length;
|
|
660
|
-
return ret;
|
|
661
|
-
};
|
|
662
|
-
|
|
663
658
|
module.exports.__wbg_isSafeInteger_a23a66ee7c41b273 = function(arg0) {
|
|
664
659
|
const ret = Number.isSafeInteger(getObject(arg0));
|
|
665
660
|
return ret;
|
|
@@ -670,11 +665,6 @@ module.exports.__wbindgen_in = function(arg0, arg1) {
|
|
|
670
665
|
return ret;
|
|
671
666
|
};
|
|
672
667
|
|
|
673
|
-
module.exports.__wbg_entries_488960b196cfb6a5 = function(arg0) {
|
|
674
|
-
const ret = Object.entries(getObject(arg0));
|
|
675
|
-
return addHeapObject(ret);
|
|
676
|
-
};
|
|
677
|
-
|
|
678
668
|
module.exports.__wbindgen_bigint_get_as_i64 = function(arg0, arg1) {
|
|
679
669
|
const v = getObject(arg1);
|
|
680
670
|
const ret = typeof(v) === 'bigint' ? v : undefined;
|
|
@@ -697,6 +687,11 @@ module.exports.__wbindgen_bigint_from_u64 = function(arg0) {
|
|
|
697
687
|
return addHeapObject(ret);
|
|
698
688
|
};
|
|
699
689
|
|
|
690
|
+
module.exports.__wbg_length_161c0d89c6535c1d = function(arg0) {
|
|
691
|
+
const ret = getObject(arg0).length;
|
|
692
|
+
return ret;
|
|
693
|
+
};
|
|
694
|
+
|
|
700
695
|
module.exports.__wbg_next_b2d3366343a208b3 = function() { return handleError(function (arg0) {
|
|
701
696
|
const ret = getObject(arg0).next();
|
|
702
697
|
return addHeapObject(ret);
|
|
@@ -712,6 +707,16 @@ module.exports.__wbg_value_3158be908c80a75e = function(arg0) {
|
|
|
712
707
|
return addHeapObject(ret);
|
|
713
708
|
};
|
|
714
709
|
|
|
710
|
+
module.exports.__wbg_entries_488960b196cfb6a5 = function(arg0) {
|
|
711
|
+
const ret = Object.entries(getObject(arg0));
|
|
712
|
+
return addHeapObject(ret);
|
|
713
|
+
};
|
|
714
|
+
|
|
715
|
+
module.exports.__wbg_getwithrefkey_15c62c2b8546208d = function(arg0, arg1) {
|
|
716
|
+
const ret = getObject(arg0)[getObject(arg1)];
|
|
717
|
+
return addHeapObject(ret);
|
|
718
|
+
};
|
|
719
|
+
|
|
715
720
|
module.exports.__wbg_new_70828a4353259d4b = function(arg0, arg1) {
|
|
716
721
|
try {
|
|
717
722
|
var state0 = {a: arg0, b: arg1};
|
|
@@ -731,11 +736,6 @@ module.exports.__wbg_new_70828a4353259d4b = function(arg0, arg1) {
|
|
|
731
736
|
}
|
|
732
737
|
};
|
|
733
738
|
|
|
734
|
-
module.exports.__wbg_getwithrefkey_15c62c2b8546208d = function(arg0, arg1) {
|
|
735
|
-
const ret = getObject(arg0)[getObject(arg1)];
|
|
736
|
-
return addHeapObject(ret);
|
|
737
|
-
};
|
|
738
|
-
|
|
739
739
|
module.exports.__wbg_new_632630b5cec17f21 = function() {
|
|
740
740
|
const ret = new Object();
|
|
741
741
|
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_wrapper21971 = function(arg0, arg1, arg2) {
|
|
790
|
+
const ret = makeMutClosure(arg0, arg1, 935, __wbg_adapter_48);
|
|
791
791
|
return addHeapObject(ret);
|
|
792
792
|
};
|
|
793
793
|
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|