https://github.com/domfarolino/abi
What an ABI and ABI-stability is, and how it interacts with dynamic linking
https://github.com/domfarolino/abi
abi linker linking shared-library
Last synced: 4 months ago
JSON representation
What an ABI and ABI-stability is, and how it interacts with dynamic linking
- Host: GitHub
- URL: https://github.com/domfarolino/abi
- Owner: domfarolino
- Created: 2022-10-29T02:23:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-06T18:22:24.000Z (about 1 year ago)
- Last Synced: 2025-04-06T19:27:10.574Z (about 1 year ago)
- Topics: abi, linker, linking, shared-library
- Language: C++
- Homepage: https://dom.substack.com/p/apis-abis-and-shared-libraries
- Size: 24.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning about ABI stability and dynamic linking
This repository hosts a few examples of programs that take advantage of static linking and
dynamically linked shared libraries, all in service of helping describe:
- What an ABI is
- How it differs from an API
- What ABI stability is and when/why it matters
This is all meant to supplement a blog post that doesn't yet exist.