@next/swc-wasm-nodejs 15.4.0-canary.77 → 15.4.0-canary.78

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 +3 -3
  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.4.0-canary.77",
3
+ "version": "15.4.0-canary.78",
4
4
  "files": [
5
5
  "wasm_bg.wasm",
6
6
  "wasm.js",
package/wasm.js CHANGED
@@ -310,7 +310,7 @@ module.exports.mdxCompile = function(value, opts) {
310
310
  };
311
311
 
312
312
  function __wbg_adapter_50(arg0, arg1, arg2) {
313
- wasm.closure1105_externref_shim(arg0, arg1, arg2);
313
+ wasm.closure1099_externref_shim(arg0, arg1, arg2);
314
314
  }
315
315
 
316
316
  function __wbg_adapter_115(arg0, arg1, arg2, arg3) {
@@ -635,8 +635,8 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
635
635
  return ret;
636
636
  };
637
637
 
638
- module.exports.__wbindgen_closure_wrapper24425 = function(arg0, arg1, arg2) {
639
- const ret = makeMutClosure(arg0, arg1, 1106, __wbg_adapter_50);
638
+ module.exports.__wbindgen_closure_wrapper24652 = function(arg0, arg1, arg2) {
639
+ const ret = makeMutClosure(arg0, arg1, 1100, __wbg_adapter_50);
640
640
  return ret;
641
641
  };
642
642
 
package/wasm_bg.wasm CHANGED
Binary file