@next/swc-wasm-nodejs 15.2.0-canary.2 → 15.2.0-canary.3

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 +15 -15
  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.2",
3
+ "version": "15.2.0-canary.3",
4
4
  "files": [
5
5
  "wasm_bg.wasm",
6
6
  "wasm.js",
package/wasm.js CHANGED
@@ -645,15 +645,6 @@ module.exports.__wbg_get_0ee8ea3c7c984c45 = function(arg0, arg1) {
645
645
  return addHeapObject(ret);
646
646
  };
647
647
 
648
- module.exports.__wbg_new_632630b5cec17f21 = function() {
649
- const ret = new Object();
650
- return addHeapObject(ret);
651
- };
652
-
653
- module.exports.__wbg_set_20cbc34131e76824 = function(arg0, arg1, arg2) {
654
- getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
655
- };
656
-
657
648
  module.exports.__wbindgen_is_bigint = function(arg0) {
658
649
  const ret = typeof(getObject(arg0)) === 'bigint';
659
650
  return ret;
@@ -721,11 +712,6 @@ module.exports.__wbg_value_3158be908c80a75e = function(arg0) {
721
712
  return addHeapObject(ret);
722
713
  };
723
714
 
724
- module.exports.__wbg_getwithrefkey_15c62c2b8546208d = function(arg0, arg1) {
725
- const ret = getObject(arg0)[getObject(arg1)];
726
- return addHeapObject(ret);
727
- };
728
-
729
715
  module.exports.__wbg_new_70828a4353259d4b = function(arg0, arg1) {
730
716
  try {
731
717
  var state0 = {a: arg0, b: arg1};
@@ -745,6 +731,20 @@ module.exports.__wbg_new_70828a4353259d4b = function(arg0, arg1) {
745
731
  }
746
732
  };
747
733
 
734
+ module.exports.__wbg_getwithrefkey_15c62c2b8546208d = function(arg0, arg1) {
735
+ const ret = getObject(arg0)[getObject(arg1)];
736
+ return addHeapObject(ret);
737
+ };
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,7 +786,7 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
786
786
  return ret;
787
787
  };
788
788
 
789
- module.exports.__wbindgen_closure_wrapper21683 = function(arg0, arg1, arg2) {
789
+ module.exports.__wbindgen_closure_wrapper21634 = function(arg0, arg1, arg2) {
790
790
  const ret = makeMutClosure(arg0, arg1, 934, __wbg_adapter_48);
791
791
  return addHeapObject(ret);
792
792
  };
package/wasm_bg.wasm CHANGED
Binary file