@next/swc-wasm-nodejs 15.2.0 → 15.2.1-canary.1
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 +20 -11
- 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_ef7a9289bc69469b___closure__WasmClosure___describe__invoke___wasm_bindgen_ef7a9289bc69469b___JsValue_____(arg0, arg1, addHeapObject(arg2));
|
|
237
237
|
}
|
|
238
238
|
|
|
239
239
|
function getCachedStringFromWasm0(ptr, len) {
|
|
@@ -251,8 +251,8 @@ function handleError(f, args) {
|
|
|
251
251
|
wasm.__wbindgen_exn_store(addHeapObject(e));
|
|
252
252
|
}
|
|
253
253
|
}
|
|
254
|
-
function
|
|
255
|
-
wasm.
|
|
254
|
+
function __wbg_adapter_113(arg0, arg1, arg2, arg3) {
|
|
255
|
+
wasm.wasm_bindgen_ef7a9289bc69469b___convert__closures__invoke2_mut___wasm_bindgen_ef7a9289bc69469b___JsValue__wasm_bindgen_ef7a9289bc69469b___JsValue_____(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
256
256
|
}
|
|
257
257
|
|
|
258
258
|
/**
|
|
@@ -640,11 +640,6 @@ 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
643
|
module.exports.__wbindgen_is_bigint = function(arg0) {
|
|
649
644
|
const ret = typeof(getObject(arg0)) === 'bigint';
|
|
650
645
|
return ret;
|
|
@@ -692,6 +687,11 @@ module.exports.__wbg_length_161c0d89c6535c1d = function(arg0) {
|
|
|
692
687
|
return ret;
|
|
693
688
|
};
|
|
694
689
|
|
|
690
|
+
module.exports.__wbg_get_0ee8ea3c7c984c45 = function(arg0, arg1) {
|
|
691
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
692
|
+
return addHeapObject(ret);
|
|
693
|
+
};
|
|
694
|
+
|
|
695
695
|
module.exports.__wbg_next_b2d3366343a208b3 = function() { return handleError(function (arg0) {
|
|
696
696
|
const ret = getObject(arg0).next();
|
|
697
697
|
return addHeapObject(ret);
|
|
@@ -724,7 +724,7 @@ module.exports.__wbg_new_70828a4353259d4b = function(arg0, arg1) {
|
|
|
724
724
|
const a = state0.a;
|
|
725
725
|
state0.a = 0;
|
|
726
726
|
try {
|
|
727
|
-
return
|
|
727
|
+
return __wbg_adapter_113(a, state0.b, arg0, arg1);
|
|
728
728
|
} finally {
|
|
729
729
|
state0.a = a;
|
|
730
730
|
}
|
|
@@ -745,6 +745,15 @@ module.exports.__wbg_set_20cbc34131e76824 = function(arg0, arg1, arg2) {
|
|
|
745
745
|
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
746
746
|
};
|
|
747
747
|
|
|
748
|
+
module.exports.__wbg_new_75208e29bddfd88c = function() {
|
|
749
|
+
const ret = new Array();
|
|
750
|
+
return addHeapObject(ret);
|
|
751
|
+
};
|
|
752
|
+
|
|
753
|
+
module.exports.__wbg_set_79c308ecd9a1d091 = function(arg0, arg1, arg2) {
|
|
754
|
+
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
755
|
+
};
|
|
756
|
+
|
|
748
757
|
module.exports.__wbindgen_debug_string = function(arg0, arg1) {
|
|
749
758
|
const ret = debugString(getObject(arg1));
|
|
750
759
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -786,8 +795,8 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
786
795
|
return ret;
|
|
787
796
|
};
|
|
788
797
|
|
|
789
|
-
module.exports.
|
|
790
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
798
|
+
module.exports.__wbindgen_closure_wrapper24044 = function(arg0, arg1, arg2) {
|
|
799
|
+
const ret = makeMutClosure(arg0, arg1, 1278, __wbg_adapter_48);
|
|
791
800
|
return addHeapObject(ret);
|
|
792
801
|
};
|
|
793
802
|
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|