@next/swc-wasm-nodejs 15.2.0-canary.65 → 15.2.0-canary.67
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 +11 -11
- package/wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/wasm.js
CHANGED
|
@@ -717,15 +717,6 @@ module.exports.__wbg_getwithrefkey_15c62c2b8546208d = function(arg0, arg1) {
|
|
|
717
717
|
return addHeapObject(ret);
|
|
718
718
|
};
|
|
719
719
|
|
|
720
|
-
module.exports.__wbg_new_632630b5cec17f21 = function() {
|
|
721
|
-
const ret = new Object();
|
|
722
|
-
return addHeapObject(ret);
|
|
723
|
-
};
|
|
724
|
-
|
|
725
|
-
module.exports.__wbg_set_20cbc34131e76824 = function(arg0, arg1, arg2) {
|
|
726
|
-
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
727
|
-
};
|
|
728
|
-
|
|
729
720
|
module.exports.__wbg_new_70828a4353259d4b = function(arg0, arg1) {
|
|
730
721
|
try {
|
|
731
722
|
var state0 = {a: arg0, b: arg1};
|
|
@@ -745,6 +736,15 @@ module.exports.__wbg_new_70828a4353259d4b = function(arg0, arg1) {
|
|
|
745
736
|
}
|
|
746
737
|
};
|
|
747
738
|
|
|
739
|
+
module.exports.__wbg_new_632630b5cec17f21 = function() {
|
|
740
|
+
const ret = new Object();
|
|
741
|
+
return addHeapObject(ret);
|
|
742
|
+
};
|
|
743
|
+
|
|
744
|
+
module.exports.__wbg_set_20cbc34131e76824 = function(arg0, arg1, arg2) {
|
|
745
|
+
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
746
|
+
};
|
|
747
|
+
|
|
748
748
|
module.exports.__wbindgen_debug_string = function(arg0, arg1) {
|
|
749
749
|
const ret = debugString(getObject(arg1));
|
|
750
750
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -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_wrapper23741 = function(arg0, arg1, arg2) {
|
|
790
|
+
const ret = makeMutClosure(arg0, arg1, 1279, __wbg_adapter_48);
|
|
791
791
|
return addHeapObject(ret);
|
|
792
792
|
};
|
|
793
793
|
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|