Skip to main content

Crate sim_run_loaders

Crate sim_run_loaders 

Source
Expand description

Low-level loader plugins for the SIM bootloader.

The crate owns loader mechanisms that the sim binary composes behind feature gates. It deliberately depends on kernel and codec contracts rather than the SDK umbrella.

Native and wasm loaders both surface site exports as opaque registry values keyed by placement symbols. The kernel stores the value and export record; server and agent libraries give the value EvalSite behavior.