You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to compile rustsat-batsat for WASM (which is mentioned in its docs), but ran into the issue that cpu_time::ProcessTime does not exist. It seems that this is only implemented for Windows and Unix specifically, and both rustsat and rustsat-batsat depend on it.
Is there a workaround for this, so I could use rustsat? Or could the dependency be made optional?