Skip to main content

Module loaders

Module loaders 

Source
Expand description

Lib loaders for the supported source formats (host, Lisp source, binary pack, native dynamic library, and wasm) plus the standard loader registry.

Structs§

HostLoader
Loader for libs supplied directly as in-process host objects.
LispSourceLoader
Loader that compiles .lisp source files into libs using a Lisp codec.
ReexportSpec
One re-export entry mapping an exported symbol to a target already present in the registry, tagged by the kind of item it links.

Functions§

standard_loader_registry
Builds a loader registry with the standard loaders for the enabled features.
standard_loader_registry_with_sources
Builds the standard loader registry and seeds it with catalog sources.