Automatically register FFI functions (dlsym path) #457
Labels
component: bytecode linker
plzlnk, the bytecode linker
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:
This bug will implement the second. This can be deferred to a later goal.
The text was updated successfully, but these errors were encountered: