TooTallNate / node-dlfcn

Native bindings to the dynamic shared library linker (dlfcn)
11 stars 3 forks source link

Document low-level usage #2

Open TooTallNate opened 9 years ago

TooTallNate commented 9 years ago

Document in the README how to use dlopen() and friends directly.

TimothyGu commented 9 years ago

What do you mean?

Is http://pubs.opengroup.org/onlinepubs/009695399/functions/dlopen.html not enough?

TooTallNate commented 9 years ago

I just mean the JavaScript API that gets exposed. You have to create a Buffer instance manually and pass it in to the dlopen() binding. Somebody might want to use that API directly some day as opposed to the more high-level Library class.