You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(c): use .c calling convention for extern functions
- replace deprecated .C callconv with .c in all extern function declarations in src/c.zig
- update internal Zig handlers and bindings to use .c callconv in src/webui.zig
- adjust build.zig to maintain compatibility with Zig 0.14 and earlier versions
0 commit comments