Struct wasmtime_environ::WasmFileInfo [−][src]
pub struct WasmFileInfo {
pub path: Option<PathBuf>,
pub code_section_offset: u64,
pub imported_func_count: u32,
pub funcs: Vec<FunctionMetadata>,
}Fields
path: Option<PathBuf>code_section_offset: u64imported_func_count: u32funcs: Vec<FunctionMetadata>Trait Implementations
Returns the “default value” for a type. Read more