Meghan Denny

Results 585 comments of Meghan Denny

were u looking for `-march=x86-64` ?

I think it'd be better to let `ZIG_USE_LLVM_CONFIG` be overwritten in the root cmake file

the compiler not doing it, doesn't mean its not done out in the wild. I would expect the example above to compile error (through the use of a comptime assertion)

yeah the solution to this is to get the compiler in the `std.zig` namespace not expose it with zon imo. but its a ways out and easier to do once...

@SpexGuy would have the most insight on this

Does this still reproduce for you? It's working for me in Bun 1.1.8 (you may need to run `bun upgrade`)

Does this still reproduce for you? It works for me as of at least Bun 1.1.8 (you may need to run `bun upgrade`)

Does this still reproduce for you? this is working for me on Bun 1.1.8 (you may need to run `bun upgrade`) I used the following code ```js const puppeteer =...

if its alright can you move the `b.addModule` and related calls into its own `build.zig.zig` so that the two systems can work without overlapping each other?