dankox
dankox
This is interesting problem. It seems like MuJS doesn't assign function name as variable in scope, because if you create the `a` function using `var a = function() {` then...
This issue is a bit old and the `system_go_toolchain` was published, but I'm curious how this can be used to do cross compilation of the Go binary. I was trying...
> @dankox setting env_go_os and env_go_arch should be enough for cross-compilation, there's no need to supply stdlib anymore, we build it on-demand. If you still see it in GoToolchainInfo please...
@podtserkovskiy Thanks a lot for that PR and the explanation. It really helps a lot. Now it makes much more sense to me, so thank you:)