We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
HashLink can be easily embedded into any application to provide very fast scripting capabilities.
It consists of separate parts:
libhl
code.c
module.c
jit.c
debugger.c
All of these are initialized and controlled by main.c which does the following:
main.c
.hl
You can see the full source for it here.
If your program does not define a single/main entry point for Haxe. Please keep a few things in mind.
You can read the C API Documentation for more details about how to integrate with your application.