Skip to content

C++ foreign export implementations for the standard library

License

Notifications You must be signed in to change notification settings

freylax/purescript-native-cpp-ffi

 
 

Repository files navigation

C++ foreign export implementations for the standard library

This Repository contains all foreign functions as extern C functions which allows for using as shared objects. Not implemented functions will show up during load time of the shared object.

Note that many values are currently missing. Only a minimum set has been implemented – just beyond enough for the standard compiler tests to pass. Please feel free to contribute any that you have implemented yourself (via a pull request).

About

C++ foreign export implementations for the standard library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.3%
  • C 36.7%