Hello,
We find Mojo to be a very compelling IPC, considering how well we can communicate cross process with a strongly typed interface.
Based on investigation we found the C++ bindings of Mojo has only one dependency on Chromium: //base lib.
Can anyone guide us here
1. Is there an independent mojo based solution outside of chromium
2. If 1. is not available, do you see any issues in pulling out Base and Mojo and compiling them independently outside of chromium.
We also see that the C++ bindings generator uses a few python scripts to parse and generate the required bindings based on *.mojom file. (We can customize our build script do that).
Reading the docs on mojo, I found that it is structured to be "embeddable". But just could not find if there is an independent mojo repo that can be cloned and built on it's own.
regards,
Ravi