Hacker News new | ask | show | jobs
by DenseComet 1520 days ago
What? Even with runtime os detection, you won't be running linux code paths on windows. However you do it, you can't test linux apis on windows or windows apis on linux natively.
1 comments

Yes, you can accomplish that using proxies and/or using the Wine libs.