HaxeFoundation / hashlink

A virtual machine for Haxe
https://hashlink.haxe.org/
MIT License
810 stars 156 forks source link

Is there a way to dynamically load hl modules? #471

Open ianxm opened 3 years ago

ianxm commented 3 years ago

Neko could dynamically load a module at runtime. I don't see a Loader or Module under hl in the haxe standard lib. Can this be done?

ncannasse commented 3 years ago

Hi, atm this is not possible, although could be added with some proper API.