PlasmaLang / plasma

Plasma Programming Language
Other
162 stars 10 forks source link

Automatically register FFI functions (dlsym path) #457

Open PaulBone opened 1 year ago

PaulBone commented 1 year ago

Currently anyone using the FFI must arrange for foreign function implementations to be registered with the vm. This should be automatic and provided in two ways:

This bug will implement the second. This can be deferred to a later goal.