@next/swc-wasm-web 14.0.5-canary.9 → 14.1.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 +8 -8
- package/wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/wasm.js
CHANGED
|
@@ -684,6 +684,13 @@ imports.wbg.__wbg_new_f9876326328f45ed = function() {
|
|
|
684
684
|
imports.wbg.__wbg_set_20cbc34131e76824 = function(arg0, arg1, arg2) {
|
|
685
685
|
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
686
686
|
};
|
|
687
|
+
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
|
688
|
+
const ret = debugString(getObject(arg1));
|
|
689
|
+
const ptr0 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
690
|
+
const len0 = WASM_VECTOR_LEN;
|
|
691
|
+
getInt32Memory0()[arg0 / 4 + 1] = len0;
|
|
692
|
+
getInt32Memory0()[arg0 / 4 + 0] = ptr0;
|
|
693
|
+
};
|
|
687
694
|
imports.wbg.__wbg_new_9d3a9ce4282a18a8 = function(arg0, arg1) {
|
|
688
695
|
try {
|
|
689
696
|
var state0 = {a: arg0, b: arg1};
|
|
@@ -702,13 +709,6 @@ imports.wbg.__wbg_new_9d3a9ce4282a18a8 = function(arg0, arg1) {
|
|
|
702
709
|
state0.a = state0.b = 0;
|
|
703
710
|
}
|
|
704
711
|
};
|
|
705
|
-
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
|
706
|
-
const ret = debugString(getObject(arg1));
|
|
707
|
-
const ptr0 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
708
|
-
const len0 = WASM_VECTOR_LEN;
|
|
709
|
-
getInt32Memory0()[arg0 / 4 + 1] = len0;
|
|
710
|
-
getInt32Memory0()[arg0 / 4 + 0] = ptr0;
|
|
711
|
-
};
|
|
712
712
|
imports.wbg.__wbindgen_throw = function(arg0, arg1) {
|
|
713
713
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
714
714
|
};
|
|
@@ -729,7 +729,7 @@ imports.wbg.__wbindgen_cb_drop = function(arg0) {
|
|
|
729
729
|
const ret = false;
|
|
730
730
|
return ret;
|
|
731
731
|
};
|
|
732
|
-
imports.wbg.
|
|
732
|
+
imports.wbg.__wbindgen_closure_wrapper23853 = function(arg0, arg1, arg2) {
|
|
733
733
|
const ret = makeMutClosure(arg0, arg1, 361, __wbg_adapter_48);
|
|
734
734
|
return addHeapObject(ret);
|
|
735
735
|
};
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|