Where to find the documentation for cross-compilation? #1105
Klaus-Tockloth
started this conversation in
General
Replies: 1 comment
-
We do not currently have support for cross compiling between different desktop platforms, although you can compile to mobile and web platforms. We are planning to implement support for it soon; I filed #1107 and will work on it soon. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The cross-compilation (darwin/arm64 -> windows/amd64) of a minimal 'Hello World' program fails. Unfortunately, I could not find any further documentation on the subject of 'cross-compiling'.
Output from 'go build':
Output from 'core build':
I'm probably missing something ...
Beta Was this translation helpful? Give feedback.
All reactions