Function wasm_graph::parse_file
source · pub fn parse_file<P: AsRef<Path>>(p: P) -> Result<Module, Error>Expand description
Parse file to graph representation.
pub fn parse_file<P: AsRef<Path>>(p: P) -> Result<Module, Error>Parse file to graph representation.