Comment on Goja: A Golang JavaScript RuntimeparentComments−dilyevsky2yIt is quite easy to cross-compile cgo program to most architectures - just use Zig for this: CC="zig cc -target aarch64-linux"
Comments
It is quite easy to cross-compile cgo program to most architectures - just use Zig for this: