@next/swc-wasm-web 13.4.2-canary.2 → 13.4.2-canary.4
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 +9 -9
- package/wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/wasm.js
CHANGED
|
@@ -606,10 +606,10 @@ imports.wbg.__wbg_instanceof_ArrayBuffer_a69f02ee4c4f5065 = function(arg0) {
|
|
|
606
606
|
const ret = result;
|
|
607
607
|
return ret;
|
|
608
608
|
};
|
|
609
|
-
imports.wbg.
|
|
610
|
-
const ret = getObject(arg0)
|
|
611
|
-
return
|
|
612
|
-
}
|
|
609
|
+
imports.wbg.__wbindgen_is_string = function(arg0) {
|
|
610
|
+
const ret = typeof(getObject(arg0)) === 'string';
|
|
611
|
+
return ret;
|
|
612
|
+
};
|
|
613
613
|
imports.wbg.__wbg_length_e498fbc24f9c1d4f = function(arg0) {
|
|
614
614
|
const ret = getObject(arg0).length;
|
|
615
615
|
return ret;
|
|
@@ -652,10 +652,6 @@ imports.wbg.__wbg_new_9d3a9ce4282a18a8 = function(arg0, arg1) {
|
|
|
652
652
|
state0.a = state0.b = 0;
|
|
653
653
|
}
|
|
654
654
|
};
|
|
655
|
-
imports.wbg.__wbindgen_is_string = function(arg0) {
|
|
656
|
-
const ret = typeof(getObject(arg0)) === 'string';
|
|
657
|
-
return ret;
|
|
658
|
-
};
|
|
659
655
|
imports.wbg.__wbindgen_is_bigint = function(arg0) {
|
|
660
656
|
const ret = typeof(getObject(arg0)) === 'bigint';
|
|
661
657
|
return ret;
|
|
@@ -689,6 +685,10 @@ imports.wbg.__wbg_new_f9876326328f45ed = function() {
|
|
|
689
685
|
imports.wbg.__wbg_set_20cbc34131e76824 = function(arg0, arg1, arg2) {
|
|
690
686
|
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
691
687
|
};
|
|
688
|
+
imports.wbg.__wbg_call_9495de66fdbe016b = function() { return handleError(function (arg0, arg1, arg2) {
|
|
689
|
+
const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));
|
|
690
|
+
return addHeapObject(ret);
|
|
691
|
+
}, arguments) };
|
|
692
692
|
imports.wbg.__wbindgen_throw = function(arg0, arg1) {
|
|
693
693
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
694
694
|
};
|
|
@@ -709,7 +709,7 @@ imports.wbg.__wbindgen_cb_drop = function(arg0) {
|
|
|
709
709
|
const ret = false;
|
|
710
710
|
return ret;
|
|
711
711
|
};
|
|
712
|
-
imports.wbg.
|
|
712
|
+
imports.wbg.__wbindgen_closure_wrapper23241 = function(arg0, arg1, arg2) {
|
|
713
713
|
const ret = makeMutClosure(arg0, arg1, 280, __wbg_adapter_46);
|
|
714
714
|
return addHeapObject(ret);
|
|
715
715
|
};
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|