Skip to main content

register_cached_module

Function register_cached_module 

Source
pub fn register_cached_module(
    store: &mut Store,
    module_id: &str,
    cached: ModuleInterface,
)
Expand description

Register a cached module in the store. This loads the cached definitions and source files without running inference.