On Sun Oct 1 17:12:57 2023 +0000, Shaun Ren wrote:
Is there a way to integrate windows libraries in Wine? Also I'm not sure whether the Windows verison functions in wine or if its performance is good, since it relies on onnxruntime for inference.
Windows libraries are imported in Wine under libs. I doubt that performance would be a concern. It might actually be the other way around since Unix calls add overhead. Extra dependencies like the one you mention would be a reason not to use the Windows version.