Looking to integrate mojo in my project which works on C++17
420 views
Skip to first unread message
Nikhil Chauhan
unread,
Dec 16, 2024, 10:23:37 AM12/16/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chromium-mojo
Mojo provides sweet interface generation for data transfer and i would love to integrate it in my project which due to some limitation can't be upgraded for C++20 now. So obvious solution right now looks using C API. Is there a way to generate bindings which can take care of Data serialization/deserialization automatically? Or if there is some other suggested mechanism which i can adopt ?