I have a lib crate that dynamically invokes ffi calls based on text descriptions of the arguments (for scripting languages to use). It uses libffi to do those calls. I want to try out cranelift instead, but cant find any 'getting started' tutorials. Any pointers on how to dynamically build a function call to an entry point that I have loaded from a dll / so?
Last updated: Dec 06 2025 at 07:03 UTC