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
I have started to improve capi.zig, so you can expect something in the next commit. But it's not comprehensive, I've only included things I've needed to use for testing. It's essentially a wrapper over the the flat C functions as Zig methods.
Edit: Actually it's already there. If you're unsure of how to use it I would just do a grep for usages. For example ZVM is the Zig wrapper for VM. But there is no Zig module for it, if someone is interested I'd welcome the PR.
I was curious if you would accept exposing a zig module for cyber so it could be imported directly in a zig project without going through the c api?
The text was updated successfully, but these errors were encountered: