An open API service indexing awesome lists of open source software.

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

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.