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

best practices for binding existing crates #150

Open
andykais opened this issue Jun 30, 2024 · 0 comments
Open

best practices for binding existing crates #150

andykais opened this issue Jun 30, 2024 · 0 comments

Comments

@andykais
Copy link

I am looking to use this existing crate in deno https://crates.io/crates/gstreamer. What is the recommended way to set up deno ffi bindings in a crate that you do not own? My best guess is that I should create a new repo that takes any public interfaces in this crate and adds the #[deno_bindgen] macro to it. This is likely very involved so I wanted to check in if this is the right approach before I start doing so

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

No branches or pull requests

1 participant