Hello,
I have couple of questions about Godot development:
1. Is it possible to publish game made with Godot (and scripts of course) to App store ? As I understand App store prohibits applications which has ability of runtime modifications, but script interpreter is exactly that.
2. Second question about publish C++ extended games (by Module or GDNative) to HTML. Is it possible and how Godot will convert my dll/so/... to Javascript ?
Thank you.