abi

Tag

Cards List
#abi

What Every Python Developer Should Know About the CPython ABI

Lobsters Hottest · 2026-07-10

This article covers essential knowledge for Python developers about the CPython Application Binary Interface (ABI), including its implications for extension modules and compatibility.

0 favorites 0 likes
#abi

How to call Linux code from a Wine process

Lobsters Hottest · 2026-07-04 Cached

This article explains how to call Linux code from a Wine process, covering the coexistence of Windows and Linux code in the same address space and providing undocumented mechanisms for integration.

0 favorites 0 likes
#abi

Writing Portable ARM64 Assembly

Hacker News Top · 2026-05-31 Cached

A guide to writing ARM64 assembly code that is portable across Apple's Darwin and Linux/BSD systems, covering differences in ABI, symbol naming, and vector mnemonics.

0 favorites 0 likes
← Back to home

Submit Feedback