Open trufae opened 5 months ago
I'm waiting for this too. ios support for blutter would be great for a wide range of mobile platforms. any plans for near future? @worawit
From TODO, seems like there is
On my side, I'd be more interested on x86-64 support, because some Android apps ship for this platform + it will work for Dart apps for Linux. But hey, of course, iOS support is interesting.
I have plan to do it. I think it is not in near future. I'm very busy lately.
For iOS, parsing mach-o file is needed for getting Dart snapshots.
The basic Dart information can be extracted from any architecture after getting Dart snapshots. But the analyzer have to be rewritten. Even analyzer for iOS, it will not work without modification because iOS has no compressed pointer feature.
For x86-64,
Are there any plans or research done to support iOS too?