[][src]Function fizzy::parse

pub fn parse<T: AsRef<[u8]>>(input: &T) -> Result<Module, ()>

Parse and validate the input according to WebAssembly 1.0 rules.