Closed
Description
Doing the "linking" explicitly using dlopen
and dlsym
has the advantage that
- The rustc flags on macOS become unnecessary
- We can add an additional
main
to list the NIFs without having to fake the symbols (as done in NIF Inspection Tool #614) - Startup and calling would work the same way on all OSes, allowing us to ditch the build script (and thus speeding up the build)
Metadata
Metadata
Assignees
Labels
No labels