@next/swc-wasm-web 13.4.2 → 13.4.3-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 +2 -2
  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.4.2",
3
+ "version": "13.4.3-canary.1",
4
4
  "files": [
5
5
  "wasm_bg.wasm",
6
6
  "wasm.js",
package/wasm.js CHANGED
@@ -709,8 +709,8 @@ imports.wbg.__wbindgen_cb_drop = function(arg0) {
709
709
  const ret = false;
710
710
  return ret;
711
711
  };
712
- imports.wbg.__wbindgen_closure_wrapper23241 = function(arg0, arg1, arg2) {
713
- const ret = makeMutClosure(arg0, arg1, 280, __wbg_adapter_46);
712
+ imports.wbg.__wbindgen_closure_wrapper23252 = function(arg0, arg1, arg2) {
713
+ const ret = makeMutClosure(arg0, arg1, 283, __wbg_adapter_46);
714
714
  return addHeapObject(ret);
715
715
  };
716
716
 
package/wasm_bg.wasm CHANGED
Binary file