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
zig-api: export uapi_safe_path_default C ABI symbol from process.zig
Adds uapi_safe_path_default(path_ptr, path_len) as a C-ABI export of
the existing safePathDefault() function, enabling pre-built libzig_api
consumers (e.g. lol-gateway) to call the proven-backed path gate without
a direct Zig module import.
Adds matching declaration to generated/abi/zig_api.h.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments