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)
:robot: I have created a release beep boop
1.0.0 (2022-06-23)
⚠ BREAKING CHANGES
arch
,platform
,runtime
. Runtime is nullable as we can only detect it for ELF binaries for now. Ifplatform
orarch
cannot be detected it will throw.Features
Miscellaneous Chores
This PR was generated with Release Please. See documentation.