rusty_v8
rusty_v8 copied to clipboard
Support darwin-arm64
This will require us to have runners capable of darwin-arm64, or using QEMU.
gn mistakenly thinks the host is x86_64 (I think because we use x86_64 gn binaries). To force arm64 build use
V8_FROM_SOURCE=1 GN_ARGS="host_cpu=\"arm64\"" cargo build -vv
Not supported in CI yet, but I've uploaded aarch64-apple-darwin binaries for v0.14.0 https://github.com/denoland/rusty_v8/releases/tag/v0.14.0
Not supported in CI yet, but I've uploaded aarch64-apple-darwin binaries for v0.14.0 https://github.com/denoland/rusty_v8/releases/tag/v0.14.0
Maybe linux-aarch64 too.
windows too?
This is the tracking issue for macOS arm64.
Well please create another issue, because this issue is not for tracking linux arm64, but for macOS.