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

FFI bindings #2

Open
1 of 3 tasks
Dan-wanna-M opened this issue Jun 17, 2024 · 0 comments
Open
1 of 3 tasks

FFI bindings #2

Dan-wanna-M opened this issue Jun 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Dan-wanna-M
Copy link
Owner

Dan-wanna-M commented Jun 17, 2024

Rust crate itself is not very user-friendly in the context of deep learning, since most developers use Python or Javascript. We need FFI bindings.

A MVP binding means:

  • All the high-level public items are available through FFI in an arguably efficient way.

  • Appropriate docs for available FFI items are presented.

  • Binding is published to relevant distribution platform.

  • WASM MVP bindings

  • Python MVP bindings

  • C MVP bindings

@Dan-wanna-M Dan-wanna-M added the enhancement New feature or request label Jun 17, 2024
@Dan-wanna-M Dan-wanna-M self-assigned this Jun 17, 2024
@Dan-wanna-M Dan-wanna-M changed the title FFI bindings: MVP FFI bindings Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant