Is it possible to embed Godot Engine in a mobile application?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By mznamirowski

I’m developing mobile applications for Android and iOS and would like to be able to run games inside them.
I’m considering the use of Godot Engine for that purpose.

I don’t want to use an application generated by the engine.
Is it possible to compile the engine as a library that can be called (from C++)
to run the contents?
Are there any examples of such use available?