@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.
Files changed (3) hide show
  1. package/package.json +1 -1
  2. package/wasm.js +11 -11
  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.2.0-canary.65",
3
+ "version": "15.2.0-canary.67",
4
4
  "files": [
5
5
  "wasm_bg.wasm",
6
6
  "wasm.js",
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.__wbindgen_closure_wrapper21876 = function(arg0, arg1, arg2) {
790
- const ret = makeMutClosure(arg0, arg1, 932, __wbg_adapter_48);
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