@next/swc-wasm-nodejs 15.0.4-canary.2 → 15.0.4-canary.20
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 +10 -10
- package/wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/wasm.js
CHANGED
|
@@ -717,6 +717,15 @@ 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
|
+
|
|
720
729
|
module.exports.__wbg_new_70828a4353259d4b = function(arg0, arg1) {
|
|
721
730
|
try {
|
|
722
731
|
var state0 = {a: arg0, b: arg1};
|
|
@@ -736,15 +745,6 @@ module.exports.__wbg_new_70828a4353259d4b = function(arg0, arg1) {
|
|
|
736
745
|
}
|
|
737
746
|
};
|
|
738
747
|
|
|
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,7 +786,7 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
786
786
|
return ret;
|
|
787
787
|
};
|
|
788
788
|
|
|
789
|
-
module.exports.
|
|
789
|
+
module.exports.__wbindgen_closure_wrapper21595 = function(arg0, arg1, arg2) {
|
|
790
790
|
const ret = makeMutClosure(arg0, arg1, 1814, __wbg_adapter_48);
|
|
791
791
|
return addHeapObject(ret);
|
|
792
792
|
};
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|