英文:
Running compiled code for linux on windows
问题
所以我在Windows 10上将Go代码交叉编译为Linux,并且实际上能够在Windows和Linux上运行相同的可执行文件,这是如何可能的?
英文:
So I cross-compiled Go code on Windows(10) for Linux and I was actually able to run the same executable on both Windows and Linux how is that possible?
答案1
得分: 2
那就是新的Windows子系统(Windows Subsystem for Linux,简称WSL),它可以在Windows 10上原生运行Linux ELF二进制文件。
英文:
That'd be the new Windows Subsystem for Linux (WSL) that can run Linux ELF binaries natively on Windows 10.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论