I see that it is supposed to be possible to embed a Python interpreter in a Flutter app, so can I assume it should therefore also be possible to do this with a Ruby interpreter? (I would be happy with either the standard MRI/CRuby interpreter or the smaller mruby interpreter, the latter of which I believe would be much easier to embed.)