JanetDocsPlaygroundI'm feeling luckyGitHub sign in

native



    cfunction
    src/core/corelib.c on line 293, column 1

    (native path &opt env)

    Load a native module from the given path. The path must be an 
    absolute or relative path on the file system, and is usually a .so 
    file on Unix systems, and a .dll file on Windows. Returns an 
    environment table that contains functions and other values from the 
    native module.


0 examplesSign in to add an example
Loading...