Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/frewtypebbles/x86_64-assembly-python-aot-compiler-and-bindings

x86_64 AOT compiler and bindings for python.
https://github.com/frewtypebbles/x86_64-assembly-python-aot-compiler-and-bindings

Last synced: 3 days ago
JSON representation

x86_64 AOT compiler and bindings for python.

Awesome Lists containing this project

README

        

# x86_64-assembly-python-AOT-compiler-and-bindings
x86_64 AOT compiler and bindings for python.

You must have yasm and gcc (for the ld linker) installed to use the AOT compiler and compile/link commands.

## For Contributions

- This project uses ruff formatter.