PlasmaLang / plasma

Plasma Programming Language
Other
162 stars 10 forks source link

Reimplement FFI to make it more VM agnostic #451

Open PaulBone opened 1 year ago

PaulBone commented 1 year ago

The FFI currently accesses the VM's structures to read and return parameters. In a VM with different structures that won't work. We should re-impelent the FFI to pass those parameters directly to FFI functions.

Depends on #456