One thing that isn’t clear - does the elixir runtime (OTP) run on the iOS device?
It looks like a well integrated web view, but it’s not clear if it’s all running on device. Does apple support a web page not loaded from local?
They jumped the gun a bit with the page, but what I have been able to piece together so far is that they renamed the WASM runtime from Lumen to FireFly and FireFly is what powers this through WASM.
So OTP is running natively on the phone.
This is essentially React Native reinvented with Elixir, which to me is pretty awesome because I really dislike React Native although we have done quite a few projects with it :)
Edit: Totally mistaken, I stand corrected! Turns out I jumped the gun instead. Hopefully FireFly and this CAN give me the RN replacement I desire.
[1] https://github.com/elixir-desktop/desktop
[2] https://natetodd.com/building-for-web-and-native-with-livevi...