@next/swc-wasm-nodejs 15.3.0-canary.2 → 15.3.0-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.
Files changed (3) hide show
  1. package/package.json +1 -1
  2. package/wasm.js +20 -20
  3. package/wasm_bg.wasm +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next/swc-wasm-nodejs",
3
- "version": "15.3.0-canary.2",
3
+ "version": "15.3.0-canary.20",
4
4
  "files": [
5
5
  "wasm_bg.wasm",
6
6
  "wasm.js",
package/wasm.js CHANGED
@@ -717,6 +717,24 @@ 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
+ module.exports.__wbg_new_75208e29bddfd88c = function() {
730
+ const ret = new Array();
731
+ return addHeapObject(ret);
732
+ };
733
+
734
+ module.exports.__wbg_set_79c308ecd9a1d091 = function(arg0, arg1, arg2) {
735
+ getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
736
+ };
737
+
720
738
  module.exports.__wbg_new_70828a4353259d4b = function(arg0, arg1) {
721
739
  try {
722
740
  var state0 = {a: arg0, b: arg1};
@@ -736,24 +754,6 @@ module.exports.__wbg_new_70828a4353259d4b = function(arg0, arg1) {
736
754
  }
737
755
  };
738
756
 
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
- module.exports.__wbg_new_75208e29bddfd88c = function() {
749
- const ret = new Array();
750
- return addHeapObject(ret);
751
- };
752
-
753
- module.exports.__wbg_set_79c308ecd9a1d091 = function(arg0, arg1, arg2) {
754
- getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
755
- };
756
-
757
757
  module.exports.__wbindgen_debug_string = function(arg0, arg1) {
758
758
  const ret = debugString(getObject(arg1));
759
759
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
@@ -795,8 +795,8 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
795
795
  return ret;
796
796
  };
797
797
 
798
- module.exports.__wbindgen_closure_wrapper23922 = function(arg0, arg1, arg2) {
799
- const ret = makeMutClosure(arg0, arg1, 1277, __wbg_adapter_48);
798
+ module.exports.__wbindgen_closure_wrapper24020 = function(arg0, arg1, arg2) {
799
+ const ret = makeMutClosure(arg0, arg1, 1278, __wbg_adapter_48);
800
800
  return addHeapObject(ret);
801
801
  };
802
802
 
package/wasm_bg.wasm CHANGED
Binary file