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
The result is now non-nullable and it is a struct with the fields arch, platform, runtime. Runtime is nullable as we can only detect it for ELF binaries for now. If platform or arch cannot be detected it will throw.
Features
Rename package to binary-info and fix release (#15) (0d59e30)
Return also architecture and platform (#8) (6aa4a95)