-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.closed-as-intendedClosed as the reported issue is expected behaviorClosed as the reported issue is expected behavior
Description
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.
Metadata
Metadata
Assignees
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.closed-as-intendedClosed as the reported issue is expected behaviorClosed as the reported issue is expected behavior