@next/swc-wasm-nodejs 15.0.4-canary.6 → 15.0.4-canary.7

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.0.4-canary.6",
3
+ "version": "15.0.4-canary.7",
4
4
  "files": [
5
5
  "wasm_bg.wasm",
6
6
  "wasm.js",
package/wasm.js CHANGED
@@ -640,6 +640,25 @@ module.exports.__wbg_instanceof_ArrayBuffer_9221fa854ffb71b5 = function(arg0) {
640
640
  return ret;
641
641
  };
642
642
 
643
+ module.exports.__wbg_new_70828a4353259d4b = function(arg0, arg1) {
644
+ try {
645
+ var state0 = {a: arg0, b: arg1};
646
+ var cb0 = (arg0, arg1) => {
647
+ const a = state0.a;
648
+ state0.a = 0;
649
+ try {
650
+ return __wbg_adapter_109(a, state0.b, arg0, arg1);
651
+ } finally {
652
+ state0.a = a;
653
+ }
654
+ };
655
+ const ret = new Promise(cb0);
656
+ return addHeapObject(ret);
657
+ } finally {
658
+ state0.a = state0.b = 0;
659
+ }
660
+ };
661
+
643
662
  module.exports.__wbindgen_is_bigint = function(arg0) {
644
663
  const ret = typeof(getObject(arg0)) === 'bigint';
645
664
  return ret;
@@ -726,25 +745,6 @@ module.exports.__wbg_set_20cbc34131e76824 = function(arg0, arg1, arg2) {
726
745
  getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
727
746
  };
728
747
 
729
- module.exports.__wbg_new_70828a4353259d4b = function(arg0, arg1) {
730
- try {
731
- var state0 = {a: arg0, b: arg1};
732
- var cb0 = (arg0, arg1) => {
733
- const a = state0.a;
734
- state0.a = 0;
735
- try {
736
- return __wbg_adapter_109(a, state0.b, arg0, arg1);
737
- } finally {
738
- state0.a = a;
739
- }
740
- };
741
- const ret = new Promise(cb0);
742
- return addHeapObject(ret);
743
- } finally {
744
- state0.a = state0.b = 0;
745
- }
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.__wbindgen_closure_wrapper21591 = function(arg0, arg1, arg2) {
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