Skip to main content

load_local_manifest

Function load_local_manifest 

Source
pub fn load_local_manifest(
    wasm_path: &Path,
) -> Result<Option<AppManifest>, String>
Expand description

Loads the sibling manifest for a local .wasm file.

Returns Ok(None) when no manifest exists, Err when one exists but is invalid.