Hey @fubark, first of, great work! I've had a quick poke at build.zig and if I understand it correctly, you rely on system build tools to build V8, correct? If you could drop-in zig cc and zig c++ instead, you should be able to build arm64 macOS on any host (provided we are not missing any relevant libc headers in Zig). Just thought I'd drop this suggestion :-)
Hey @fubark, first of, great work! I've had a quick poke at
build.zigand if I understand it correctly, you rely on system build tools to build V8, correct? If you could drop-inzig ccandzig c++instead, you should be able to build arm64 macOS on any host (provided we are not missing any relevant libc headers in Zig). Just thought I'd drop this suggestion :-)