-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.library-ffi
Description
We are incorrectly using dlopen/dlsym directly instead of the embedder callbacks, which violates the embedder abstraction. Once we switch to using embedder callbacks, the underlying pointer behind a dynamic library will be embedder-defined and not useful to Dart code.
Originally posted by @sjindel-google in #35881 (comment)
2ZeroSix, vinicentus and jayjah
Metadata
Metadata
Assignees
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.library-ffi