dragonffi icon indicating copy to clipboard operation
dragonffi copied to clipboard

C Foreign Function Interface and JIT using Clang/LLVM

Results 10 dragonffi issues
Sort by recently updated
recently updated
newest added

Firstly - thx for sharing this project, must have been a large amount of work! I'm on Monterey with an M1 - python 3.9 running in Pycharm. I think I've...

Hi folks, Support for js should be cool, any plan? Tks, Cong

Hello Adrien :) This is rather tough issue (I think), so I'm obviously not asking for a quick resolution. In DragonFFI, and AFAIK (correct me if I'm wrong), functions that...

I didn't find any documentation on your tests - so I was not even able to suggest any expanded logs, on a per-test basis. I am unsure if that is...

See https://bugzilla.opensuse.org/show_bug.cgi?id=1180748

I am looking to call C functions and access C structs using [llvmlite](https://github.com/numba/llvmlite), python bindings for the LLVM API (https://github.com/numba/llvmlite/issues/385). This seems to be similar to the problem this project...

Is it possible to print the signature of a loaded function? For example, gettimeofday is tricky because the arguments are pointers to structs. Is it possible to get this signature...