3 comments

  • dfee38 minutes ago
    crazy that the readme doesn&#x27;t link to the product.<p><a href="https:&#x2F;&#x2F;flipper.net&#x2F;products&#x2F;flipper-zero" rel="nofollow">https:&#x2F;&#x2F;flipper.net&#x2F;products&#x2F;flipper-zero</a>
  • bpavuk6 hours ago
    `@cImport` is dead, apparently, so the example should be updated.
    • speps2 hours ago
      Stop the misinformation, it’s just changing where it’s being done moving from the language to the build system itself: <a href="https:&#x2F;&#x2F;ziggit.dev&#x2F;t&#x2F;cimport-going-away&#x2F;5132" rel="nofollow">https:&#x2F;&#x2F;ziggit.dev&#x2F;t&#x2F;cimport-going-away&#x2F;5132</a><p>It’s also decoupling Zig compiler and C compiler so they’re updated independently.<p>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.
    • Narew5 hours ago
      It&#x27;s deprecated not removed yet.
      • bpavuk5 hours ago
        I&#x27;m a little too lazy to double-check, but either way 0.17.0 is around the corner, where it will totally get nixed
        • nyrikki23 minutes ago
          It is being moved not going away.<p>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.<p>The functionality is staying, it is just moving.
    • teddyX2 hours ago
      Deprecated