Call dynamic library functions
Hey everyone, does Mojo supports calling dynamic libraries function coded in C (.so)? If yes, is there any guide for that out there?
Thanks!
3 Replies
ffi | Modular Docs
Implements a foreign functions interface (FFI).
awesome thanks 🙂
I found an example here: https://github.com/ihnorton/mojo-ffi/tree/ffi-demo/mojo-call-c
GitHub
mojo-ffi/mojo-call-c at ffi-demo · ihnorton/mojo-ffi
Contribute to ihnorton/mojo-ffi development by creating an account on GitHub.