Replies: 2 comments
-
Hello World :) Is there any activity towards being able to call |
Beta Was this translation helpful? Give feedback.
0 replies
-
Some parts of C++ are supported. Using ctypes stub generation it's possible to call overloaded functions, function templates, etc.: anything that can be called using C call syntax will work, and in a type-safe way. Some parts of C++ are not supported. At the moment there's no support for calling member functions or overloaded operators, and that's not likely to change in the short term. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@yallop sent this mail to mirageos-devel, and it's useful enough to put somewhere in the documentation or tutorial. Filing it here for now.
Beta Was this translation helpful? Give feedback.
All reactions