@next/swc-wasm-web 13.2.3 → 13.2.4-canary.1

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 +1 -1
  3. package/wasm_bg.wasm +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next/swc-wasm-web",
3
- "version": "13.2.3",
3
+ "version": "13.2.4-canary.1",
4
4
  "files": [
5
5
  "wasm_bg.wasm",
6
6
  "wasm.js",
package/wasm.js CHANGED
@@ -709,7 +709,7 @@ imports.wbg.__wbindgen_cb_drop = function(arg0) {
709
709
  const ret = false;
710
710
  return ret;
711
711
  };
712
- imports.wbg.__wbindgen_closure_wrapper23104 = function(arg0, arg1, arg2) {
712
+ imports.wbg.__wbindgen_closure_wrapper23075 = function(arg0, arg1, arg2) {
713
713
  const ret = makeMutClosure(arg0, arg1, 269, __wbg_adapter_46);
714
714
  return addHeapObject(ret);
715
715
  };
package/wasm_bg.wasm CHANGED
Binary file