fubark
fubark
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...
### Zig Version 0.9.0 ### Steps to Reproduce Create build.zig with a static lib step that adds many c source files with lib.addCSourceFile (and many c flags). run: zig build...
This can be fun to contribute to if you want to learn about compilers and still generate code that can be useful by itself. Some criteria: - The generated code...
This ticket will track the progress of the JIT backend. My priorities will always be completing the language and VM so the JIT backend is not something I will work...
### Zig Version 0.14.0-dev.839+a931bfada ### Steps to Reproduce and Observed Behavior ``` const std = @import("std"); pub const Foo = packed struct { a: u31, b: bool, pub fn init()...