Closed
Description
It looks like we're currently using only core
snapshots (in JIT mode) in Dart and in Flutter on Android and iOS.
core-jit
snapshots are not tested but could be used by Flutter on Fuchsia.
We should either add tests for core-jit
snapshots in Dart SDK repo (e.g. build standalone VM with core-jit
snapshot and run some tests against it), or deprecate and remove support for core-jit
snapshots.