pub type ModuleDescriptor = ModuleDescriptor<WasmtimeWasmBackend>;Aliased Type§
pub struct ModuleDescriptor {
pub load_from: Option<PathBuf>,
pub file_name: String,
pub import_name: String,
pub config: MarineModuleConfig<WasmtimeWasmBackend>,
}Fields§
§load_from: Option<PathBuf>§file_name: String§import_name: String§config: MarineModuleConfig<WasmtimeWasmBackend>