zig-v8 icon indicating copy to clipboard operation
zig-v8 copied to clipboard

Simple V8 builds with C and Zig bindings.

Results 6 zig-v8 issues
Sort by recently updated
recently updated
newest added

Currently passing in -Dzig-toolchain injects "zig c++" into the compile/link commands but the overall build is still initiated with gn and ninja. It would be nice to build v8 directly...

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...

Hello, I am trying to build `zig-v8` using the build instructions provided in the ReadME However I get the following error: ``` /run/media/kittycat/Linux_files/zigstuff/zig-v8/build.zig:643:23: error: no field or member function named...

I am trying to follow the instructions on MacOS with `zig v0.11.0` and get the following error whenever I try to do `zig build get-tools` or `zig build get-v8`: ```...

After running zig build get-v8, running zig build -Doptimize=ReleaseSafe returns the following (I am using zig 0.12.0): (the only thing in v8-build/x86_64-linux/release/ninja is "args.gn") ➜ zig build -Doptimize=ReleaseSafe install └─...

Updates the `build.zig` file to use some new APIs. Most of the changes were a reference (which was never used anyway) and changing how the path fields work. I've tested...