Hacker News new | ask | show | jobs
by zwetan 2496 days ago
Apache Royale is not the same thing it allows to compile ActionScript to JavaScript and so publish for the web

Adobe AIR is a compiler and a runtime

for iOS it compile AOT, for other platforms: Android, Windows, macOS, (and Linux) it compile JIT

the runtimes share the AVM2 (ActionScript Virtual Machine) and the Flash Platform API, which allow to share a lot between platforms