Automatically register FFI functions (static linking) #456
Labels
component: compiler
Concerning the compiler
component: runtime
Concerning the runtime system
meta: triaged
Has the issue been triaged yet?
skill: C++
skill: mercury
status: accepted
A bug we intend to fix it.
type: enhancement
Milestone
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:
dlsym
to find foreign functions. (Automatically register FFI functions (dlsym path) #457This bug will implement the first.
The text was updated successfully, but these errors were encountered: