@next/swc-wasm-nodejs 16.0.2-canary.28 → 16.0.2-canary.29

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": "16.0.2-canary.28",
3
+ "version": "16.0.2-canary.29",
4
4
  "files": [
5
5
  "wasm_bg.wasm",
6
6
  "wasm.js",
package/wasm.js CHANGED
@@ -347,7 +347,7 @@ module.exports.mdxCompile = function(value, opts) {
347
347
  };
348
348
 
349
349
  function __wbg_adapter_50(arg0, arg1, arg2) {
350
- wasm.closure1161_externref_shim(arg0, arg1, arg2);
350
+ wasm.closure1163_externref_shim(arg0, arg1, arg2);
351
351
  }
352
352
 
353
353
  function __wbg_adapter_79(arg0, arg1, arg2, arg3) {
@@ -631,8 +631,8 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
631
631
  return ret;
632
632
  };
633
633
 
634
- module.exports.__wbindgen_closure_wrapper23651 = function(arg0, arg1, arg2) {
635
- const ret = makeMutClosure(arg0, arg1, 1162, __wbg_adapter_50);
634
+ module.exports.__wbindgen_closure_wrapper23620 = function(arg0, arg1, arg2) {
635
+ const ret = makeMutClosure(arg0, arg1, 1164, __wbg_adapter_50);
636
636
  return ret;
637
637
  };
638
638
 
package/wasm_bg.wasm CHANGED
Binary file