@swc/wasm-web 1.7.18 → 1.7.19
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 +5 -5
- package/wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/wasm.js
CHANGED
|
@@ -529,10 +529,6 @@ function __wbg_get_imports() {
|
|
|
529
529
|
const ret = getObject(arg0).value;
|
|
530
530
|
return addHeapObject(ret);
|
|
531
531
|
};
|
|
532
|
-
imports.wbg.__wbindgen_error_new = function(arg0, arg1) {
|
|
533
|
-
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
534
|
-
return addHeapObject(ret);
|
|
535
|
-
};
|
|
536
532
|
imports.wbg.__wbindgen_is_null = function(arg0) {
|
|
537
533
|
const ret = getObject(arg0) === null;
|
|
538
534
|
return ret;
|
|
@@ -562,6 +558,10 @@ function __wbg_get_imports() {
|
|
|
562
558
|
state0.a = state0.b = 0;
|
|
563
559
|
}
|
|
564
560
|
};
|
|
561
|
+
imports.wbg.__wbindgen_error_new = function(arg0, arg1) {
|
|
562
|
+
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
563
|
+
return addHeapObject(ret);
|
|
564
|
+
};
|
|
565
565
|
imports.wbg.__wbg_new_abda76e883ba8a5f = function() {
|
|
566
566
|
const ret = new Error();
|
|
567
567
|
return addHeapObject(ret);
|
|
@@ -741,7 +741,7 @@ imports.wbg.__wbg_then_95e6edc0f89b73b1 = function(arg0, arg1) {
|
|
|
741
741
|
imports.wbg.__wbg_queueMicrotask_12a30234db4045d3 = function(arg0) {
|
|
742
742
|
queueMicrotask(getObject(arg0));
|
|
743
743
|
};
|
|
744
|
-
imports.wbg.
|
|
744
|
+
imports.wbg.__wbindgen_closure_wrapper16722 = function(arg0, arg1, arg2) {
|
|
745
745
|
const ret = makeMutClosure(arg0, arg1, 985, __wbg_adapter_50);
|
|
746
746
|
return addHeapObject(ret);
|
|
747
747
|
};
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|