An open API service indexing awesome lists of open source software.

https://github.com/simolus3/llvm.dart

Dart bindings to LLVM's C API
https://github.com/simolus3/llvm.dart

Last synced: about 1 year ago
JSON representation

Dart bindings to LLVM's C API

Awesome Lists containing this project

README

          

## llvm

Provides `dart:ffi` bindings to [LLVM-C](https://llvm.org/doxygen/group__LLVMC.html).

For an example to use this library, see `example/example.dart`.