Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading functions from dynamic libraries #232

Open
bvssvni opened this issue May 26, 2016 · 0 comments
Open

Loading functions from dynamic libraries #232

bvssvni opened this issue May 26, 2016 · 0 comments

Comments

@bvssvni
Copy link
Member

bvssvni commented May 26, 2016

Collecting some information to investigate whether Dyon can load and register external functions at run-time for a new dynamic module. This would make it possible to write a loader script that doesn't need setup in Rust, but could use pre-built binaries. Might also be possible to generate Rust code from Dyon and build a binary to use with Dyon.

A way to define an interface to load from an external library.

An idea is to create a C interface where Dyon can get a list of functions and their type information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant