Skip to content

mjohnsullivan/ffi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Experiments with Dart FFI

A series of simple examples demonstrating how to call C libraries from Dart.

Please note that the Dart FFI API is in active development and likely to change before release. This code is designed to work with Dart version 2.5.0-dev.1.0.

Instructions

The C make files are (currently) written to work on a Mac. To compile the libraries, go to the c folder in each subproject and run:

make dylib

A .dylib file should be created in the parent folder. Navigate to that and run the dart file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published