-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
component: bytecode linkerplzlnk, the bytecode linkerplzlnk, the bytecode linkercomponent: compilerConcerning the compilerConcerning the compilercomponent: runtimeConcerning the runtime systemConcerning the runtime systemmeta: triagedHas the issue been triaged yet?Has the issue been triaged yet?skill: C++skill: mercurystatus: acceptedA bug we intend to fix it.A bug we intend to fix it.type: enhancement
Milestone
Description
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:
- The Plasma compiler generates foreign code to do this (Automatically register FFI functions (static linking) #456 )
- The Runtime uses dlsym to find foreign functions.
This bug will implement the second. This can be deferred to a later goal.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
component: bytecode linkerplzlnk, the bytecode linkerplzlnk, the bytecode linkercomponent: compilerConcerning the compilerConcerning the compilercomponent: runtimeConcerning the runtime systemConcerning the runtime systemmeta: triagedHas the issue been triaged yet?Has the issue been triaged yet?skill: C++skill: mercurystatus: acceptedA bug we intend to fix it.A bug we intend to fix it.type: enhancement