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§
- Host
Loader - Loader for libs supplied directly as in-process host objects.
- Lisp
Source Loader - Loader that compiles
.lispsource files into libs using a Lisp codec. - Reexport
Spec - 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.