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

Ability to use C libraries #3798

Closed
nex3 opened this issue Jun 20, 2012 · 2 comments
Closed

Ability to use C libraries #3798

nex3 opened this issue Jun 20, 2012 · 2 comments
Assignees
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. closed-as-intended Closed as the reported issue is expected behavior

Comments

@nex3
Copy link
Member

nex3 commented Jun 20, 2012

It would be very nice to be able to use C libraries from within Dart (VM only, of course). The specific API isn't especially important; something like Ruby's (http://www.rubycentral.com/pickaxe/ext_ruby.html) or Python's (http://docs.python.org/extending/) extension APIs would work, as would some sort of foreign function interface.

This is important for accessing existing native libraries that are infeasible to rewrite in pure Dart.

@DartBot
Copy link

DartBot commented Jun 20, 2012

This comment was originally written by ladicek@gmail.com


I guess it could also be classified as a duplicate of issue #3570.

@nex3 nex3 added Type-Defect area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. closed-as-intended Closed as the reported issue is expected behavior labels Jun 20, 2012
@nex3 nex3 self-assigned this Jun 20, 2012
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. closed-as-intended Closed as the reported issue is expected behavior
Projects
None yet
Development

No branches or pull requests

3 participants