domfarolino / abi

What an ABI and ABI-stability is, and how it interacts with dynamic linking

Home Page:https://dom.substack.com/p/apis-abis-and-shared-libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

What an ABI and ABI-stability is, and how it interacts with dynamic linking

https://dom.substack.com/p/apis-abis-and-shared-libraries


Languages

Language:C++ 58.2%Language:Makefile 31.8%Language:C 7.9%Language:Rust 2.0%