cartesi / machine-emulator-tools

Set of tools to help the development
Apache License 2.0
13 stars 19 forks source link

Provide `libcmt.so` to allow using it with interpreted languages #47

Closed edubart closed 4 months ago

edubart commented 5 months ago

Context

For example, to use with Python CFFI. https://cffi.readthedocs.io/en/stable/overview.html

mpolitzer commented 4 months ago

CFFI works with .a libs as well. But will require -fPIC, so we'll need to re-release.