C ABI support #89
Labels
core library
Related to Oak's core library
enhancement
New feature or request
foreign function interface
Related to Oak's FFI system
Oak's FFI supports calling C functions, only if the target function follows the oak FFI protocol (e.g. receive a vm object, and interact with it)
As Oak is advertised to be more portable than C(not relevant, but still), being able to call any C function is a useful feature.I guess a better description for the feature would be: "Be compatible with C's calling conventions on a variety of C-capable architectures"
Any thoughts on that?
The text was updated successfully, but these errors were encountered: