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

https://github.com/dilemafixer/code-share-protocol

SCP (Code Share Protocol) enables dynamic code sharing and integration at runtime without compilation to files or application restarts. It addresses the lack of stable ABI in many languages by providing a self-describing binary format with metadata about functions, types, and dependencies.
https://github.com/dilemafixer/code-share-protocol

dynamic-programming jit llvm llvm-ir protocol runtime

Last synced: 7 months ago
JSON representation

SCP (Code Share Protocol) enables dynamic code sharing and integration at runtime without compilation to files or application restarts. It addresses the lack of stable ABI in many languages by providing a self-describing binary format with metadata about functions, types, and dependencies.

Awesome Lists containing this project