[−][src]Function wasmer_runtime_core::load_cache_with
pub unsafe fn load_cache_with(
cache: Artifact,
compiler: &dyn Compiler
) -> Result<Module, CacheError>
Creates a new module from the given cache [Artifact
] for the specified compiler backend