@next/swc-wasm-nodejs 15.3.1-canary.13 → 15.3.1-canary.15

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 +4 -4
  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.1-canary.13",
3
+ "version": "15.3.1-canary.15",
4
4
  "files": [
5
5
  "wasm_bg.wasm",
6
6
  "wasm.js",
package/wasm.js CHANGED
@@ -233,7 +233,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
233
233
  return real;
234
234
  }
235
235
  function __wbg_adapter_48(arg0, arg1, arg2) {
236
- wasm._dyn_core_d740453d92c4907d___ops__function__FnMut_______Output______as_wasm_bindgen_291ec24afbe48b46___closure__WasmClosure___describe__invoke___wasm_bindgen_291ec24afbe48b46___JsValue_____(arg0, arg1, addHeapObject(arg2));
236
+ wasm._dyn_core_d740453d92c4907d___ops__function__FnMut_______Output______as_wasm_bindgen_b3e6b9209ca1af04___closure__WasmClosure___describe__invoke___wasm_bindgen_b3e6b9209ca1af04___JsValue_____(arg0, arg1, addHeapObject(arg2));
237
237
  }
238
238
 
239
239
  function getCachedStringFromWasm0(ptr, len) {
@@ -252,7 +252,7 @@ function handleError(f, args) {
252
252
  }
253
253
  }
254
254
  function __wbg_adapter_113(arg0, arg1, arg2, arg3) {
255
- wasm.wasm_bindgen_291ec24afbe48b46___convert__closures__invoke2_mut___wasm_bindgen_291ec24afbe48b46___JsValue__wasm_bindgen_291ec24afbe48b46___JsValue_____(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
255
+ wasm.wasm_bindgen_b3e6b9209ca1af04___convert__closures__invoke2_mut___wasm_bindgen_b3e6b9209ca1af04___JsValue__wasm_bindgen_b3e6b9209ca1af04___JsValue_____(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
256
256
  }
257
257
 
258
258
  /**
@@ -795,8 +795,8 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
795
795
  return ret;
796
796
  };
797
797
 
798
- module.exports.__wbindgen_closure_wrapper24170 = function(arg0, arg1, arg2) {
799
- const ret = makeMutClosure(arg0, arg1, 1089, __wbg_adapter_48);
798
+ module.exports.__wbindgen_closure_wrapper24128 = function(arg0, arg1, arg2) {
799
+ const ret = makeMutClosure(arg0, arg1, 1088, __wbg_adapter_48);
800
800
  return addHeapObject(ret);
801
801
  };
802
802
 
package/wasm_bg.wasm CHANGED
Binary file