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

Load backends dynamically #595

Closed
kevaundray opened this issue Dec 22, 2022 · 2 comments
Closed

Load backends dynamically #595

kevaundray opened this issue Dec 22, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request nargo Noir's CLI development tool

Comments

@kevaundray
Copy link
Contributor

Problem

Currently backends are pulled in at compile time, which means we cannot use the same strategy as rustup which loads backends and switches them out at runtime.

Solution

Dynamically load libraries

Alternatives considered

(Describe any alternative solutions you have considered.)

Additional context

(If applicable.)

@kevaundray kevaundray added enhancement New feature or request nargo Noir's CLI development tool labels Dec 22, 2022
@kevaundray
Copy link
Contributor Author

This begs the question as to whether we need a Proving system trait in acvm or a c header that specifies the methods needed

@kobyhallx
Copy link
Contributor

Dynamically load libraries requires number of considerations.
Those to be have once dynamic backend invocation gets completed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request nargo Noir's CLI development tool
Projects
None yet
Development

No branches or pull requests

2 participants