Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/frewtypebbles/x86_64-assembly-python-aot-compiler-and-bindings
- Owner: FrewtyPebbles
- License: mit
- Created: 2024-12-09T20:07:12.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-10T20:26:51.000Z (12 days ago)
- Last Synced: 2025-01-10T21:29:29.974Z (12 days ago)
- Language: Python
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.