215cf2b6c4fc79c4ecbb8ba859a76d31065da241
The dart_runner was invoking main directly which was working fine in JIT mode but when we switch to aot snapshots invoking main would fail. This was due to user's not marking their main as a vm entrypoint. Rather than having user's mark this entrypoint we add a trampoline through the dart:fuchsia package which is marked as an entrypoint and avoids the main functions being tree shaken. BUG: fxbug.dev/64153
Description
Languages
Dart
75.4%
C++
16.4%
Objective-C++
2.7%
Java
2.7%
Objective-C
0.6%
Other
1.8%