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
- Host: GitHub
- URL: https://github.com/simolus3/llvm.dart
- Owner: simolus3
- Created: 2020-05-26T19:56:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T00:26:12.000Z (about 2 years ago)
- Last Synced: 2025-03-18T22:07:27.563Z (about 1 year ago)
- Language: Dart
- Size: 14.6 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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`.