[vm/ffi] Expose dart_api.h and dart_native_api.h via dart:ffi? #40607
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
library-ffi
We could expose some symbols from
dart_native_api.h
anddart_api.h
viadart:ffi
.This would solve two problems:
This would change the usage of
dart_api.h
anddart_native_api.h
to manual dynamic linking passing back function pointers.Static linking (current situation)
Manual dynamic linking (proposal)
cc @mkustermann @mraleph @derolf
The text was updated successfully, but these errors were encountered: