dart2aot: support creating dynamically linked library #37480
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
type-enhancement
A request for a change that isn't a bug
vm-native
Similar to #36915, but compile to a dynamically linked library (dll) / shared object (so) instead, so that it can be
dlopen
ed from other languages' FFI (or even Dart's own FFI #34452).The text was updated successfully, but these errors were encountered: