Flipper Zero Zig Template
github.com
Flipper Zero Zig Template
1–10 of 22 posts
Re: Flipper Zero Zig Template
#2Re: Flipper Zero Zig Template
#3Re: Flipper Zero Zig Template
#4`@cImport` is dead, apparently, so the example should be updated.
Re: Flipper Zero Zig Template
#5Re: Flipper Zero Zig Template
#6`@cImport` is dead, apparently, so the example should be updated.
Re: Flipper Zero Zig Template
#7`@cImport` is dead, apparently, so the example should be updated.
It’s also decoupling Zig compiler and C compiler so they’re updated independently.
It’s still a bummer in my view as I just replaced my build pipelines with just a Zig compiler instead of emscripten but that’s fine.
Re: Flipper Zero Zig Template
#8Re: Flipper Zero Zig Template
#9Earlier quoted context omitted.
It's deprecated not removed yet.
I'm a little too lazy to double-check, but either way 0.17.0 is around the corner, where it will totally get nixed
It is just a wrapper around zig translate-c, moving it to the build system moves the resulting clang dependency to a place where it can be optional.
The functionality is staying, it is just moving.
Re: Flipper Zero Zig Template
#10Earlier quoted context omitted.
I'm a little too lazy to double-check, but either way 0.17.0 is around the corner, where it will totally get nixed
It is being moved not going away. It is just a wrapper around zig translate-c, moving it to the build system moves the resulting clang dependency to a place where it can be optional. The functionality is staying, it is just moving.