v8go
v8go copied to clipboard
add darwin/arm64 to list of architectures to build
This probably depends on https://github.com/actions/virtual-environments/issues/2187
We should also wait for official Go support in 1.16 (Feb 2021)
Go 1.16 has been released, making it possible to just go get this project on my new Mac would be amazing!
@advanderveer The Go 1.16 part is easy, the hard part is support on the GitHub Actions VMs to build v8. The only way to do this is to have your own VM and I don't have budget for this.
Added M1 support in #202