PlasmaLang / plasma

Plasma Programming Language
Other
162 stars 10 forks source link

Automatically register FFI functions (static linking) #456

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 first.